Commit 631e404f authored by Alex Sears's avatar Alex Sears

Fix sample Prometheus alert config

parent cea8f9aa
...@@ -80,10 +80,12 @@ section of your Prometheus Alertmanager configuration: ...@@ -80,10 +80,12 @@ section of your Prometheus Alertmanager configuration:
```yaml ```yaml
receivers: receivers:
name: gitlab - name: gitlab
webhook_configs: webhook_configs:
- http_config: - http_config:
bearer_token: 9e1cbfcd546896a9ea8be557caf13a76 authorization:
type: Bearer
credentials: 9e1cbfcd546896a9ea8be557caf13a76
send_resolved: true send_resolved: true
url: http://192.168.178.31:3001/root/manual_prometheus/prometheus/alerts/notify.json url: http://192.168.178.31:3001/root/manual_prometheus/prometheus/alerts/notify.json
# Rest of configuration omitted # Rest of configuration omitted
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment