Log AND
list Nick Pettefar
Is it possible to use an AND expression with the LOG keyword? We want to look for WORD1 AND WORD2 in a log file entry before sending out an alert. Something like WORD1&&Word2 or maybe WORD1*WORD2 or ...? Regards, Nick Pettefar
list Jeremy Laidman
Like so: %WORD1.*WORD2|WORD2.*WORD1
▸
On 24 February 2013 05:44, Nick Pettefar <user-2027539dd102@xymon.invalid> wrote:
Is it possible to use an AND expression with the LOG keyword? We want to look for WORD1 AND WORD2 in a log file entry before sending out an alert. Something like WORD1&&Word2 or maybe WORD1*WORD2 or ...? Regards, Nick Pettefar