Skip to content

A Docker Compose Demo Example for the tutorials in the Prometheus documentation.

Notifications You must be signed in to change notification settings

grafana/prometheus-alertmanager-tutorial

Repository files navigation

Demo example using Docker Compose for Prometheus tutorials

This example uses a Docker Compose setup to demo the tutorials in the official Prometheus documentation.

To run the demo:

docker compose up -d

Next, you can visit:

To enable the Alertmanager and receive webhook notifications, you have to configure the webhook URL in the alertmanager.yml file.

receivers:
  - name: webhook_receiver
    webhook_configs:
      - url: '<INSERT-YOUR-WEBHOOK>'
        send_resolved: false

You may use one URL from webhook.site. Then, restart the Docker compose environment and follow the instructions in the Alerting based on metrics tutorial for further details.

About

A Docker Compose Demo Example for the tutorials in the Prometheus documentation.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published