Hi everyone, so I'm in a bit of a pickle. I'm trying to set up monitoring for some services on a server we have here, but I'm running into a problem. Three of the services have
a trademark symbol in their name. Like "Company® Service." This is so annoying to me on so many levels, but anyway the big problem is that I'm not able to check the service through Nagios because I can't get it to look for the ® symbol.
Here's my query here:
Code: Select all
$USER1$/check_nt -H $HOSTADDRESS$ -s "password" -p 12489 -v SERVICESTATE -l "BWTI Proship® Enterprise Queue System" -d SHOWALL
With or without the trademark symbol it doesn't work, the output of the test is the same, it just searches for the name without and fails to find anything. I've tried escaping it with \, but no go. What can I do in this situation? Is there anyway to have it look for a wildcard? Thanks!