Skip to content

Azure Automation Monitoring

Daniele Grandini edited this page Oct 22, 2015 · 6 revisions

#Azure Automation Monitoring - preview

The MP is now at its bare minimum and implements:

  1. Account connectivity check. It basically checks if the management interfaces are available. Enabled by default.
  2. Execution status measured as number of failures over the last n executions (if I want the last execution it’s just a matter of setting 1 in the last executions count). Enabled by default.
  3. Age of the last execution. The idea is that if I have a runbook that has not been run for x hours then I may have a problem. Disabled by default.
  4. Long running jobs. Check on the execution time of a job in minutes. Disabled by default.
  5. Web hooks expiration. Targeted at the runbook checks if any associated web hook is about to expire or is expired

What's planned for the first GA version:

  1. Standard console views for Accounts and Runbooks state
  2. More comprehensive documentation here and on QND
  3. Monitors knowledge base articles
  4. Hybrid workers modules version monitoring

Clone this wiki locally