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

@ -53,3 +53,10 @@
state: restarted
enabled: yes
tags: ['prometheus']
- name: 'prometheus | blackbox exporter | restart service'
systemd:
name: prometheus-blackbox-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']