Hello,
I’m using the check_log3.pl plugin to parse log patterns for nagios. The script work great! However, I’m having issues reading a pattern such as ‘test\one\two\three’. I’ve tried to use double " " also. So, how do I parse patterns using special characters such as \ or [ ], etc?
You help is greatly appreciated.
Log parsing on special charachters
-
digitallife
- Posts: 27
- Joined: Mon Nov 17, 2014 12:29 pm
Re: Log parsing on special charachters
Team,
I found the solution. I needed to use double \\.
Thanks
I found the solution. I needed to use double \\.
Thanks
Re: Log parsing on special charachters
Thanks for reporting back! I'll lock this thread.