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 "Aws" > |
Modules
|
AWS EC2 Total cost
|
Total Aws Costs |
|
AWS EC2 Instances count
|
Total instances registered in AWS |
- One agent for each monitored region.
| <Region name> |
Modules
| summary.aws.ec2.CPUUtilization | Average CPU percentage used for instances in this zone |
| summary.aws.ec2.DiskReadBytes | Summary of the number of bytes read from disk for each instance of this zone |
| summary.aws.ec2.DiskReadOps | Summary of the number of read operations performed on the disk of each instance of this zone |
| summary.aws.ec2.diskWriteBytes | Summary of the number of bytes written to disk for each instance of this zone |
| summary.aws.ec2.DiskWriteOps | Summary of the number of write operations performed on the disk for each instance in this zone |
| summary.aws.ec2.instances | Number of instances monitored in this zone |
| summary.aws.ec2.NetworkPacketsIn | Summary of the number of incoming network packets for each instance of this zone |
| summary.aws.ec2.NetworkPacketsOut | Summary of the number of outgoing network packets for each instance in this zone |
| cost | Total costs for the region |
|
summary.aws.ec2.storage.count
|
Number of volumes in the area |
| summary.aws.ec2.storage.size | Size in gigabytes of all volumes |
| summary.aws.ec2.addresses.count | Number of IPs |
- One agent for each monitored instance
| <instance ID> |
Modules
| State | Machine status, in string format |
| Instance State (bool) | Instance State (bool) State of the machine, 1 if it is running, 0 otherwise |
| CPUUtilization | Percentage of CPU utilization used |
| DiskReadBytes | Number of bytes read from disk |
| DiskReadOps | The number of read operations performed on the disk |
| DiskWriteBytes | Number of bytes written to disk |
| DiskWriteOps | Number of write operations performed on the disk |
| NetworkPacketsIn | The number of incoming network packets |
| NetworkPacketsOut | The number of outgoing network packets |