mirror of https://github.com/rancher/ui.git
Merge pull request #2257 from superseb/pd_key
Use Integration Key for PagerDuty notifier
This commit is contained in:
commit
70610da3d1
|
|
@ -1473,10 +1473,10 @@ notifierPage:
|
|||
defaultRecipient: Default Recipient (Address)
|
||||
defaultRecipientPlaceholder: e.g. admin@example.com
|
||||
pagerduty:
|
||||
serviceKey: Service Key
|
||||
serviceKeyPlaceholder: Your PagerDuty serviceKey
|
||||
serviceKey: Integration Key
|
||||
serviceKeyPlaceholder: Your PagerDuty Integration Key
|
||||
helpText: |
|
||||
Here's how you <a href="https://support.pagerduty.com/docs/webhooks">create incoming WebHooks</a> for PagerDuty.
|
||||
Here's how you <a href="https://www.pagerduty.com/docs/guides/prometheus-integration-guide/" target="_blank" rel="nofollow noopener noreferrer">create an Integration Key</a> for PagerDuty.
|
||||
|
||||
webhook:
|
||||
url: URL
|
||||
|
|
|
|||
Loading…
Reference in New Issue