add phpfpm exporter

This commit is contained in:
2021-10-05 16:52:47 +02:00
parent 7677eb47b7
commit bca9798942
8 changed files with 100 additions and 23 deletions

View File

@ -29,3 +29,8 @@
include_tasks: 'postgresql_exporter.yml'
when:
- "'postgresql' in prometheus_exporter_packages"
- name: 'prometheus | PHP Fpm exporter'
include_tasks: 'phpfpm_exporter.yml'
when:
- "'phpfpm' in prometheus_exporter_packages"