Skip to content

Commit

Permalink
fix(kromg): update cluster_power_usage
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jun 3, 2024
1 parent 3ab55c7 commit 17636f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ metrics:
- { color: red, min: 76, max: 9999 }

- name: cluster_power_usage
query: round(upsHighPrecOutputCurrent * upsHighPrecOutputVoltage * 0.01, 0.1)
query: round(upsHighPrecOutputLoad, 0.1)
suffix: "w"
colors:
- { color: "green", min: 0, max: 400 }
Expand Down

0 comments on commit 17636f3

Please sign in to comment.