Update of threesold for warning battery

This commit is contained in:
pz2891 2021-03-11 13:23:15 +01:00
parent ba4db4a835
commit d233fc2759
3 changed files with 3 additions and 1 deletions

View file

@ -107,6 +107,7 @@
vars: vars:
prometheus_alertmanager: docker-ovh.adm.auro.re:9093 prometheus_alertmanager: docker-ovh.adm.auro.re:9093
snmp_unifi_password: "{{ vault_snmp_unifi_password }}" snmp_unifi_password: "{{ vault_snmp_unifi_password }}"
snmp_switch_community: "{{ vault_snmp_switch_community }}"
# Prometheus targets.json # Prometheus targets.json
prometheus_targets: prometheus_targets:

View file

@ -119,7 +119,7 @@ groups:
summary: "La tension de sortie de {{ $labels.instance }} est de {{ $value }}V." summary: "La tension de sortie de {{ $labels.instance }} est de {{ $value }}V."
- alert: UpsTimeRemainingWarning - alert: UpsTimeRemainingWarning
expr: upsEstimatedMinutesRemaining < 15 expr: upsEstimatedMinutesRemaining < 8
for: 1m for: 1m
labels: labels:
severity: warning severity: warning

View file

@ -14,6 +14,7 @@ eatonups:
- 1.3.6.1.2.1.33.1.3 - 1.3.6.1.2.1.33.1.3
- 1.3.6.1.2.1.33.1.4 - 1.3.6.1.2.1.33.1.4
- 1.3.6.1.4.1.534.1.6 - 1.3.6.1.4.1.534.1.6
- 1.3.6.1.4.1.318.1.1.10.2.3.2.1.4
get: get:
- 1.3.6.1.2.1.1.3.0 - 1.3.6.1.2.1.1.3.0
metrics: metrics: