MSSQL instance oddity
Posted: Wed Feb 04, 2015 2:28 pm
Ive been running nagios core for a little while, and have it monitoring many mssql instances.
In core, I use a check_nt command with an argument of
and it works great.
so I figured I would just do the same as I move items to Nagios XI, makes since right? BUT
when I click on test, this is the result
COMMAND: /usr/local/nagios/libexec/check_nt -H sql9 -s "" -p 12489 -v SERVICESTATE -d SHOWALL -l 'MSSQL\$\$ECOMSYNC'
OUTPUT: MSSQL\$\$ECOMSYNC: Error
DOUBLE BUT
when saving, applying changes and check the service, it reads
if I make it so the 'test' passes, once I apply changes, then the service fails.
ANybody else have this issue?
In core, I use a check_nt command with an argument of
Code: Select all
check_command check_nt!SERVICESTATE! -d SHOWALL -l 'MSSQL$$ECOMSYNC'so I figured I would just do the same as I move items to Nagios XI, makes since right? BUT
when I click on test, this is the result
COMMAND: /usr/local/nagios/libexec/check_nt -H sql9 -s "" -p 12489 -v SERVICESTATE -d SHOWALL -l 'MSSQL\$\$ECOMSYNC'
OUTPUT: MSSQL\$\$ECOMSYNC: Error
DOUBLE BUT
when saving, applying changes and check the service, it reads
Code: Select all
MSSQL$ECOMSYNC: StartedANybody else have this issue?