ojongerius / terraform-provider-datadog

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

Example how to run on different hosts #67

Closed btilford closed 8 years ago

btilford commented 8 years ago

Is there a way you can tell the datadog service check where to run? I'm trying to apply it to an AWS launch config. From the existing examples I'm not sure where it is creating the service check.

ojongerius commented 8 years ago

This plugin will create a monitor, but not a service check. By default it will monitor all hosts that run a given service check.

So the flow would be:

You can filter for which hosts / groups alerts are generated by using tags.

If you think the documentation could be a little more clear I'd be happy to accept a PR :smile:

btilford commented 8 years ago

That makes a lot more sense.