prometheus/handlers/main.yml

106 lines
2.3 KiB
YAML
Raw Normal View History

2021-05-26 12:01:00 +02:00
---
2023-02-10 11:13:37 +01:00
- name: 'grafana-prometheus-restart'
2023-02-09 18:01:15 +01:00
systemd:
name: docker-compose@grafana-prometheus.service
state: restarted
enabled: yes
tags: ['grafana-prometheus']
2021-05-26 12:01:00 +02:00
2023-02-10 11:13:37 +01:00
- name: 'node-exporter-restart'
2021-05-26 12:01:00 +02:00
systemd:
name: prometheus-node-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']
2023-02-10 11:13:37 +01:00
- name: 'mysqld-exporter-restart'
2021-05-26 12:01:00 +02:00
systemd:
name: prometheus-mysqld-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']
2023-02-10 11:13:37 +01:00
- name: 'mongodb-exporter-restart'
2021-05-26 12:01:00 +02:00
systemd:
name: prometheus-mongodb-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']
2023-02-10 11:13:37 +01:00
- name: 'postgres-exporter-restart'
2021-05-26 12:01:00 +02:00
systemd:
name: prometheus-postgres-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']
2023-02-10 11:13:37 +01:00
- name: 'phpfpm-exporter-restart'
2021-10-05 16:52:47 +02:00
systemd:
name: prometheus-phpfpm-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']
2021-10-08 10:23:56 +02:00
2023-02-10 11:13:37 +01:00
- name: 'opcache-exporter-restart'
2022-01-05 15:44:39 +01:00
systemd:
2022-01-05 16:00:23 +01:00
name: prometheus-opcache-exporter.service
2022-01-05 15:44:39 +01:00
state: restarted
enabled: yes
tags: ['prometheus']
2023-02-10 11:13:37 +01:00
- name: 'apache-exporter-restart'
2021-10-08 10:23:56 +02:00
systemd:
name: prometheus-apache-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']
2021-10-08 15:22:59 +02:00
2023-02-10 11:13:37 +01:00
- name: 'varnish-exporter-restart'
2021-10-08 15:22:59 +02:00
systemd:
name: prometheus-varnish-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']
2021-11-02 15:51:47 +01:00
2023-02-10 11:13:37 +01:00
- name: 'blackbox-exporter-restart'
2021-11-02 15:51:47 +01:00
systemd:
name: prometheus-blackbox-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']
2021-11-19 12:30:22 +01:00
2023-02-10 11:13:37 +01:00
- name: 'redis-exporter-restart'
2021-11-19 12:30:22 +01:00
systemd:
name: prometheus-redis-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']
2022-11-11 18:52:42 +01:00
2023-02-10 11:13:37 +01:00
- name: 'memcached-exporter-restart'
2022-11-11 18:52:42 +01:00
systemd:
name: prometheus-memcached-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']
2023-01-27 17:02:39 +01:00
2023-02-10 11:13:37 +01:00
- name: 'cloudflare-exporter-restart'
2023-01-27 17:02:39 +01:00
systemd:
2023-02-07 10:48:43 +01:00
name: docker-compose@cloudflare.service
2023-01-27 17:02:39 +01:00
state: restarted
enabled: yes
tags: ['prometheus']
2023-01-27 20:34:33 +01:00
2023-02-10 11:13:37 +01:00
- name: 'proxmox-exporter-restart'
2023-01-27 20:34:33 +01:00
systemd:
name: prometheus-proxmox-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']
2023-04-21 15:25:46 +02:00
- name: 'nginx-exporter-restart'
systemd:
name: prometheus-nginx-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']