add varnish exporter

This commit is contained in:
2021-10-08 15:22:59 +02:00
parent e01e571906
commit 4c9be50c29
6 changed files with 90 additions and 24 deletions

View File

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