Monitoring service windows with $

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
christianoliberato
Posts: 1
Joined: Thu Dec 22, 2011 9:08 pm

Monitoring service windows with $

Post 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!!
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: Monitoring service windows with $

Post by jsmurphy »

Why did it previously have one $ and now it has two?
xvvivan
Posts: 8
Joined: Thu Oct 27, 2011 10:31 am
Location: Varese - Italy

Re: Monitoring service windows with $

Post by xvvivan »

Hi,

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

Regards

Ivan
Locked