TOP LEVEL CATEGORIES
EXPLORE
@sokecillo
Favorites 0
Views 5567
nagios-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 -…
Check 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…
Check CPU Usage Example: ./check_cpu.sh -w 80 -c 90 Output: OK - CPU Usage |CPU_USER=5;;;; CPU_SYSTEM=0;;;; CPU_IDLE=92;;;; CPU_IOWAIT=0;;;; CPU_ST=3;;;;