Use Prometheus to automate your status page

  1. Go to Instatus, under Integrations, select Checkly
  2. Select the templates to use when creating and resolving automated incidents
  3. Copy your page's webhook URL
  4. Setup Alertmanager with webhook receiver in the alertmanager.yml file.
global:
resolve_timeout: 5m
route:
receiver: webhook_receiver
receivers:
- name: webhook_receiver
webhook_configs:
- url: "<INSERT-YOUR-WEBHOOK>"
send_resolved: false
  1. Replace <INSERT-YOUR-WEBHOOK> with the webhook that you generated earlier in the alertmanager.yml file and run the Alertmanager using the following command.

  2. Run the Alert manager using the following command alertmanager --config.file=alertmanager.yml

We're done! 馃憦