Add Promehteus Exporter
This commit is contained in:
parent
146716ad9c
commit
872179cbcd
6 changed files with 53 additions and 9 deletions
|
@ -21,3 +21,10 @@
|
|||
- name: Reload systemd
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
|
||||
- name: Start phpfpm_exporter
|
||||
ansible.builtin.systemd:
|
||||
name: phpfpm_exporter
|
||||
daemon_reload: true
|
||||
state: started
|
||||
enabled: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue