monitoring/blackbox_exporter/blackbox_exporter.service
Georg 4bd9e36ff4
Mass Commit 06/08/2021
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-06 17:42:45 +02:00

14 lines
385 B
Desktop File

[Unit]
Description=Prometheus Blackbox Exporter
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
User=blackbox_exporter
Group=prometheus
ExecStart=/opt/blackbox_exporter/blackbox_exporter --config.file=/etc/prometheus/blackbox.yml --web.external-url=https://prometheus.lysergic.dev:4433/blackbox --web.route-prefix=/
[Install]
WantedBy=multi-user.target