Page 1 of 1

Monitoring service windows with $

Posted: Thu Dec 22, 2011 9:23 pm
by christianoliberato
Hi,

with nagios 3.2.3 I monitor the service MSSQL$DATA_WAREHOUSE of windows so:
check_command check_nt!SERVICESTATE!-d SHOWALL -l "MSSQL$"$"DATA_WAREHOUSE"
and the result in the web page of nagios is MSSQL$DATA_WAREHOUSE: Started

Now in the nagios 3.3.1 not monitor. The result in the web page of nagios is MSSQL$$DATA_WAREHOUSE: Unknown
Anyone know if the syntax has changed?

Thanks!!

Re: Monitoring service windows with $

Posted: Tue Dec 27, 2011 5:59 pm
by jsmurphy
Why did it previously have one $ and now it has two?

Re: Monitoring service windows with $

Posted: Fri Dec 30, 2011 3:22 am
by xvvivan
Hi,

Try with \\$$ (MSSQL\\$$DATA_WAREHOUSE).

Regards

Ivan