summaryrefslogtreecommitdiff
path: root/monitoring
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-11-07 16:22:13 -0500
committerBrian Coca <brian.coca+git@gmail.com>2016-11-07 16:22:13 -0500
commit63e18673101e0fb2a84ff0d8953740f41e2191a1 (patch)
tree7daecd8584e875e3eb8fb820755afcdd5ff2af82 /monitoring
parent00332638313f9a2aebddb256dc67fc844bbbfd83 (diff)
downloadansible-modules-extras-63e18673101e0fb2a84ff0d8953740f41e2191a1.tar.gz
corrected version added
Diffstat (limited to 'monitoring')
-rw-r--r--monitoring/datadog_monitor.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/monitoring/datadog_monitor.py b/monitoring/datadog_monitor.py
index 1446218a..4688a0e5 100644
--- a/monitoring/datadog_monitor.py
+++ b/monitoring/datadog_monitor.py
@@ -28,7 +28,6 @@ description:
- "Options like described on http://docs.datadoghq.com/api/"
version_added: "2.0"
author: "Sebastian Kornehl (@skornehl)"
-notes: []
requirements: [datadog]
options:
api_key:
@@ -45,7 +44,7 @@ options:
description: ["A list of tags to associate with your monitor when creating or updating. This can help you categorize and filter monitors."]
required: false
default: None
- version_added: 2.2
+ version_added: "2.2"
type:
description:
- "The type of the monitor."
@@ -100,12 +99,12 @@ options:
description: ["A boolean indicating whether changes to this monitor should be restricted to the creator or admins."]
required: false
default: False
- version_added: 2.2
+ version_added: "2.2"
require_full_window:
description: ["A boolean indicating whether this monitor needs a full window of data before it's evaluated. We highly recommend you set this to False for sparse metrics, otherwise some evaluations will be skipped."]
required: false
default: null
- version_added: 2.2
+ version_added: "2.3"
'''
EXAMPLES = '''