GUI CSS: Decoupled most styles for sidebar from the classic theme (CMK-1171)
[check_mk.git] / checkman / aws_rds_limits
blobaf584818d3fbf95b7eebf1dbdec8481fa4e9baa5
1 title: AWS RDS Limits
2 agents: aws
3 catalog: cloud/aws
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the AWS/RDS limits.
8  To make this check work you have to configure the related
9  special agent {Amazon Web Services (AWS)}.
11  From the AWS API method {{describe_account_attributes}}
12  we get the following default limits:
13  - DB instances: 40
14  - Reserved DB instances: 40,
15  - Allocated storage: 100 TB
16  - DB security groups: 25
17  - Authorizations per DB security group: 20
18  - DB parameter groups: 50
19  - Manual snapshots: 100
20  - Event subscriptions: 20
21  - DB subnet groups: 50
22  - Option groups: 20
23  - Subnet per DB subnet groups: 20
24  - Read replica per master: 5
25  - DB clusters: 40
26  - DB cluster parameter groups: 50
27  - DB cluster roles: 5
29  From above API method we addtionally get the amount of used
30  instances/space per limit type.
32  With both values we calculate the usage of each limit type
33  in percent. Default levels are set to 80, 90 percent per type.
34  For each limit type the limit and usage levels are configurable.
36  If limits are enabled account attributes of RDS resource are
37  additionally fetched.
39 inventory:
40  One service per bucket will be created.