mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +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_title MongoDB memory usage
|
||||||
graph_args --base 1024 -l 0 --vertical-label Bytes
|
graph_args --base 1024 -l 0 --vertical-label Bytes
|
||||||
graph_category %s
|
graph_category %s
|
||||||
""" % os.getenv('graph_category', 'mongodb'))
|
""" % os.getenv('graph_category', 'db'))
|
||||||
|
|
||||||
for k in getServerStatus()["mem"]:
|
for k in getServerStatus()["mem"]:
|
||||||
if ok( k ):
|
if ok( k ):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue