add blackbox_exporter role

This commit is contained in:
2022-08-30 07:45:26 -05:00
parent 8e899da042
commit 4d07232525
9 changed files with 215 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[Unit]
Description=Blackbox Exporter
[Service]
User=blackbox_exporter
ExecStart={{ blackbox_exporter_bin_path }}/blackbox_exporter \
--config.file={{ blackbox_exporter_etc_path }}/config.yaml
AmbientCapabilities=CAP_NET_RAW
[Install]
WantedBy=multi-user.target