mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-14 01:54:21 -07:00
[PR #6523/ee47497e backport][stable-7] datadog_monitor: Added notification preset name and renotify options (#6588)
datadog_monitor: Added notification preset name and renotify options (#6523)
* added notification_preset_name to datadog_monitor module
* added renotify optiond
* fix renotify_interval
* remove renotify_interval, it's already there
* add renotify_status only if renotify_interval not None
* add default for renotify_occurrences
* fix renotify_occurrences
* set renotify_occurrences default to 1
* fix renotify_occurrences
* fix renotify_occurrences
* fix renotify_occurrences
* fix renotify_occurrences
* fix renotify_statuses
* fix renotify_statuses
* fix renotify_statuses
* fix renotify_statuses
* final changes
* added changelog fragment
* added choices for renotify_statuses and changed version
* remove choices duplication
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit ee47497e97
)
Co-authored-by: day4me <nickydragon1999@gmail.com>
This commit is contained in:
parent
fce8eac2a8
commit
703519197f
2 changed files with 38 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- datadog_monitor - adds ``notification_preset_name``, ``renotify_occurrences`` and ``renotify_statuses`` parameters (https://github.com/ansible-collections/community.general/issues/6521,https://github.com/ansible-collections/community.general/issues/5823).
|
Loading…
Add table
Add a link
Reference in a new issue