check "MSSQL$MICROSOFT##SSEE"

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dcsid
Posts: 10
Joined: Wed Nov 27, 2013 10:46 am

check "MSSQL$MICROSOFT##SSEE"

Post by dcsid »

hi !

I have some problem to check MSSQL
The service name is "MSSQL$MICROSOFT##SSEE"
When i use GUI to check it , it send the following result

Code: Select all

COMMAND: /usr/local/nagios/libexec/check_nt -H xxx.xxx.xxx -s "xxxxx"  -p 12489  -l  MSSQL\$MICROSOFT 
OUTPUT : Failed to open service MSSQL$MICROSOFT: 1060: Le service spécifié n'existe pas en tant que service installé.
I tried with
  • MSSQL$$MICROSOFT##SSEE --> not ok
    ]MSSQL\$MICROSOFT##SSEE --> not ok
Please help me

Thanking you
NAGIOS XI 5.2.3 offline
vm Centos 6.4 - 64 bits
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: check "MSSQL$MICROSOFT##SSEE"

Post by hsmith »

Are you using the test command on the GUI? If so, I wouldn't recommend that. It has issues with special characters. Can you make this work from the command line?
Former Nagios Employee.
me.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: check "MSSQL$MICROSOFT##SSEE"

Post by Box293 »

It needs \$$

Code: Select all

MSSQL\$$MICROSOFT##SSEE
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked