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

Hi, it seems that the plugin is not working with MongoDB 6.0. It returns the following error, when trying to monitor Replica Primary: After testing this command: `python3 /root/check_mongodb.py -H...

Hello, we have a replica set with one node currently in recovery state. But the check still report OK, so we didn't detect this issue. ``` ./check_mongodb.py -H "192.168.1.1" -A...

I want to use this script to monitor my MongoDB 5.0.6 ReplicaSet Cluster with 3 nodes. The following checks works on each node: **check_mongodb.py -D -H localhost -A connect -C...

The replication lag check for instance tries to run a find query on `local.system.namespaces` which mongo answers with ``` "errmsg" : "not authorized on local to execute command { find:...

i have installed pymongo in the server which is having the issue, the output is totally working fine inside the server , but in icinga monitoring tool. the check is...

hi, i try: `python3 /tmp/check_mongodb.py -a admin -u admin -p $adminpw -H "[$IPV6_Hostname]" -A replication_lag_percent -P 27017` I got: `CRITICAL - General MongoDB Error: not authorized on local to execute...

Adding ssl options for the connect_primary check

Hello Is this plugin works with APIKEY ? How to configure it ? Thank's

`auth_mechanism` was added to the script arguments, but wasn't actually used in the script itself. The parameter now actually gets passed through to `mongo_connect`.

Mongo Flush Average | Mongo Flush Average | Mongo Flush Average |   | OK | 05-06-2021 13:26:47 | 0d 5h 14m 20s | 1/3 | OK - flushing stats not...