Setup basic alerting for watchers in monitoring stack (#698)

* Provision Grafana alert contactpoints and policies for Slack

* Add watcher alert rules

* Update watcher monitoring instructions

* Add listening port flag to node exporter command

* Add reference links
This commit is contained in:
prathamesh0
2024-01-08 17:25:30 +05:30
committed by GitHub
parent eae2af7ccc
commit a3eb3c0bb0
5 changed files with 1026 additions and 2 deletions
@@ -5,12 +5,11 @@ services:
image: prom/node-exporter:latest
restart: unless-stopped
command:
- '--web.listen-address=:9100'
- '--path.rootfs=/host'
- '--collector.systemd'
- '--collector.processes'
network_mode: host
pid: host
ports:
- 9100
volumes:
- '/:/host:ro,rslave'