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!!
Monitoring service windows with $
Re: Monitoring service windows with $
Why did it previously have one $ and now it has two?
Re: Monitoring service windows with $
Hi,
Try with \\$$ (MSSQL\\$$DATA_WAREHOUSE).
Regards
Ivan
Try with \\$$ (MSSQL\\$$DATA_WAREHOUSE).
Regards
Ivan