Page 5 of 5
Re: Do we need to install Pre-requisites for monitoring MS S
Posted: Tue Jun 11, 2013 9:58 am
by abrist
I believe that was the suggestion given by Spencer.
sreinhardt wrote:-Wv50: and -Cv100:
Will equate to 50+ and 100+.
Re: Do we need to install Pre-requisites for monitoring MS S
Posted: Tue Jun 11, 2013 10:19 am
by MSPk
I have tried it but it doesnt work...!!!!
Re: Do we need to install Pre-requisites for monitoring MS S
Posted: Tue Jun 11, 2013 10:49 am
by abrist
What was the full command that you tried? The location of the "colon"s are important.
Re: Do we need to install Pre-requisites for monitoring MS S
Posted: Tue Jun 11, 2013 12:08 pm
by MSPk
DB_connections=scripts\check_mssql_nt.exe /H:Instancename /CHK_CONNECTIONCOUNT -Wv50: -Cv100:
Output : MSSQL OK - 60 connections in 0.24 seconds
Re: Do we need to install Pre-requisites for monitoring MS S
Posted: Tue Jun 11, 2013 6:39 pm
by scottwilkerson
Plugin help is pretty poor on this plugin as it mixes items up in the examples... I would try
Code: Select all
DB_connections=scripts\check_mssql_nt.exe /H:Instancename /CHK_CONNECTIONCOUNT /Wv:50 /Cv:100
or
Code: Select all
DB_connections=scripts\check_mssql_nt.exe /H:Instancename /CHK_CONNECTIONCOUNT -Wv:50 -Cv:100