mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Change DataDog to Datadog (#34273)
This commit is contained in:
parent
9cc56981b5
commit
1b3f074ec6
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: datadog_event
|
module: datadog_event
|
||||||
short_description: Posts events to DataDog service
|
short_description: Posts events to Datadog service
|
||||||
description:
|
description:
|
||||||
- "Allows to post events to DataDog (www.datadoghq.com) service."
|
- "Allows to post events to Datadog (www.datadoghq.com) service."
|
||||||
- "Uses http://docs.datadoghq.com/api/#events API."
|
- "Uses http://docs.datadoghq.com/api/#events API."
|
||||||
version_added: "1.3"
|
version_added: "1.3"
|
||||||
author:
|
author:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue