My log file will be continuously extended with new rows. I’d like to implement sensor, which informs me only if new errors happens. Example:
17.02.2016;15:30:24;"JOB1";"BATCH 5003";gestartet;"" 17.02.2016;15:30:24;"JOB2";"BATCH 5005";gestartet;"" 17.02.2016;15:30:25;"JOB1";"BATCH 5003";beendet;"" 17.02.2016;15:30:25;"JOB2";"BATCH 5005";beendet;"" 15.02.2016;15:31:44;”JOB3”;"BATCH PAT Export";FEHLER;"strValue"
Because the configured search text “FEHLER” was logged, the mail about error should be sent by PRTG to me. Only if the next error happens the next mail should be sent me again. The count of “FEHLER” entries is not important for my requirement.
I tried to use the option “Only transmit to PRTG new lines …”. This option counts all rows with the text “FEHLER” and it sends me a mail one time daily if I configure the Threshold Trigger. When I configure the Change Trigger I get no messages although the count of matches was changed.
Is there any possibility to implement my requirement with PRTG Network Monitor?
Add comment