Skip to content

Commit

Permalink
Update site power limit for Amsterdam to 3.5kVA
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed May 18, 2023
1 parent 9775176 commit 3c1bfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/prometheus/templates/default/alert_rules.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c1bfa7

Please sign in to comment.