Hello,
My config :
NSCLIENT 0.4.1.73
I want to know if it is possible to have in one check_nrpe NAGIOS CHECKEVENTLOG Module, two different filters with two different severity, like this :
“filter=id IN (12345,12346) AND severity IN (‘success’)” and “filter=id IN (12347) AND severity IN (‘error’)”
The service would still be “OK” unless one of the three “ID” changes state.
Thank’s