29 lines
611 B
Markdown
29 lines
611 B
Markdown
# NETWORK TLS DataDog monitors
|
|
|
|
## How to use this module
|
|
|
|
```
|
|
module "datadog-monitors-network-tls" {
|
|
source = "git::ssh://git@git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors.git//network/tls?ref={revision}"
|
|
|
|
environment = var.environment
|
|
message = module.datadog-message-alerting.alerting-message
|
|
}
|
|
|
|
```
|
|
|
|
## Purpose
|
|
|
|
Creates DataDog monitors with the following checks:
|
|
|
|
- TLS cannot connect
|
|
- TLS certificate expiration
|
|
- TLS certificate expiring
|
|
- TLS invalid certificate
|
|
|
|
|
|
## Related documentation
|
|
|
|
- Datadog Documentation https://docs.datadoghq.com/integrations/tls/
|
|
|