mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Category Tree: Reduce number of categories
This commit is contained in:
parent
d5440def19
commit
3c98d06933
19 changed files with 25 additions and 25 deletions
|
@ -57,7 +57,7 @@ if ( exists $ARGV[0] and $ARGV[0] eq "autoconf" ) {
|
|||
if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
|
||||
print "graph_title NGINX hit rates\n";
|
||||
print "graph_args -l 0 -u 100 --rigid\n";
|
||||
print "graph_category nginx\n";
|
||||
print "graph_category webserver\n";
|
||||
print "graph_vlabel %\n";
|
||||
print "hit.label Hits\n";
|
||||
print "hit.draw AREA\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue