This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
EnvironmentFile=-/etc/sysconfig/prometheus-node_exporter
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/node_exporter $ARGS
-
Restart=always
-
SendSIGKILL=no
-
TimeoutStopSec
Introduced in systemd 188=20s -
User=prometheus
-
-
[Unit]
-
After=network-online.target
-
Description=Prometheus exporter for machine metrics
-
Documentation=https://github.com/prometheus/node_exporter
-
Wants=network-online.target
-
Additionnal notes
Nothing here.