GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / aws_ebs_limits
blobfb8c80e1ed9455e484ce4fb1ff21e69ca377e31e
1 title: AWS/EBS Limits
2 agents: aws
3 catalog: cloud/aws
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the AWS/EBS limits
8  To make this check work you have to configure the related
9  special agent {Amazon Web Services (AWS)}.
11  We get the following default limits:
12  - Total Block store snapshots: 100000
13  - Total Magnetic volumes space: 300 TiB
14  - Total Provisioned IOPS SSD space: 300 TiB
15  - Total Provisioned IOPS SSD IO operations per second: 300000
16  - Total General Purpose SSD space: 300 TiB
17  - Total Cold HDD space: 300 TiB
18  - Total Throughput Optimized HDD space: 300 TiB
20  The current value for each limit type is calculated by summing
21  up the related values from API method {{describe_volumes}}.
23  With both values we calculate the usage of each limit type
24  in percent. Default levels are set to 80, 90 percent per type.
25  For each limit type the limit and usage levels are configurable.
27  If limits are enabled all volumes are fetched regardless of
28  possibly configured restriction to names or tags.
30 inventory:
31  One service will be created.