mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Clarify PagerDuty integrationKey format (#62463)
**What is this feature?** Simply a documentation update. **Why do we need this feature?** Clarify the doc, so people don't waste time integrating the wrong key, e.g. #8979, #9036, https://community.librenms.org/t/19013 **Who is this feature for?** Developers doing a PagerDuty integration.
This commit is contained in:
parent
3ac97dd396
commit
a7c4872bcd
@ -313,7 +313,7 @@ settings:
|
||||
```yaml
|
||||
type: pagerduty
|
||||
settings:
|
||||
# <string, required>
|
||||
# <string, required> the 32-character Events API key https://support.pagerduty.com/docs/api-access-keys#events-api-keys
|
||||
integrationKey: XXX
|
||||
# <string> options: critical, error, warning, info
|
||||
severity: critical
|
||||
|
Loading…
Reference in New Issue
Block a user