check_eventlog Nsclient
Posted: Fri May 23, 2025 5:46 am
Hi friends
I have Nsclient 0.5.2.35 2018-01-28 installed in a server Windows. I wanna check eventlog of only one scheduled task.
I am trying to check in this way
./check_nrpe -H "IP_SRV" -2 -t 70 -p 5666 -c check_eventLog -a file=Microsoft-Windows-TaskScheduler/Operational "filter=written gt -30m AND level='error' AND id='101'" unique=1
Is there any way to filter taskname??? To avoid critical messages from other Tasks ????
And where can i get information about top-syntax, detail-syntax, to get outputs
Thanks in advance and regards
I have Nsclient 0.5.2.35 2018-01-28 installed in a server Windows. I wanna check eventlog of only one scheduled task.
I am trying to check in this way
./check_nrpe -H "IP_SRV" -2 -t 70 -p 5666 -c check_eventLog -a file=Microsoft-Windows-TaskScheduler/Operational "filter=written gt -30m AND level='error' AND id='101'" unique=1
Is there any way to filter taskname??? To avoid critical messages from other Tasks ????
And where can i get information about top-syntax, detail-syntax, to get outputs
Thanks in advance and regards