Azure Scheduler (Device Type)
  • 18 Apr 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Azure Scheduler (Device Type)

  • Dark
    Light
  • PDF

Article Summary

Device Type Description

(Available to Netreo SaaS customers only.)

Device License Value: 1.0 (See Device Licenses for more information.)

Collected Statistics

See Data Retention for information on how long this data is stored in Netreo.

Netreo collects and stores the following statistics for the Azure Scheduler device type.

MetricDescription
AzureSchedulerExecutionsTracks the number of times the selected job has executed, might be zero.
  • Data Type: int
AzureSchedulerFailuresTracks the number of times the selected job has failed, might be zero.
  • Data Type: int
AzureSchedulerFaultsTracks the number of faulted occurrences (occurrences that were retried and failed as many times as the retry policy states) for the selected job, might be zero.
  • Data Type: int
AzureSchedulerLastJobStatusTracks the status of the selected job. Possible values: Enabled (scheduled for future execution), Completed (the final execution attempt succeeded), Disabled (does not have any future execution scheduled), Faulted(the final execution attempt failed).
  • Data Type: string
AzureSchedulerLastJobEndedMinutesAgoTracks the time since the last execution time, if the job has completed.
  • Data Type: double
AzureSchedulerStatusByJob

Tracks information about all jobs.

  • Data Type: array of objects  with the following fields:
    • Id (string): Job identifier. 
    • Frequency (string): Execution frequency, possible values: None, X Minute(s), X Hour(s), X Day(s), X Week(s), X Month(s), where X is a positive number.
    • State (string): State of the job, possible values: 
      • Enabled: a job scheduled for future execution.
      • Completed: a job whose final execution attempt succeeded.
      • Disabled: a job does not have any future execution scheduled.
      • Faulted: a job whose final execution attempt failed.
    • Executions (int): Number of times this job has executed, might be zero.
    • Failures (int): Number of times this job has failed, might be zero.
    • Faults (int): Number of faulted occurrences (occurrences that were retried and failed as many times as the retry policy states), might be zero.
    • LastExecution (DateTime?): Time the last occurrence executed in ISO-8601 format. Null if job has not run yet.
    • NextExecution (DateTime?): Time of the next occurrence in ISO-8601 format. Null if the job is completed.

Requirements

Use of this device type requires additional configuration in Netreo and your Azure account as outlined below.

Netreo Configuration

You must add your Azure account information to Netreo to use this device type.

SeeMonitor Azure Cloud VMs and Services

External Configuration

You must configure your Azure account to allow monitoring by Netreo.

See Monitor Azure Cloud VMs and Services


Was this article helpful?