mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
Category Tree: reduce number of categories
This commit is contained in:
parent
a3c2338b1f
commit
84c28707eb
20 changed files with 22 additions and 26 deletions
|
@ -205,7 +205,7 @@ if ( defined $ARGV[0] and $ARGV[0] eq 'config' ) {
|
|||
print <<EOF;
|
||||
graph_args --base 1000 --logarithmic
|
||||
graph_vlabel Cobblestones
|
||||
graph_category boinc
|
||||
graph_category htc
|
||||
graph_title BOINC Total Credit
|
||||
EOF
|
||||
foreach ( sort { $a->{id} <=> $b->{id} } @projdata ) {
|
||||
|
|
|
@ -101,7 +101,7 @@ if ( (defined $ARGV[0]) && ($ARGV[0] eq "config") ) {
|
|||
}
|
||||
|
||||
print "graph_title BOINC work cache estimation\n";
|
||||
print "graph_category BOINC\n";
|
||||
print "graph_category htc\n";
|
||||
print "graph_args --base 1000 -l 0 --alt-autoscale-max\n";
|
||||
print "graph_vlabel Hours\n";
|
||||
print "graph_scale no\n";
|
||||
|
|
|
@ -98,7 +98,7 @@ sub config {
|
|||
while (chomp($reply = <$client>) && ($reply ne "</boinc_gui_rpc_reply>")) {
|
||||
if ($reply =~ /<domain_name>(.*)<\/domain_name>/) {
|
||||
print "graph_title BOINC task progress [$1]\n";
|
||||
print "graph_category boinc\n";
|
||||
print "graph_category htc\n";
|
||||
print "graph_args -l 0\n";
|
||||
print "graph_vlabel %\n";
|
||||
}
|
||||
|
|
|
@ -228,7 +228,7 @@ if ( (defined $ARGV[0]) && ($ARGV[0] eq "config") ) {
|
|||
}
|
||||
|
||||
print "graph_title Running BOINC processes\n";
|
||||
print "graph_category BOINC\n";
|
||||
print "graph_category htc\n";
|
||||
print "graph_args --base 1000 -l 0\n";
|
||||
print "graph_vlabel BOINC applications\n";
|
||||
print "graph_total Total\n";
|
||||
|
|
|
@ -238,7 +238,7 @@ if ( (defined $ARGV[0]) && ($ARGV[0] eq "config") ) {
|
|||
}
|
||||
|
||||
print "graph_title BOINC work status\n";
|
||||
print "graph_category BOINC\n";
|
||||
print "graph_category htc\n";
|
||||
print "graph_args --base 1000 -l 0\n";
|
||||
print "graph_vlabel Workunits\n";
|
||||
print "graph_total total\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue