Page 1 of 1

monitoring MSSQL_COMMVAULT

Posted: Sat Dec 12, 2015 8:17 pm
by jibolatemid
I am trying to monitor this service on a windows server machine without success "MSSQL_COMMVAULT" i have this command set ( check_xi_service_nsclient!!SERVICESTATE!-l "MSSQL\\$$COMMVAULT" -d SHOWALL ) but i get this error" MSSQL\\: Error " please can someone help with this

Re: monitoring MSSQL_COMMVAULT

Posted: Mon Dec 14, 2015 1:53 pm
by lmiltchev
Does the check work from the command line? Can you show us the actual check run in the CLI along with the output of it? Also, on the Windows box, go to "Services", right-click on the service, select "Properties" and show us a screenshot.

Moderator's Note: It seems like you posted on the wrong forum, so I moved the topic to Nagios XI (General Support) forum.

Re: monitoring MSSQL_COMMVAULT

Posted: Mon Dec 14, 2015 7:43 pm
by Box293
jibolatemid wrote:I am trying to monitor this service on a windows server machine without success "MSSQL_COMMVAULT"
Do you mean MSSQL$COMMVAULT ?

Define it with a back slash and two $ signs:

Code: Select all

MSSQL\$$COMMVAULT
Make the change, save and apply config.
Go and find the service via Home > Service Detail
Force an immediate check.
The "Test Check Command" button in CCM will not work in this instance.