ansible-role-prometheus-agent/handlers/main.yml
2022-06-29 21:09:34 +02:00

24 lines
470 B
YAML

- name: restart node-exporter
service:
name: prometheus-node-exporter
state: restarted
- name: restart stunnel
service:
name: stunnel4
state: restarted
- name: restart blackbox exporter
service:
name: prometheus-blackbox-exporter
state: restarted
- name: restart grafana-promtail
service:
name: grafana-promtail
state: restarted
- name: restart snmp exporter
service:
name: prometheus-snmp-exporter
state: restarted