Skip to content

Commit

Permalink
chore(kromgo): use ups for power usage
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed May 25, 2024
1 parent cc40a91 commit 77e5fee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metrics:
- { color: red, min: 76, max: 9999 }

- name: cluster_power_usage
query: round(atsLoadStatusPhasePower, 0.1)
query: round(upsAdvanceOutputPower, 0.1)
suffix: w
colors:
- { color: green, min: 0, max: 400 }
Expand Down

0 comments on commit 77e5fee

Please sign in to comment.