mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Category Tree: Reduce number of categories
and mv some from "others" to specific category
This commit is contained in:
parent
cc3622d96c
commit
7042351e74
9 changed files with 12 additions and 10 deletions
|
@ -143,7 +143,7 @@ multigraph power_amps_drawn
|
|||
graph_title Power Draw in Amps
|
||||
graph_args --lower-limit 0
|
||||
graph_vlabel Amps
|
||||
graph_category pdu
|
||||
graph_category sensors
|
||||
graph_scale no
|
||||
graph_info This shows the amperage drawn on your PDU. Per NEC, a PDU should not sustain 80% of its maximum circuit capacity for more than three hours.
|
||||
|
||||
|
@ -167,7 +167,7 @@ multigraph power_power_factor
|
|||
graph_title Power Factor
|
||||
graph_args --lower-limit 0
|
||||
graph_vlabel Power Factor
|
||||
graph_category pdu
|
||||
graph_category sensors
|
||||
graph_scale no
|
||||
graph_info Power factor represents the efficiency of the components connected to the circuit. Power factor declines as components age, increasing the overall load on the circuit.
|
||||
|
||||
|
@ -186,7 +186,7 @@ multigraph power_crest_factor
|
|||
graph_title Crest Factor
|
||||
graph_args --lower-limit 0
|
||||
graph_vlabel Crest Factor
|
||||
graph_category pdu
|
||||
graph_category sensors
|
||||
graph_scale no
|
||||
graph_info Crest factor relates the peak value of a signal to its root mean square value. For three-phase AC, a crest factor of 1.732 is expected. Low crest factor may indicate UPS overclipping and crest factors over 5 degrade monitoring accuracy.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue