GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / aws_rds_limits
blobf9f6de6b9758f6544ea9c3b317acee8ac755e28a
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:
14  - DB instances: 40
16  - Reserved DB instances: 40,
18  - Allocated storage: 100 TB
20  - DB security groups: 25
22  - Authorizations per DB security group: 20
24  - DB parameter groups: 50
26  - Manual snapshots: 100
28  - Event subscriptions: 20
30  - DB subnet groups: 50
31  - Option groups: 20
33  - Subnet per DB subnet groups: 20
35  - Read replica per master: 5
37  - DB clusters: 40
39  - DB cluster parameter groups: 50
41  - DB cluster roles: 5
43  From above API method we addtionally get the amount of used
44  instances/space per limit type.
46  With both values we calculate the usage of each limit type
47  in percent. Default levels are set to 80, 90 percent per type.
48  For each limit type the limit and usage levels are configurable.
50  If limits are enabled account attributes of RDS resource are
51  additionally fetched.
53 inventory:
54  One service will be created.