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

corrected version added

This commit is contained in:
Brian Coca 2016-11-07 16:22:13 -05:00 committed by Matt Clay
parent 2e2f24447a
commit 7de77be7b2

View file

@ -28,7 +28,6 @@ description:
- "Options like described on http://docs.datadoghq.com/api/" - "Options like described on http://docs.datadoghq.com/api/"
version_added: "2.0" version_added: "2.0"
author: "Sebastian Kornehl (@skornehl)" author: "Sebastian Kornehl (@skornehl)"
notes: []
requirements: [datadog] requirements: [datadog]
options: options:
api_key: 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."] description: ["A list of tags to associate with your monitor when creating or updating. This can help you categorize and filter monitors."]
required: false required: false
default: None default: None
version_added: 2.2 version_added: "2.2"
type: type:
description: description:
- "The type of the monitor." - "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."] description: ["A boolean indicating whether changes to this monitor should be restricted to the creator or admins."]
required: false required: false
default: False default: False
version_added: 2.2 version_added: "2.2"
require_full_window: 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."] 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 required: false
default: null default: null
version_added: 2.2 version_added: "2.3"
''' '''
EXAMPLES = ''' EXAMPLES = '''