[prometheus] Fix typo in alert rule

certbot_on_virtu
Alexandre Iooss 2019-07-08 22:21:34 +02:00
parent d11fc2fbf7
commit 1c266d8a59
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ groups:
description: "https://grafana.crans.org/d/qtbg59mZz/alimentation"
- alert: UpsWrongInputVoltage
expr: (upsInputVoltage < 220) or (upsInputVoltage > 240)
expr: (upsInputVoltage < 210) or (upsInputVoltage > 250)
for: 5m
labels:
severity: warning
@ -133,7 +133,7 @@ groups:
summary: "La tension d'entrée de {{ $labels.instance }} est de {{ $value }}V."
description: "https://grafana.crans.org/d/qtbg59mZz/alimentation"
- alert: UpsWrongOututVoltage
- alert: UpsWrongOutputVoltage
expr: (upsOutputVoltage < 225) or (upsOutputVoltage > 235)
for: 5m
labels: