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

Function check_page_faults is defined twice. [First one](https://github.com/mzupan/nagios-plugin-mongodb/blob/master/check_mongodb.py#L1246) `def check_page_faults(con, host, warning, critical, perf_data):` And uses maintain_delta to compare results between executions. This was added in f70dfa361b521ef344982451a4f008bf42feffdf and its _action_ deleted...

I'm having big issues merging the incoming PRs that deal with mongo v2 and v3 issues. The big issue is I created this and it was fairly simple and a...

It seems that some stuff has been removed from serverStatus() in mongodb 3.x which results in errors... CRITICAL - General MongoDB Error: 'indexCounters' CRITICAL - General MongoDB Error: 'lockTime' There...

Hello, script was working fine until I've upgraded all mongod instances to 3.2.6. Now it says the following, when checking against Secondary: ``` # /usr/lib/nagios/plugins/check_mongodb.py -A replication_lag -H mongo1-ssd CRITICAL...

I have been testing the command connect with false information intentionally, but it has always been reporting okay. For example. ``` [root@ip-10-95-189-114 plugins]# ./check_mongodb.py -H 33.33.33.wer -A connect -P 2736...

Tweak import lines. Make connection more serial, giving small default timeout; allows for better failure checking. The way it currently stands, the connection is backgrounded and not made until the...

Hi, Since the command-line shows up in process list, I thought it would be nice to have a way of getting credentials from a file which can be secured by...

I am using MongoDB version 2.4.4. and I created a user named "omd" with Readonly permission on "admin" database, but when run the query checks, I get the following error:...