ojongerius / terraform-provider-datadog

A Terraform plugin to manage Datadog resources.
Mozilla Public License 2.0
29 stars 6 forks source link

Add support for query monitors #7

Closed ojongerius closed 9 years ago

ojongerius commented 9 years ago

There are 2 types of queries possible for datadog monitors; service check query and metric alert query.

I'm not sure how flexible the current monitor is, and how different the 2 are but maybe we should have 2 resources; datadog_monitor_metric and datadog_monitor_check.

Not sure, yet, and open to suggestions.

ojongerius commented 9 years ago

Have added service_check resource.