terraform-datadog-monitors icon indicating copy to clipboard operation
terraform-datadog-monitors copied to clipboard

Manage Datadog monitors with terraform dedicated modules.

Results 7 terraform-datadog-monitors issues
Sort by recently updated
recently updated
newest added

Hello again, I'm getting this error in latest version 4.2.x using `caas/kubernetes/node` monitor ```terraform │ Error: error validating monitor from https://api.datadoghq.com/api/v1/monitor/validate: 400 Bad Request: {"errors": ["Legacy event alert monitors (type:...

This fix wrong variables on the query definition of replica_ready and replica_current kubernetes monitors

In https://github.com/claranet/terraform-datadog-monitors/blob/master/caas/kubernetes/node/monitors-k8s-node.tf#L220, discrimination is done over `name` and `persistentvolumeclaim` dimensions. 1. A PVC is unique per namespace so the `namespace`dimension has to be included 2. The `name` dimension doesn't seems...

bug

Ended up using your template style to create a few extra monitors, if you're interested in adding to your standard setup. The postgres one is technically a generic RDS one....

This PR adds a new variable for system/generic monitors to add a custom prefix to the monitors names, as a substitute to the prefix_slug variable that follow a certain format