Build precise queries to find exactly what you need
Press ESC to close
This is a great tool to have now in nagios. Makes monitoring sql servers much easier. There is 1 bug with the -p (port) assignment that prevents it from working correctly when you have non standard ports. You can easily fix this though by going into the service details and setting the host to be host:port
for example
check_xi_mssql_database!-H “server.mydomain” -p 1550 -U nagios -P “password” -T master –logfileusage –warning 0:80 –critical 0:90
would become
check_xi_mssql_database!-H “server.mydomain:1550” -U nagios -P “password” -T master –logfileusage –warning 0:80 –critical 0:90
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!