Main server class for handling AlertManager webhooks and forwarding alerts to Gotify.
This server provides a complete solution for processing AlertManager alerts with features including:
Munir Mardinli munir@mardinli.de
2025-06-06
1.1.0
1.0.0
// Basic usageconst server = new Server();server.start(); Copy
// Basic usageconst server = new Server();server.start();
Creates a new Server instance Initializes Express app, middleware, routes and cleanup jobs
Starts the Express server
Main server class for handling AlertManager webhooks and forwarding alerts to Gotify.
This server provides a complete solution for processing AlertManager alerts with features including:
Author
Munir Mardinli munir@mardinli.de
Date
2025-06-06
Version
1.1.0
Since
1.0.0
Example