mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Allow manual configuration of Pagerduty Integration Key (#11519)
* Allow manual configuration of Pagerduty Integration Key Pagerduty supports a global event queue per account and provides the integration key for it. This allows you to enter the key directly and bypass the OAuth workflow if desired. * Update Pagerduty.php Fixed spacing.
This commit is contained in:
@@ -103,6 +103,11 @@ class Pagerduty extends Transport
|
||||
'title' => 'Service',
|
||||
'type' => 'hidden',
|
||||
'name' => 'service_name',
|
||||
],
|
||||
[
|
||||
'title' => 'Integration Key',
|
||||
'type' => 'text',
|
||||
'name' => 'service_key',
|
||||
]
|
||||
],
|
||||
'validation' => []
|
||||
|
||||
Reference in New Issue
Block a user