Monitoring process with regex - fails with 4.3.4 and BBWin 0.13
list Seiichirou Hiraoka
Thu, 26 Nov 2015 16:51:08 +0900
Message-Id: <CA+kD--G6=yO_QtCuu3_U5qPLO7cRA=user-66a53340c5c3@xymon.invalid>
Hello
I will use the BBWin 0.13 in Windows Server 2012, the Xymon 4.3.4 on CentOS
I use.
In order to monitor the regular expression to the Windows process, we set
as follows in the BBWin.cfg of Windows Server.
<procs>
<setting name "notepad" rule = "= 2" alarmcolor = "red" />
<setting name "% notepad C: \ Users \ Administrator \ Desktop \
test.txt" rule = "= 2" alarmcolor = "red" />
<setting name "% notepad *" rule = "= 2" alarmcolor = "red" />
<setting name "% ^ notepad *" rule = "= 2" alarmcolor = "red" />
</ procs>
The first line "notepad" only I've correctly match, the rest regular
expression
does not match.
Please tell me if there is a mistake.
Thank you very much.