mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-24 14:17:22 +00:00
* Datadog: Mark notification_message as no_log
This message field is often used to page people or teams inside
an organization when a monitor goes off, by using `@` mentions.
If Ansible is configured to use Datadog's callback plugin [1], an
unwanted interaction would happen:
When a monitor fails to create, the callback sends an error event
to Datadog which contains all the task's loggable fields in it.
If the message field contains `@` mentions, this event would page
the people on them.
[1] https://github.com/DataDog/ansible-datadog-callback
* Add changelog fragment
* Update changelogs/fragments/1338-datadog-mark-notification_message-no_log.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| datadog | ||
| sensu | ||
| airbrake_deployment.py | ||
| bigpanda.py | ||
| circonus_annotation.py | ||
| honeybadger_deployment.py | ||
| icinga2_feature.py | ||
| icinga2_host.py | ||
| librato_annotation.py | ||
| logentries.py | ||
| logstash_plugin.py | ||
| monit.py | ||
| nagios.py | ||
| newrelic_deployment.py | ||
| pagerduty.py | ||
| pagerduty_alert.py | ||
| pagerduty_change.py | ||
| pingdom.py | ||
| rollbar_deployment.py | ||
| spectrum_device.py | ||
| stackdriver.py | ||
| statusio_maintenance.py | ||
| uptimerobot.py | ||