From 43f280dbb7c7470da36ee7db1ab5478e93da51ba Mon Sep 17 00:00:00 2001 From: quix Date: Sun, 3 Aug 2025 09:36:56 -0600 Subject: [PATCH] Add ACM example Signed-off-by: quix --- examples/ACM.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/ACM.yml diff --git a/examples/ACM.yml b/examples/ACM.yml new file mode 100644 index 0000000..ce33a17 --- /dev/null +++ b/examples/ACM.yml @@ -0,0 +1,12 @@ +# This metric is reported from Cloudwatch twice a day for a short lived period +# Use last_over_time(...[13h]) in order to properly visualize the metrics in Grafana +# Use keep_firing_for: 13h in alerting rules to persist the alert between metric reports + +region: us-east-1 +metrics: +- aws_dimensions: + - CertificateArn + aws_metric_name: DaysToExpiry + aws_namespace: AWS/CertificateManager + aws_statistics: + - Average