first implement of blackbox

This commit is contained in:
Ludovic Cartier
2021-11-02 15:51:47 +01:00
parent 6e060e5ab0
commit 2214426937
6 changed files with 164 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[Unit]
Description=Prometheus Blacbox Exporter
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/prometheus-blackbox-exporter --config.file /etc/prometheus/prometheus-blackbox-exporter.yml
[Install]
WantedBy=multi-user.target