Prometheus

Automate your status page using Prometheus

Your status page gets updated
Your status page gets updated
  1. Generate a Prometheus webhook
  2. First let us setup Alertmanager with webhook receiver in the alertmanager.yml file.
  3. global:
    resolve_timeout: 5m
    route:
    receiver: webhook_receiver
    receivers:
    - name: webhook_receiver
    webhook_configs:
    - url: '<INSERT-YOUR-WEBHOOK>'
    send_resolved: false
  4. Replace <INSERT-YOUR-WEBHOOK> with the webhook that we generated earlier in the alertmanager.yml file and run the Alertmanager using the following command.
  5. Run the Alert manager using the following command alertmanager --config.file=alertmanager.yml