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

@ -34,3 +34,8 @@
include_tasks: 'phpfpm_exporter.yml'
when:
- "'phpfpm' in prometheus_exporter_packages"
- name: 'prometheus | Apache exporter'
include_tasks: 'apache_exporter.yml'
when:
- "'apache' in prometheus_exporter_packages"