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)
|
defaultRecipient: Default Recipient (Address)
|
||||||
defaultRecipientPlaceholder: e.g. admin@example.com
|
defaultRecipientPlaceholder: e.g. admin@example.com
|
||||||
pagerduty:
|
pagerduty:
|
||||||
serviceKey: Service Key
|
serviceKey: Integration Key
|
||||||
serviceKeyPlaceholder: Your PagerDuty serviceKey
|
serviceKeyPlaceholder: Your PagerDuty Integration Key
|
||||||
helpText: |
|
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:
|
webhook:
|
||||||
url: URL
|
url: URL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue