1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Reduce number of categories

This commit is contained in:
dipohl 2017-02-23 20:45:01 +01:00
parent f5b816df9e
commit 99542938b1
20 changed files with 30 additions and 30 deletions

View file

@ -44,7 +44,7 @@ if(defined $ARGV[0] && $ARGV[0] eq 'config')
print <<EOC
graph_title Data Remaining
graph_vlabel Data Remaining (MB)
graph_category sabnzbd
graph_category other
rem.label Remaining
EOC
;
@ -65,4 +65,4 @@ my $xmlvals = $xml->XMLin($vals);
#get/output vals
my $left = $xmlvals->{mbleft};
$left =~ /(\d+)\./;
print "rem.value ".$1."\n";
print "rem.value ".$1."\n";

View file

@ -44,7 +44,7 @@ if(defined $ARGV[0] && $ARGV[0] eq 'config')
print <<EOC
graph_title SABnzbd Speed
graph_vlabel Download Speed (KB/s)
graph_category sabnzbd
graph_category other
speed.label Download Speed
EOC
;
@ -65,4 +65,4 @@ my $xmlvals = $xml->XMLin($vals);
#get/output vals
my $speed = $xmlvals->{kbpersec};
$speed =~ /(\d+)\./;
print "speed.value ".$1."\n";
print "speed.value ".$1."\n";