You need to setup monitoring on my windows servers to capture when a Scheduled task fails to execute. How can you do this?
Release: Any
Component: ntevl
Windows Scheduled tasks history is written to an event log.
Event Viewer (Local) / Applications and Services Logs / Microsoft / Windows / TaskScheduler / Optional.
Example ntevl.cfg:
<logs>
system = System
application = Application
security = Security
microsoft-windows-taskscheduler$$maintenance = Microsoft-Windows-TaskScheduler/Maintenance
microsoft-windows-taskscheduler$$operational = Microsoft-Windows-TaskScheduler/Operational
</logs>