coreos-home-server/service/prometheus/quadlet/prometheus-node-exporter.container
Alex Palaistras 08b39ff5e2 prometheus: Update version, add node exporter
This includes a complete overhaul of the Containerfile for moving to a
self-contained build based on Bookworm, a move to Quadlet, and the
inclusion of a node exporter for node metrics with a default Grafana
dashboard.
2023-11-19 12:46:42 +00:00

22 lines
529 B
Plaintext

[Unit]
Description=Prometheus Node Metrics Exporter
Wants=grafana-dashboard@prometheus.service
After=grafana-dashboard@prometheus.service
[Container]
AutoUpdate=local
AddCapability=SYS_TIME
ContainerName=%N
Exec=--path.rootfs=/host
HealthCmd=timeout 5s curl --fail --silent --show-error -o /dev/null localhost:9100
Image=localhost/prometheus:latest
Network=host
PodmanArgs=--pid host --sdnotify=healthy --entrypoint /bin/node_exporter
Volume=/:/host:ro,rslave
[Service]
Restart=on-failure
[Install]
WantedBy=multi-user.target