Merged in update_vpn_readme (pull request #80)

MON-181 update vpn readme

Approved-by: Quentin Manfroi <quentin.manfroi@yahoo.fr>
Approved-by: Alexandre Gaillet <alexandre.gaillet@fr.clara.net>
Approved-by: Patrick Decat <patrick.decat@fr.clara.net>
Approved-by: Jérôme Respaut <shr3ps@gmail.com>
Approved-by: Adrien Broyere <adrien.broyere@fr.clara.net>
Approved-by: Boris Rousseau <boris.rousseau@morea.fr>
Approved-by: Laurent Piroelle <laurent.piroelle@fr.clara.net>
This commit is contained in:
Quentin Manfroi 2018-05-07 16:04:40 +00:00
commit 5745c8a11f

View File

@ -10,13 +10,13 @@ module "vpn" {
environment = "${var.environment}" environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}" message = "${module.datadog-message-alerting.alerting-message}"
vpn_tunnel_address = "${var.vpn_to_monitor}"
} }
``` ```
Purpose Purpose
------- -------
Creates a DataDog monitors with the following checks : Creates a DataDog monitors with the following checks :
* VPN status * VPN status
Inputs Inputs
@ -30,4 +30,4 @@ Inputs
| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no | | filter_tags_use_defaults | Use default filter tags convention | string | `true` | no |
| message | Message sent when an alert is triggered | string | - | yes | | message | Message sent when an alert is triggered | string | - | yes |
| vpn_status_message | Custom message for VPN status monitor | string | `` | no | | vpn_status_message | Custom message for VPN status monitor | string | `` | no |
| vpn_status_silenced | Groups to mute for VPN status monitor | map | `<map>` | no | | vpn_status_silenced | Groups to mute for VPN status monitor | map | `<map>` | no |