add php exporter

This commit is contained in:
2021-10-08 10:23:56 +02:00
parent bca9798942
commit f02c1270fe
6 changed files with 97 additions and 22 deletions

View File

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