ansible/group_vars/prom/prometheus/main.yml

26 lines
820 B
YAML
Raw Normal View History

2023-11-02 20:27:45 +01:00
---
prometheus__alertmanager_targets:
- docker-ovh.adm.auro.re:9093
prometheus__tsdb_retention_time: 90d
prometheus__scraping:
node: "{{ prometheus__scraping_node }}"
prometheus: "{{ prometheus__scraping_prometheus }}"
kresd: "{{ prometheus__scraping_kresd }}"
bird: "{{ prometheus__scraping_bird }}"
quanta: "{{ prometheus__scraping_quanta }}"
snmp: "{{ prometheus__scraping_snmp }}"
2023-11-04 21:36:27 +01:00
eaton: "{{ prometheus__scraping_eaton }}"
2023-11-02 20:27:45 +01:00
prometheus__rules:
common: "{{ prometheus__rules_common }}"
switch: "{{ prometheus__rules_switch }}"
prometheus: "{{ prometheus__rules_prometheus }}"
node: "{{ prometheus__rules_node }}"
keepalived: "{{ prometheus__rules_keepalived }}"
quanta: "{{ prometheus__rules_quanta }}"
bird: "{{ prometheus__rules_bird }}"
2023-11-04 21:36:27 +01:00
#eaton: "{{ prometheus__rules_eaton }}"
2023-11-02 20:27:45 +01:00
...