this is the output from that command
Usage: check_mssql_database.py -H hostname -U user -P password -T table --mode
check_mssql_database.py: error: --critical option requires an argument
MS SQL Log Cache Hit Rate error
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: MS SQL Log Cache Hit Rate error
Looks like we missed the critical value, sorry about that, try again with this:
Code: Select all
/usr/local/nagios/libexec/check_mssql_database.py -H xxx.xxx.xxx.xxx -U 'nagios' -P '<password>' -T 'ICS_NET' -I MSSQLSERVER --logcachehit --warning 0:95 --critical 0:97As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.