2020-09-16 11:48:11 +08:00
|
|
|
[Unit]
|
2023-12-29 17:31:26 +08:00
|
|
|
Description=Prometheus exporter for machine metrics
|
|
|
|
|
Documentation=https://github.com/prometheus/node_exporter
|
|
|
|
|
Wants=network-online.target
|
|
|
|
|
After=network-online.target
|
2020-09-16 11:48:11 +08:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Restart=always
|
2023-12-29 17:31:26 +08:00
|
|
|
User=node_exporter
|
|
|
|
|
EnvironmentFile=-/etc/sysconfig/node_exporter
|
|
|
|
|
ExecStart=/usr/sbin/node_exporter $ARGS
|
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
|
TimeoutStopSec=20s
|
|
|
|
|
SendSIGKILL=no
|
2020-09-16 11:48:11 +08:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|