summaryrefslogtreecommitdiffstats
path: root/blackbox_exporter/blackbox_exporter.service
blob: f28224802c80c861f089786c1c990358ec3aa51e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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