mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Removed totals from child graphs and changed draw method for better readability
This commit is contained in:
parent
f6276fc91a
commit
80cb77cb31
1 changed files with 1 additions and 6 deletions
|
@ -78,14 +78,9 @@ elif len(sys.argv) == 2 and sys.argv[1] == "config":
|
|||
print "graph_title Nginx cache status (%s) - %s" % (graph_type, key.capitalize())
|
||||
print "graph_category nginx"
|
||||
print "graph_vlabel %s" % vlabel
|
||||
print "total.label Total"
|
||||
print "total.draw AREA"
|
||||
print "total.min 0"
|
||||
print "total.colour ff0000"
|
||||
print "%s.label %s" % (key.lower(), key.capitalize())
|
||||
print "%s.draw AREA" % key.lower()
|
||||
print "%s.draw LINE1" % key.lower()
|
||||
print "%s.min 0" % key.lower()
|
||||
print "%s.colour 0000ff" % key.lower()
|
||||
print ""
|
||||
else:
|
||||
last_byte_file = "%s/%s_state" % (state_dir, prog_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue