I've been trying to configure a log check sensor to find a text as the following example: DC = "1" In site = "2" Right found: "SecurityPrividege"
Following the recomendation from your help document, i went to www.regexpal.com to try an expression and i got this to work:
( DC = "1"\n In site = "2"\n Right found: "SecurityPrividege")
(Note i use the \n as a eol)
PRTG didn't find the string. Could you point me at some examples to follow to get this working?
Thanks
Add comment