From c0013af14cb75d4ff189ee5c445c32a14d471bb0 Mon Sep 17 00:00:00 2001 From: Jordan Cohen Date: Mon, 2 May 2016 07:30:15 -0400 Subject: [PATCH] doc update to demostrate message template vars --- monitoring/datadog_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/datadog_monitor.py b/monitoring/datadog_monitor.py index 34021d607f0..657c3b64c97 100644 --- a/monitoring/datadog_monitor.py +++ b/monitoring/datadog_monitor.py @@ -107,7 +107,7 @@ datadog_monitor: name: "Test monitor" state: "present" query: "datadog.agent.up".over("host:host1").last(2).count_by_status()" - message: "Some message." + message: "Host [[host.name]] with IP [[host.ip]] is failing to report to datadog." api_key: "9775a026f1ca7d1c6c5af9d94d9595a4" app_key: "87ce4a24b5553d2e482ea8a8500e71b8ad4554ff"