nginx - add handler

This commit is contained in:
Ludovic Cartier 2023-04-21 15:25:46 +02:00
parent 661df56f38
commit a4c84e0543

View File

@ -96,3 +96,10 @@
state: restarted state: restarted
enabled: yes enabled: yes
tags: ['prometheus'] tags: ['prometheus']
- name: 'nginx-exporter-restart'
systemd:
name: prometheus-nginx-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']