Hello,
I've a problem with the item log[].
I've configured one item:
itemA = log["/mydirectory/myfile*.log","A and B","UTF-8",200]
After i've created one trigger:
Trigger A = {myserver:log["/mydirectory/myfile*.log","A and B","UTF-8"].iregexp("A and B")}#0
When i modifing the log file with the command: echo 'A and B' >> myfile*.log
I've not the result, the trigger is not triggered
thanks for your help.
I've a problem with the item log[].
I've configured one item:
itemA = log["/mydirectory/myfile*.log","A and B","UTF-8",200]
After i've created one trigger:
Trigger A = {myserver:log["/mydirectory/myfile*.log","A and B","UTF-8"].iregexp("A and B")}#0
When i modifing the log file with the command: echo 'A and B' >> myfile*.log
I've not the result, the trigger is not triggered
thanks for your help.
Comment