This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=ARGS='--config.file /etc/prometheus/blackbox.yml'
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/blackbox_exporter $ARGS
-
Restart=on-failure
-
User=prometheus
-
-
[Unit]
-
Description=Blackbox exporter for Prometheus
-
Documentation=https://prometheus.io/docs/introduction/overview/
-
Additionnal notes
Nothing here.