Forum Discussion
Azure Monitoring for Windows Scheduled Task
How can I monitor if a Windows Scheduler Task is not triggered as configured (at the given time). Please suggest the steps to setup Azure Monitor & Scheduler (if special settings needed).
Also I need to configure Azure monitoring for the Postgressql DB which is residing in AWS.
3 Replies
- MrCoupsCopper Contributor
KranthiGurajapu what about if you se Log Analytics to look for the Windows Event Log entry? You could then create an alert of the resulting query.
- KranthiGurajapuCopper Contributor
MrCoups , thanks for the response.
Yes I did try that with no luck. Did ran a Task and it ran to success, but I didn't see any details of the task in the Log Viewer.
- MrCoupsCopper Contributor
KranthiGurajapu The Microsoft-Windows-TaskScheduler log provides information on scheduled task execution, you can also look in the following log file
C:\Windows\Tasks\SchedLgU.txt
This should help you out, you can also monitor log files through Log Analytics as well.