./check_mongodb.py -H hostname
OK - Connection took 0 seconds
Search found 2 matches
- Thu Jan 14, 2016 4:36 pm
- Forum: Open Source Nagios Projects
- Topic: check_mongodb.py always returns OK -
- Replies: 3
- Views: 1093
- Wed Dec 02, 2015 3:25 pm
- Forum: Open Source Nagios Projects
- Topic: check_mongodb.py always returns OK -
- Replies: 3
- Views: 1093
check_mongodb.py always returns OK -
when I run ./check_mongodb.py -H xxx.xxx.xxx.xxx I always get back OK - Connection took 0 seconds , even when the mongodb on the host is not running. This even happens when the host machine does not even have mongodb installed. What could be the problem here? I am new to Nagios and have been tearing...