mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +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
|
||||
|
|
|
@ -59,7 +59,7 @@ if [ "$1" = "config" ]; then
|
|||
|
||||
# some fix values
|
||||
echo "host_name $SNMPCLIENT"
|
||||
echo 'graph_category Other'
|
||||
echo 'graph_category sensors'
|
||||
echo 'graph_args --base 1000 -l 0'
|
||||
|
||||
# some variables, fetched from the device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue