Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
sokecillo
Check CPU Usage Linux
github.com/sokecillo/nagios-check_cpuCheck CPU Usage plug in.
/Category:CPU Usage and Load
GPL
Check MySQL Connections
github.com/sokecillo/nagios-check_mysql_connectionsCheck the number of stablished connections to a MySQL database Check MySQL Connections usage: ./check_mysql_connections -w 40 -c 50 -u root -p 1234 -h database_host Output: OK - 35 Database Connections |Connections=35;;;;
/Category:MySQL
GPL
Check MongoDB
github.com/sokecillo/nagios-check_mongodbnagios-check_mongodb Check a MongoDB Database Usage: check_mongodb -h 127.0.0.1 -u root -p 1234 -d local --collection test -q "db.test.findOne()" Output: OK - MongoDB CRITICAL - Failed to execute query db.test.findOne() on MongoDB host 127 ...
/Category:Others
GPL