Skip to main content

Agents and modules generated by the plugin

Running the plugin will create the following agents and modules:

  • Global agent
< Name used with the parameter "stats_agent_name" or failing that "azure" >

Modules

Azure MC Instances count
Number of total instances monitored by the plugin
  • One agent for each monitored area.
<Zone name>

Modules

summary.azure.compute.CPUUtilizationAverage CPU percentage used for instances in this zone
summary.azure.compute.DiskReadBytesSummary of the number of bytes read from disk for each instance of this zone
summary.azure.compute.DiskReadOpsSummary of the number of read operations performed on the disk of each instance of this zone
summary.azure.compute.diskWriteBytesSummary of the number of bytes written to disk for each instance of this zone
summary.azure.compute.DiskWriteOpsSummary of the number of write operations performed on the disk for each instance in this zone
summary.azure.compute.instancesNumber of instances monitored in this zone
summary.azure.compute.NetworkPacketsInSummary of the number of incoming network packets for each instance of this zone
summary.azure.compute.NetworkPacketsOutSummary of the number of outgoing network packets for each instance in this zone

 

  • One agent for each monitored instance
< Resource group name >/< Instance name >

Modules

StateMachine status, in string format
Instance State (bool)Machine status, 1 if it is running, 0 if this is not the case
CPUUtilizationCPU usage percentage used
DiskReadBytesNumber of bytes read from disk
DiskReadOpsThe number of read operations performed on the disk
DiskWriteBytesNumber of bytes written to disk
DiskWriteOpsNumber of write operations performed on the disk
NetworkPacketsInThe number of incoming network packets
NetworkPacketsOutThe number of outgoing network packets