26 Nov
2015
26 Nov
'15
7:51 a.m.
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.