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
|
@ -18,7 +18,7 @@ if len(sys.argv) > 1:
|
|||
if sys.argv[1]=="config":
|
||||
print "graph_args --base 1000 -l 0"
|
||||
print "graph_title NGINX Upstream times"
|
||||
print "graph_category nginx"
|
||||
print "graph_category webserver"
|
||||
print "graph_vlabel milliseconds"
|
||||
print "upstream.label upstream"
|
||||
print "upstream.warning 5000"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue