NSClient++ Help (#1) - Windows service checks with $ in name (#407) - Message List

Windows service checks with $ in name

Hello,

I've got a wierd problem with my escaping of the character "$". It worked before, but somehow i broke it.

My service is named: AOS$01

Ive tried the following tio esapce it:
\$$
\ $ $$ $$$ \$
$
$$ '\$'

None have worked, if i do the check manualle from CLI, and esacpe $ with \$, it works like a charm.

What am i missing? Running the lastest nagios (3.1.0) and nagios plugins.

  • Message #1246

    Change AOS$01 to AOS$"$"01 ;-)

  • Message #1247

    This is escapes in nagios so $$ = $ so my guess would be: $$$$ (but I am not sure, ask the nagios people for details...)

    MickeM

    • Message #1256

      My tip work successfully for me. I'am monitoring a SQL Server Database service. In the service name i have a $ and with the syntax I gave you before it's work like a charm.

Subscriptions