mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +00:00
boinc_projs: Add graph_total
Add graph_total, so you can see total number of WUs
This commit is contained in:
parent
97a0f7912c
commit
5c9228a980
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ if ( (defined $ARGV[0]) && ($ARGV[0] eq "config") ) {
|
||||||
print "graph_category BOINC\n";
|
print "graph_category BOINC\n";
|
||||||
print "graph_args --base 1000 -l 0\n";
|
print "graph_args --base 1000 -l 0\n";
|
||||||
print "graph_vlabel BOINC applications\n";
|
print "graph_vlabel BOINC applications\n";
|
||||||
|
print "graph_total Total\n";
|
||||||
|
|
||||||
# First project is AREA, next are STACK
|
# First project is AREA, next are STACK
|
||||||
# Not nice, but fast:
|
# Not nice, but fast:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue