Search found 1 match
- Fri Apr 15, 2016 10:35 am
- Forum: Nagios XI
- Topic: Filter check_nrpe by string in the message
- Replies: 1
- Views: 1021
Filter check_nrpe by string in the message
Hi All, I'm trying to filter the email automatically sent by nagios applying a filter based on string in the message. The original command is: check_nrpe -H $HOSTNAME$ -p 5666 -c CheckEventLog -a file=application MaxWarn=1 MaxCrit=1 "filter=generated > -1h AND severity = 'error'" and I tri...