Skip to content
Snippets Groups Projects
Verified Commit 1c266d8a authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

[prometheus] Fix typo in alert rule

parent d11fc2fb
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment