You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
17
17
18
18
<ahref="https://github.com/gruntwork-io/terraform-aws-monitoring/releases/tag/v0.36.25"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
19
19
20
20
This folder contains modules that configure [CloudWatch
21
21
Alarms](http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/AlarmThatSendsEmail.html) to go off and
22
22
email or SMS you when something is going wrong. The modules are:
23
23
24
-
*[asg-cpu-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/asg-cpu-alarms): An alarm that goes off if CPU usage in an Auto Scaling Group (ASG) is too high.
25
-
*[asg-disk-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/asg-disk-alarms): An alarm that goes off if disk usage in an Auto Scaling Group (ASG) is too high.
26
-
*[asg-memory-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/asg-memory-alarms): An alarm that goes off if memory usage in an Auto Scaling Group (ASG) is
24
+
*[asg-cpu-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/asg-cpu-alarms): An alarm that goes off if CPU usage in an Auto Scaling Group (ASG) is too high.
25
+
*[asg-disk-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/asg-disk-alarms): An alarm that goes off if disk usage in an Auto Scaling Group (ASG) is too high.
26
+
*[asg-memory-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/asg-memory-alarms): An alarm that goes off if memory usage in an Auto Scaling Group (ASG) is
27
27
too high.
28
-
*[ec2-cpu-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/ec2-cpu-alarms): An alarm that goes off if CPU usage for an EC2 Instance is too high.
29
-
*[ec2-disk-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/ec2-disk-alarms): An alarm that goes off if disk usage for an EC2 Instance is too high.
30
-
*[ec2-memory-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/ec2-memory-alarms): An alarm that goes off if memory usage for an EC2 Instance is too high.
31
-
*[ecs-cluster-alamrs](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/ecs-cluster-alarms): Alarms for an ECS cluster that go off if CPU or memory usage is too high
28
+
*[ec2-cpu-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/ec2-cpu-alarms): An alarm that goes off if CPU usage for an EC2 Instance is too high.
29
+
*[ec2-disk-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/ec2-disk-alarms): An alarm that goes off if disk usage for an EC2 Instance is too high.
30
+
*[ec2-memory-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/ec2-memory-alarms): An alarm that goes off if memory usage for an EC2 Instance is too high.
31
+
*[ecs-cluster-alamrs](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/ecs-cluster-alarms): Alarms for an ECS cluster that go off if CPU or memory usage is too high
32
32
across the cluster.
33
-
*[ecs-service-alamrs](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/ecs-cluster-alarms): Alarms for an ECS service that go off if CPU or memory usage is too high
33
+
*[ecs-service-alamrs](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/ecs-cluster-alarms): Alarms for an ECS service that go off if CPU or memory usage is too high
34
34
for this service.
35
-
*[elb-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/elb-alarms): A set of ELB alarms that go off if the latency gets too high, or there are
35
+
*[elb-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/elb-alarms): A set of ELB alarms that go off if the latency gets too high, or there are
36
36
too many 5xx errors, or too few requests are coming in.
37
-
*[lambda-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/lambda-alarms): An alarm that goes off when a lambda function breaches an associated metric.
38
-
*[rds-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/rds-alarms): A set of RDS alarms that go off if the CPU usage, number of connections, or latency gets
37
+
*[lambda-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/lambda-alarms): An alarm that goes off when a lambda function breaches an associated metric.
38
+
*[rds-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/rds-alarms): A set of RDS alarms that go off if the CPU usage, number of connections, or latency gets
39
39
too high or if the available memory or disk space gets too low.
40
-
*[route53-health-check-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/route53-health-check-alarms): Monitor a given domain (e.g. example.com) using Route
40
+
*[route53-health-check-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/route53-health-check-alarms): Monitor a given domain (e.g. example.com) using Route
41
41
53 and trigger an alarm if that domain is down or unresponsive.
42
-
*[scheduled-job-alarm](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/scheduled-job-alarm): An alarm that goes off if a scheduled job (e.g. a cron job) fails to
42
+
*[scheduled-job-alarm](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/scheduled-job-alarm): An alarm that goes off if a scheduled job (e.g. a cron job) fails to
43
43
run.
44
-
*[sqs-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/sqs-alarms): Alarms that go off if the number of visible messages is too high or age of oldest message surpasses the threshold.
44
+
*[sqs-alarms](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/sqs-alarms): Alarms that go off if the number of visible messages is too high or age of oldest message surpasses the threshold.
45
45
46
-
Click on each module above to see its documentation. Head over to the [examples folder](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/examples) for examples.
46
+
Click on each module above to see its documentation. Head over to the [examples folder](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/examples) for examples.
47
47
48
48
## Information regarding tags for metric alarms
49
49
@@ -58,11 +58,11 @@ Tags associated with a metric alarm are not propagated with the alarm payload wh
<ahref="https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/logs"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/logs"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
17
17
18
18
<ahref="https://github.com/gruntwork-io/terraform-aws-monitoring/releases/tag/v0.36.25"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
19
19
20
20
This folder contains modules that help with logging:
21
21
22
-
*[cloudwatch-log-aggregation-iam-policy](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/logs/cloudwatch-log-aggregation-iam-policy): A module that defines
22
+
*[cloudwatch-log-aggregation-iam-policy](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/logs/cloudwatch-log-aggregation-iam-policy): A module that defines
23
23
an IAM policy that allows reading/writing CloudWatch log data.
24
-
*[cloudwatch-logs-metric-filters](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/logs/cloudwatch-logs-metric-filters): A Terraform module to send alerts when patterns are matched in CloudWatch Logs groups.
25
-
*[load-balancer-access-logs](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/logs/load-balancer-access-logs): Creates an S3 bucket to store ELB access logs, along with the appropriate access policy and lifecycle rules.
26
-
*[syslog](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/logs/syslog): Configures rate limiting and log rotation for syslog.
24
+
*[cloudwatch-logs-metric-filters](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/logs/cloudwatch-logs-metric-filters): A Terraform module to send alerts when patterns are matched in CloudWatch Logs groups.
25
+
*[load-balancer-access-logs](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/logs/load-balancer-access-logs): Creates an S3 bucket to store ELB access logs, along with the appropriate access policy and lifecycle rules.
26
+
*[syslog](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/logs/syslog): Configures rate limiting and log rotation for syslog.
27
27
28
-
Click on each module above to see its documentation. Head over to the [examples folder](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/examples) for examples.
28
+
Click on each module above to see its documentation. Head over to the [examples folder](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/examples) for examples.
<ahref="https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/metrics"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/metrics"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
17
17
18
18
<ahref="https://github.com/gruntwork-io/terraform-aws-monitoring/releases/tag/v0.36.20"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
19
19
20
20
This folder contains modules for working with CloudWatch metrics:
21
21
22
-
*[cloudwatch-custom-metrics-iam-policy](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/metrics/cloudwatch-custom-metrics-iam-policy): A module that defines
22
+
*[cloudwatch-custom-metrics-iam-policy](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/metrics/cloudwatch-custom-metrics-iam-policy): A module that defines
23
23
an IAM policy that allows reading/writing CloudWatch metrics.
24
-
*[cloudwatch-dashboard-metric-widget](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/metrics/cloudwatch-dashboard-metric-widget): Configures a CloudWatch Dashboard metric widget.
25
-
*[cloudwatch-dashboard-text-widget](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/metrics/cloudwatch-dashboard-text-widget): Configures a CloudWatch Dashboard text widget.
26
-
*[cloudwatch-dashboard](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/metrics/cloudwatch-dashboard): Configures and deploys a CloudWatch Dashboard.
24
+
*[cloudwatch-dashboard-metric-widget](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/metrics/cloudwatch-dashboard-metric-widget): Configures a CloudWatch Dashboard metric widget.
25
+
*[cloudwatch-dashboard-text-widget](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/metrics/cloudwatch-dashboard-text-widget): Configures a CloudWatch Dashboard text widget.
26
+
*[cloudwatch-dashboard](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/metrics/cloudwatch-dashboard): Configures and deploys a CloudWatch Dashboard.
27
27
28
-
Click on each module above to see its documentation. Head over to the [examples folder](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/examples) for examples.
28
+
Click on each module above to see its documentation. Head over to the [examples folder](https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/examples) for examples.
0 commit comments