]> git.openstreetmap.org Git - chef.git/commitdiff
Update site power limit for Amsterdam to 3.5kVA
authorTom Hughes <tom@compton.nu>
Thu, 18 May 2023 18:44:38 +0000 (19:44 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 18 May 2023 18:44:38 +0000 (19:44 +0100)
cookbooks/prometheus/templates/default/alert_rules.yml.erb

index 02c41ce52555b862ed94c33b0e377ecfd3a3497c..32ec1344a93ca9ecea9926e7cccc37d95f2a29ae 100644 (file)
@@ -11,7 +11,7 @@ groups:
         annotations:
           current: "{{ $value | humanize }}A"
       - alert: site power
-        expr: sum(avg_over_time(rPDU2PhaseStatusApparentPower{site="amsterdam",rPDU2PhaseStatusIndex="1"}[1h]) / 100) > 3
+        expr: sum(avg_over_time(rPDU2PhaseStatusApparentPower{site="amsterdam",rPDU2PhaseStatusIndex="1"}[1h]) / 100) > 3.5
         for: 6m
         labels:
           alertgroup: "amsterdam"