mongo_mem: unify default category (db)

This commit is contained in:
Jeremías 2021-03-22 13:59:00 -03:00 committed by Lars Kruse
parent a9313615c8
commit 4af69a6d07
1 changed files with 1 additions and 1 deletions

View File

@ -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 ):