ansible/roles/prometheus/handlers/main.yml

11 lines
193 B
YAML
Raw Normal View History

2019-05-05 14:07:04 +02:00
---
- name: Restart Prometheus
service:
name: prometheus
state: restarted
2019-07-22 20:56:43 +02:00
- name: Restart prometheus-snmp-exporter
service:
name: prometheus-snmp-exporter
state: restarted