1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

doc update to demostrate message template vars

This commit is contained in:
Jordan Cohen 2016-05-02 07:30:15 -04:00 committed by Matt Clay
parent 97d5d80983
commit 020379b0dc

View file

@ -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"