MS SQL Log Cache Hit Rate error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
rdobbsmacu
Posts: 36
Joined: Tue Apr 28, 2015 3:11 pm

Re: MS SQL Log Cache Hit Rate error

Post by rdobbsmacu »

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
User avatar
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

Post by Box293 »

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:97
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked