summaryrefslogtreecommitdiff
path: root/monitoring/datadog_monitor.py
diff options
context:
space:
mode:
authorSebastian Kornehl <sebastian.kornehl@asideas.de>2015-06-04 06:54:02 +0200
committerGreg DeKoenigsberg <greg@eucalyptus.com>2015-06-16 11:33:14 -0400
commitfdaa4da4476f60213c81ccd5e98d52d7ece6a415 (patch)
tree89a2ad68ec44020a4e75779fb35e1312f8b0d4d1 /monitoring/datadog_monitor.py
parent5bfe8f2a44e3a7637fee173f92c9775f5fe8a7be (diff)
downloadansible-modules-extras-fdaa4da4476f60213c81ccd5e98d52d7ece6a415.tar.gz
docs: removed default when required is true
Diffstat (limited to 'monitoring/datadog_monitor.py')
-rw-r--r--monitoring/datadog_monitor.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/monitoring/datadog_monitor.py b/monitoring/datadog_monitor.py
index b5ad2d2d..24de8af1 100644
--- a/monitoring/datadog_monitor.py
+++ b/monitoring/datadog_monitor.py
@@ -41,15 +41,12 @@ options:
api_key:
description: ["Your DataDog API key."]
required: true
- default: null
app_key:
description: ["Your DataDog app key."]
required: true
- default: null
state:
description: ["The designated state of the monitor."]
required: true
- default: null
choices: ['present', 'absent', 'muted', 'unmuted']
type:
description: ["The type of the monitor."]
@@ -63,7 +60,6 @@ options:
name:
description: ["The name of the alert."]
required: true
- default: null
message:
description: ["A message to include with notifications for this monitor. Email notifications can be sent to specific users by using the same '@username' notation as events."]
required: false