Setup basic alerting for watchers in monitoring stack #698

Merged
prathamesh0 merged 5 commits from pm-grafana-alerts into main 2024-01-08 11:55:30 +00:00
Showing only changes of commit 231c4f94ec - Show all commits

View File

@ -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'