add prometheus node exporters and agent
This commit is contained in:
parent
7aee24efff
commit
0c7ee6b1bc
6 changed files with 74 additions and 1 deletions
4
ansible/roles/prometheus_agent/handlers/main.yml
Normal file
4
ansible/roles/prometheus_agent/handlers/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: systemd daemon reload
|
||||
systemd:
|
||||
name: container-prometheus.service
|
||||
daemon_reload: true
|
Reference in a new issue