diff --git a/monitoring/datadog_monitor.py b/monitoring/datadog_monitor.py index d61d1b025e9..71a17e18223 100644 --- a/monitoring/datadog_monitor.py +++ b/monitoring/datadog_monitor.py @@ -49,7 +49,9 @@ options: required: true choices: ['present', 'absent', 'muted', 'unmuted'] type: - description: ["The type of the monitor."] + description: + - "The type of the monitor." + - The 'event alert'is available starting at Ansible 2.1 required: false default: null choices: ['metric alert', 'service check', 'event alert']