Skip to content
Snippets Groups Projects
Verified Commit d19545cd authored by ynerant's avatar ynerant
Browse files

[monitoring] Add permission to send pings to prometheus-blackbox-exporter


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent b8448569
No related branches found
No related tags found
1 merge request!337ICMP
--- ---
- name: Configure the exporter to allow pings
debconf:
name: "prometheus-blackbox-exporter"
question: "prometheus-blackbox-exporter/want_cap_net_raw"
value: "true"
vtype: "boolean"
notify: Restart prometheus-blackbox-exporter
- name: Install Prometheus Blackbox exporter - name: Install Prometheus Blackbox exporter
apt: apt:
update_cache: true update_cache: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment