Search found 1 match
- Wed Jan 11, 2012 4:01 pm
- Forum: Open Source Nagios Projects
- Topic: Problems with $ sign in service name
- Replies: 19
- Views: 6083
Re: Problems with $ sign in service name
This apparently does not work when the $ is followed by a macro. For example, i want to search for this: 'SQLAGENT$<HOSTNAME>' so my command line looks like 'SQLAGENT$$$HOSTNAME$' ... well, it's not interpreting the $$$ properly. Since the first $ is intended to escape the 2nd, and the 3rd is the st...