Check event ID on a Task Schedule
Posted: Fri May 27, 2016 7:32 am
Hello Everyone,
on specific task schedule there is an event id that it needs to be monitor. to see the events of this Task schedule I go on the windows server to:
Event Viewer >> Applications and Services Logs >> Microsoft >> Windows >> TaskScheduler >> Operational to view the logs I would see from the Task Scheduler Library.
if i run manually the command on Nagios nothing happend. ( The event ID 101 is as error on the path i described before so the Nagios message should be ok
This is my configuration but is not working
, any suggestion ?
./check_nrpe -H host.domain.com -p 5666 -c CheckEventLog -a filter=new file=Microsoft-Windows-TaskScheduler/Operational MinWarn=0 MinCrit=0 filter-generated=\>1d filter+eventID=="101"
result> eventlog: 0 < critical|'eventlog'=0;0;0
Thank you in advance!
on specific task schedule there is an event id that it needs to be monitor. to see the events of this Task schedule I go on the windows server to:
Event Viewer >> Applications and Services Logs >> Microsoft >> Windows >> TaskScheduler >> Operational to view the logs I would see from the Task Scheduler Library.
if i run manually the command on Nagios nothing happend. ( The event ID 101 is as error on the path i described before so the Nagios message should be ok
This is my configuration but is not working
./check_nrpe -H host.domain.com -p 5666 -c CheckEventLog -a filter=new file=Microsoft-Windows-TaskScheduler/Operational MinWarn=0 MinCrit=0 filter-generated=\>1d filter+eventID=="101"
result> eventlog: 0 < critical|'eventlog'=0;0;0
Thank you in advance!