chef-datadog
chef-datadog copied to clipboard
How can I use the datadog_monitor resource to install my own custom checks?
I'm looking at the monitoring resource and I'm curious how I can use it to install my own checks.
I can see how the :add action copies down the .yaml files from the templates folder but where does it copy the .py files for the checks?
Hi @red8888!
The datadog_monitor
resource doesn't support custom checks right now, but it'd make sense to make it support it. Feel free to open a PR implementing this, if you can't I'm adding this issue to our triage along with the related issue #309 so that we take care of it in the future.
Let me know if you have any questions!