mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 10:39:53 +00:00
mongo_mem: unify default category (db)
This commit is contained in:
parent
a9313615c8
commit
4af69a6d07
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ def doConfig():
|
|||
graph_title MongoDB memory usage
|
||||
graph_args --base 1024 -l 0 --vertical-label Bytes
|
||||
graph_category %s
|
||||
""" % os.getenv('graph_category', 'mongodb'))
|
||||
""" % os.getenv('graph_category', 'db'))
|
||||
|
||||
for k in getServerStatus()["mem"]:
|
||||
if ok( k ):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue