mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-02 22:28:24 +00:00
plugin categories: other -> sensors
This commit is contained in:
parent
1ad3baeb09
commit
4e47cb5d85
4 changed files with 8 additions and 7 deletions
|
@ -58,7 +58,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config") {
|
|||
print "multigraph cyberpower_load
|
||||
graph_title CyberPower UPS Status
|
||||
graph_info This graph shows battery status information.
|
||||
graph_category ups
|
||||
graph_category sensors
|
||||
graph_vlabel %
|
||||
graph_args --upper-limit 100 -l 0
|
||||
graph_scale no
|
||||
|
@ -79,7 +79,7 @@ charge.max 100
|
|||
print "multigraph cyberpower_runtime
|
||||
graph_title CyberPower UPS Runtime
|
||||
graph_info This graph shows expected runtime informatiom.
|
||||
graph_category ups
|
||||
graph_category sensors
|
||||
graph_vlabel minutes
|
||||
";
|
||||
print "runtime.label Expected runtime
|
||||
|
@ -90,7 +90,7 @@ runtime.type GAUGE
|
|||
print "multigraph cyberpower_voltage
|
||||
graph_title CyberPower UPS Voltages
|
||||
graph_info This graph shows voltage information.
|
||||
graph_category ups
|
||||
graph_category sensors
|
||||
graph_vlabel V
|
||||
";
|
||||
print "input.label Input voltage
|
||||
|
@ -106,7 +106,7 @@ output.type GAUGE
|
|||
print "multigraph cyberpower_environment
|
||||
graph_title CyberPower UPS Environment
|
||||
graph_info This graph shows environmental status information.
|
||||
graph_category ups
|
||||
graph_category sensors
|
||||
graph_vlabel F/%
|
||||
";
|
||||
print "temp.label Temperature
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue