memcache - add not restart handler
This commit is contained in:
parent
beff5e779c
commit
5c37a866cc
@ -74,3 +74,10 @@
|
||||
state: restarted
|
||||
enabled: yes
|
||||
tags: ['prometheus']
|
||||
|
||||
- name: 'prometheus | memcached exporter | restart service'
|
||||
systemd:
|
||||
name: prometheus-memcached-exporter.service
|
||||
state: restarted
|
||||
enabled: yes
|
||||
tags: ['prometheus']
|
||||
|
@ -33,6 +33,8 @@
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0600
|
||||
notify:
|
||||
- 'prometheus | memcached exporter | restart service'
|
||||
|
||||
# - name: 'prometheus | memcached exporter | configuration'
|
||||
# template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user