updated integration of agent
This commit is contained in:
parent
c677a02fde
commit
588fe344f1
6 changed files with 121 additions and 13 deletions
7
handlers/main.yml
Normal file
7
handlers/main.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- name: regenerate prometheus config
|
||||
command: /usr/local/sbin/prometheus-generate-config.sh
|
||||
|
||||
- name: restart prometheus
|
||||
service:
|
||||
name: prometheus
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue