mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Reduce number of categories
This commit is contained in:
parent
f5b816df9e
commit
99542938b1
20 changed files with 30 additions and 30 deletions
|
@ -26,7 +26,7 @@ def doConfig():
|
|||
print "graph_title MongoDB ops"
|
||||
print "graph_args --base 1000 -l 0"
|
||||
print "graph_vlabel ops / ${graph_period}"
|
||||
print "graph_category MongoDB"
|
||||
print "graph_category db"
|
||||
print "graph_total total"
|
||||
|
||||
for k in getServerStatus()["opcounters"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue