File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,21 @@ Then adding the Service key/Routing key of the receiver(s). PagerDuty provides
70
70
[ documentation] ( https://www.pagerduty.com/docs/guides/prometheus-integration-guide/ ) on how to integrate with
71
71
Prometheus' Alert manager.
72
72
73
+ ### Step 5: Configure Webhook Alerts
73
74
74
- ### Step 5: Advanced configuration
75
+ You can also use webhooks to send alerts. A Webhook Alert is sent as an HTTP POST command with a JSON-encoded parameter payload.
76
+ Click on the _ Configure_ button on the left side of the ** webhook** row and fill out the form that pops up.
77
+
78
+ <figure >
79
+ <img src =" ../../assets/images/alerts/webhook-config.png " alt =" Configure Webhook Alerts " />
80
+ <figcaption >Configure Webhook Alerts</figcaption >
81
+ </figure >
82
+
83
+ Fill in the unique URL of your Webhook: the endpoint to send HTTP POST requests to.
84
+
85
+ A global receiver is created when a webhook is configured.
86
+
87
+ ### Step 6: Advanced configuration
75
88
If you are familiar with Prometheus' [ Alert manager] ( https://prometheus.io/docs/alerting/latest/alertmanager/ )
76
89
you can also configure alerts by editing the _ yaml/json_ file directly.
77
90
You can’t perform that action at this time.
0 commit comments