nagios-plugin-mongodb icon indicating copy to clipboard operation
nagios-plugin-mongodb copied to clipboard

A Nagios plugin to check the status of MongoDB

Results 93 nagios-plugin-mongodb issues
Sort by recently updated
recently updated
newest added

Note: this pull request includes the pull request 103 from kamaradclimber - Check of indexes existence is only done by the name of the indexes. They are provided using -W...

In github and in the README.md I found that the following is specified: #### Check Collection State This will check each host that is listed in the Mongo Servers group....

adds checking of current operations to the script.

Hi, I've added slaveOk to the MongoClient-API as well. I think this is a valid change as it renders this code path equal to the code path for older installations....

Hi, According to m202 course, in memory model section, resident memory is not a good metric for memory usage, because is not freed, although it's not used. > db.serverStatus().mem >...

/usr/lib64/nagios/plugins/check_mongodb.py:1187: DeprecationWarning: The safe parameter is deprecated. Please use write concern options instead. db.last_primary_server.update({"_id": "last_primary"}, {"$set": last_primary_server_record}, upsert=True, safe=True)

The query per second doesn't seem to work consistently for me. To the best of my knowledge it seems to not update the nagios-checks document/collection (sorry, I'm not super knowledgeable...

Hi, nice and useful plugin. I'm trying to automate the execution of this plugin in Chef, and the Chef cookbook for Nagios assume that plugins take options like below, that...