Révision 4168c164
mongo_mem configurable graph_category
| plugins/mongodb/mongo_mem | ||
|---|---|---|
| 69 | 69 |
print("""
|
| 70 | 70 |
graph_title MongoDB memory usage |
| 71 | 71 |
graph_args --base 1024 -l 0 --vertical-label Bytes |
| 72 |
graph_category mongodb
|
|
| 73 |
""") |
|
| 72 |
graph_category %s
|
|
| 73 |
""" % os.getenv('graph_category', 'mongodb'))
|
|
| 74 | 74 |
|
| 75 | 75 |
for k in getServerStatus()["mem"]: |
| 76 | 76 |
if ok( k ): |
Formats disponibles : Unified diff