exporters reorganization

This commit is contained in:
tom.chivert
2023-07-20 15:40:35 +02:00
parent f733ab6d2c
commit 78decc8f50
21 changed files with 135 additions and 145 deletions

View File

@ -0,0 +1,14 @@
---
- include_tasks: ../common.yml
tags: ['prometheus_phpfpm_exporter']
- name: 'phpfpm exporter | install startup script'
template:
src: scripts/prometheus-phpfpm-exporter-script.sh.j2
dest: /usr/local/bin/prometheus-phpfpm-exporter-script.sh
owner: root
group: root
mode: 0600
notify:
- 'phpfpm-exporter-restart'
tags: ['prometheus_phpfpm_exporter']