From bcb468e8777055223949cf5311e355e5313b9666 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Wed, 11 Apr 2018 10:58:08 +0200 Subject: [PATCH 1/2] MON-181 update vpn readme --- cloud/aws/vpn/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloud/aws/vpn/README.md b/cloud/aws/vpn/README.md index ddb69b6..8e01171 100644 --- a/cloud/aws/vpn/README.md +++ b/cloud/aws/vpn/README.md @@ -10,7 +10,6 @@ module "vpn" { environment = "${var.environment}" message = "${module.datadog-message-alerting.alerting-message}" - vpn_tunnel_address = "${var.vpn_to_monitor}" } ``` @@ -30,4 +29,4 @@ Inputs | filter_tags_use_defaults | Use default filter tags convention | string | `true` | no | | message | Message sent when an alert is triggered | string | - | yes | | vpn_status_message | Custom message for VPN status monitor | string | `` | no | -| vpn_status_silenced | Groups to mute for VPN status monitor | map | `` | no | \ No newline at end of file +| vpn_status_silenced | Groups to mute for VPN status monitor | map | `` | no | From 95bc7aba909c2582792b768392f89b553f6fa78d Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Thu, 12 Apr 2018 09:56:45 +0200 Subject: [PATCH 2/2] MON-181 add missing line in README --- cloud/aws/vpn/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/aws/vpn/README.md b/cloud/aws/vpn/README.md index 8e01171..c798422 100644 --- a/cloud/aws/vpn/README.md +++ b/cloud/aws/vpn/README.md @@ -16,6 +16,7 @@ module "vpn" { Purpose ------- Creates a DataDog monitors with the following checks : + * VPN status Inputs