2021-10-05 16:52:47 +02:00
|
|
|
---
|
2022-11-11 23:51:52 +01:00
|
|
|
- include_tasks: _common.yml
|
2022-11-16 11:30:49 +01:00
|
|
|
tags: ['prometheus_phpfpm_exporter']
|
2021-10-05 16:52:47 +02:00
|
|
|
|
2022-11-11 21:08:07 +01:00
|
|
|
- name: 'phpfpm exporter | install startup script'
|
2021-10-05 16:52:47 +02:00
|
|
|
template:
|
|
|
|
src: scripts/prometheus-phpfpm-exporter-script.sh.j2
|
|
|
|
dest: /usr/local/bin/prometheus-phpfpm-exporter-script.sh
|
|
|
|
owner: root
|
|
|
|
group: root
|
|
|
|
mode: 0600
|
2022-11-11 19:10:30 +01:00
|
|
|
notify:
|
2023-02-10 11:13:37 +01:00
|
|
|
- 'phpfpm-exporter-restart'
|
2022-11-16 11:30:49 +01:00
|
|
|
tags: ['prometheus_phpfpm_exporter']
|