Prometheus
Connect your Prometheus alerts to PagerTree.
Last updated
Connect your Prometheus alerts to PagerTree.
Last updated
Company | Estimated Time | Vendor Docs | Open Source |
---|---|---|---|
Prometheus is an open-source systems monitoring and alerting toolkit.
Prometheus Alertmanager creates alerts.
When an alert is firing (status == "firing"
) in Prometheus, an alert is created in PagerTree automatically.
When an alert is resolved (status == "resolved"
) in Prometheus, the alert is resolved in PagerTree automatically.
PagerTree will only make 1 alert per groupKey
(see docs), until the alert is resolved by Prometheus.
In this integration tutorial we will show you how to send alerts from Prometheus Alertmanager into PagerTree. The estimated time for this integration is 5 minutes. We assume that you already have a PagerTree and Prometheus Alertmanager setup.
The group_wait
and group_interval
will affect the delay of alerts sent into PagerTree. See this documentation for details.
Create the integration by clicking the Prometheus logo.
In your Prometheus Alertmanager receiver configuration, Copy & Paste the following, replacing <Copied PagerTree Endpoint URL> with your Endpoint URL.
Start the Alertmanager, or restart it for your configuration changes to take effect if was already running.
You have successfully completed the Prometheus Integration.
5 minutes