Forum Discussion

KranthiGurajapu's avatar
KranthiGurajapu
Copper Contributor
Jul 24, 2020

Azure Monitoring for Windows Scheduled Task

  1. 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).

  2. Also I need to configure Azure monitoring for the Postgressql DB which is residing in AWS.

3 Replies

  • MrCoups's avatar
    MrCoups
    Copper 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.

    • KranthiGurajapu's avatar
      KranthiGurajapu
      Copper 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.

      • MrCoups's avatar
        MrCoups
        Copper 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.

Resources