mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
plugin categories: other -> sensors
This commit is contained in:
parent
1ad3baeb09
commit
4e47cb5d85
@ -268,7 +268,7 @@ if ($ARGV[0] and $ARGV[0] eq "config")
|
|||||||
$config{$graph}{'graph'}{'title'} = sprintf($graphs->{$graph}{'title'}, 'Mean batteryes');
|
$config{$graph}{'graph'}{'title'} = sprintf($graphs->{$graph}{'title'}, 'Mean batteryes');
|
||||||
$config{$graph}{'graph'}{'args'} = $graphs->{$graph}{'args'};
|
$config{$graph}{'graph'}{'args'} = $graphs->{$graph}{'args'};
|
||||||
$config{$graph}{'graph'}{'vlabel'} = $graphs->{$graph}{'vlabel'};
|
$config{$graph}{'graph'}{'vlabel'} = $graphs->{$graph}{'vlabel'};
|
||||||
$config{$graph}{'graph'}{'category'} = 'power';
|
$config{$graph}{'graph'}{'category'} = 'sensors';
|
||||||
foreach my $field (@{$graphs->{$graph}{'fields'}})
|
foreach my $field (@{$graphs->{$graph}{'fields'}})
|
||||||
{
|
{
|
||||||
if(($proc_data_exists and $fields->{$field}{'source'} eq 'proc') or $fields->{$field}{'source'} eq 'both')
|
if(($proc_data_exists and $fields->{$field}{'source'} eq 'proc') or $fields->{$field}{'source'} eq 'both')
|
||||||
@ -290,7 +290,7 @@ if ($ARGV[0] and $ARGV[0] eq "config")
|
|||||||
$config{$graph_name}{'graph'}{'info'} = sprintf("%s battery %s %s (sn: %s)", $info->{$i}{'battery_type'}, $info->{$i}{'manufacturer'}, $info->{$i}{'model_name'}, $info->{$i}{'serial_number'});
|
$config{$graph_name}{'graph'}{'info'} = sprintf("%s battery %s %s (sn: %s)", $info->{$i}{'battery_type'}, $info->{$i}{'manufacturer'}, $info->{$i}{'model_name'}, $info->{$i}{'serial_number'});
|
||||||
$config{$graph_name}{'graph'}{'args'} = '--base 1000';
|
$config{$graph_name}{'graph'}{'args'} = '--base 1000';
|
||||||
$config{$graph_name}{'graph'}{'vlabel'} = $graphs->{$graph}{'vlabel'};
|
$config{$graph_name}{'graph'}{'vlabel'} = $graphs->{$graph}{'vlabel'};
|
||||||
$config{$graph_name}{'graph'}{'category'} = 'power';
|
$config{$graph_name}{'graph'}{'category'} = 'sensors';
|
||||||
foreach my $field (@{$graphs->{$graph}{'fields'}})
|
foreach my $field (@{$graphs->{$graph}{'fields'}})
|
||||||
{
|
{
|
||||||
if(($proc_data_exists and $fields->{$field}{'source'} eq 'proc') or $fields->{$field}{'source'} eq 'both')
|
if(($proc_data_exists and $fields->{$field}{'source'} eq 'proc') or $fields->{$field}{'source'} eq 'both')
|
||||||
|
@ -12,6 +12,7 @@ case $1 in
|
|||||||
cat <<EOM
|
cat <<EOM
|
||||||
graph_title Power State (/dev/$device)
|
graph_title Power State (/dev/$device)
|
||||||
graph_vlabel Power State
|
graph_vlabel Power State
|
||||||
|
graph_category sensors
|
||||||
power.label power
|
power.label power
|
||||||
graph_info The power state of drives on the system.
|
graph_info The power state of drives on the system.
|
||||||
power.info The power state of the drive (1 is on, 0 is off)
|
power.info The power state of the drive (1 is on, 0 is off)
|
||||||
|
@ -58,7 +58,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config") {
|
|||||||
print "multigraph cyberpower_load
|
print "multigraph cyberpower_load
|
||||||
graph_title CyberPower UPS Status
|
graph_title CyberPower UPS Status
|
||||||
graph_info This graph shows battery status information.
|
graph_info This graph shows battery status information.
|
||||||
graph_category ups
|
graph_category sensors
|
||||||
graph_vlabel %
|
graph_vlabel %
|
||||||
graph_args --upper-limit 100 -l 0
|
graph_args --upper-limit 100 -l 0
|
||||||
graph_scale no
|
graph_scale no
|
||||||
@ -79,7 +79,7 @@ charge.max 100
|
|||||||
print "multigraph cyberpower_runtime
|
print "multigraph cyberpower_runtime
|
||||||
graph_title CyberPower UPS Runtime
|
graph_title CyberPower UPS Runtime
|
||||||
graph_info This graph shows expected runtime informatiom.
|
graph_info This graph shows expected runtime informatiom.
|
||||||
graph_category ups
|
graph_category sensors
|
||||||
graph_vlabel minutes
|
graph_vlabel minutes
|
||||||
";
|
";
|
||||||
print "runtime.label Expected runtime
|
print "runtime.label Expected runtime
|
||||||
@ -90,7 +90,7 @@ runtime.type GAUGE
|
|||||||
print "multigraph cyberpower_voltage
|
print "multigraph cyberpower_voltage
|
||||||
graph_title CyberPower UPS Voltages
|
graph_title CyberPower UPS Voltages
|
||||||
graph_info This graph shows voltage information.
|
graph_info This graph shows voltage information.
|
||||||
graph_category ups
|
graph_category sensors
|
||||||
graph_vlabel V
|
graph_vlabel V
|
||||||
";
|
";
|
||||||
print "input.label Input voltage
|
print "input.label Input voltage
|
||||||
@ -106,7 +106,7 @@ output.type GAUGE
|
|||||||
print "multigraph cyberpower_environment
|
print "multigraph cyberpower_environment
|
||||||
graph_title CyberPower UPS Environment
|
graph_title CyberPower UPS Environment
|
||||||
graph_info This graph shows environmental status information.
|
graph_info This graph shows environmental status information.
|
||||||
graph_category ups
|
graph_category sensors
|
||||||
graph_vlabel F/%
|
graph_vlabel F/%
|
||||||
";
|
";
|
||||||
print "temp.label Temperature
|
print "temp.label Temperature
|
||||||
|
@ -59,7 +59,7 @@ if [ "$1" = "config" ]; then
|
|||||||
|
|
||||||
# some fix values
|
# some fix values
|
||||||
echo "host_name $SNMPCLIENT"
|
echo "host_name $SNMPCLIENT"
|
||||||
echo 'graph_category Other'
|
echo 'graph_category sensors'
|
||||||
echo 'graph_args --base 1000 -l 0'
|
echo 'graph_args --base 1000 -l 0'
|
||||||
|
|
||||||
# some variables, fetched from the device
|
# some variables, fetched from the device
|
||||||
|
Loading…
Reference in New Issue
Block a user