Docs: Added disableResolveMessage parameter (#66596)

Added disableResolveMessage parameter
pull/69468/head
Gabriel Goller 3 years ago committed by GitHub
parent e789c2bf03
commit d850070f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/alerting/set-up/provision-alerting-resources/file-provisioning/index.md

@ -154,6 +154,8 @@ contactPoints:
- uid: first_uid
# <string, required> type of the receiver
type: prometheus-alertmanager
# <bool, optional> Disable the additional [Incident Resolved] follow-up alert, default = false
disableResolveMessage: false
# <object, required> settings for the specific receiver type
settings:
url: http://test:9000

Loading…
Cancel
Save