Skip to content

Commit 03434fb

Browse files
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent 66cf4b8 commit 03434fb

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed

docs/reference/modules/terraform-aws-monitoring/alarms/alarms.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -9,41 +9,41 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="AWS Monitoring Modules" version="0.36.29" lastModifiedVersion="0.36.25"/>
12+
<VersionBadge repoTitle="AWS Monitoring Modules" version="1.0.0" lastModifiedVersion="0.36.25"/>
1313

1414
# Alarm modules
1515

16-
<a href="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+
<a href="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>
1717

1818
<a href="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>
1919

2020
This folder contains modules that configure [CloudWatch
2121
Alarms](http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/AlarmThatSendsEmail.html) to go off and
2222
email or SMS you when something is going wrong. The modules are:
2323

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
2727
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
3232
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
3434
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
3636
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
3939
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
4141
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
4343
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.
4545

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.
4747

4848
## Information regarding tags for metric alarms
4949

@@ -58,11 +58,11 @@ Tags associated with a metric alarm are not propagated with the alarm payload wh
5858
<!-- ##DOCS-SOURCER-START
5959
{
6060
"originalSources": [
61-
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/readme.md",
62-
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/variables.tf",
63-
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/alarms/outputs.tf"
61+
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/readme.md",
62+
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/variables.tf",
63+
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/alarms/outputs.tf"
6464
],
6565
"sourcePlugin": "module-catalog-api",
66-
"hash": "92aa804f9de4aaab972d942f046b54d5"
66+
"hash": "08a2dc9cee524ecf7325d12da0ba7568"
6767
}
6868
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-monitoring/logs/logs.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="AWS Monitoring Modules" version="0.36.29" lastModifiedVersion="0.36.25"/>
12+
<VersionBadge repoTitle="AWS Monitoring Modules" version="1.0.0" lastModifiedVersion="0.36.25"/>
1313

1414
# Log modules
1515

16-
<a href="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+
<a href="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>
1717

1818
<a href="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>
1919

2020
This folder contains modules that help with logging:
2121

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
2323
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.
2727

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.
2929

3030
<!-- ##DOCS-SOURCER-START
3131
{
3232
"originalSources": [
33-
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/logs/readme.md",
34-
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/logs/variables.tf",
35-
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/logs/outputs.tf"
33+
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/logs/readme.md",
34+
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/logs/variables.tf",
35+
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/logs/outputs.tf"
3636
],
3737
"sourcePlugin": "module-catalog-api",
38-
"hash": "e8bf93d03c3461ee033a25a7312e63ef"
38+
"hash": "28ac3335df0f8271db9a8126ff1b38ab"
3939
}
4040
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-monitoring/metrics/metrics.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="AWS Monitoring Modules" version="0.36.29" lastModifiedVersion="0.36.20"/>
12+
<VersionBadge repoTitle="AWS Monitoring Modules" version="1.0.0" lastModifiedVersion="0.36.20"/>
1313

1414
# Metrics modules
1515

16-
<a href="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+
<a href="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>
1717

1818
<a href="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>
1919

2020
This folder contains modules for working with CloudWatch metrics:
2121

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
2323
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.
2727

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.
2929

3030
<!-- ##DOCS-SOURCER-START
3131
{
3232
"originalSources": [
33-
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/metrics/readme.md",
34-
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/metrics/variables.tf",
35-
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v0.36.29/modules/metrics/outputs.tf"
33+
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/metrics/readme.md",
34+
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/metrics/variables.tf",
35+
"https://github.com/gruntwork-io/terraform-aws-monitoring/tree/v1.0.0/modules/metrics/outputs.tf"
3636
],
3737
"sourcePlugin": "module-catalog-api",
38-
"hash": "11afc9156d964059786dc9eedc4187b9"
38+
"hash": "da0020e3146348595739531f85aa3d4f"
3939
}
4040
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)