diff --git a/LibreNMS/Alert/Transport/Pagerduty.php b/LibreNMS/Alert/Transport/Pagerduty.php index 897e41df31..a3f1fe80b9 100644 --- a/LibreNMS/Alert/Transport/Pagerduty.php +++ b/LibreNMS/Alert/Transport/Pagerduty.php @@ -103,6 +103,11 @@ class Pagerduty extends Transport 'title' => 'Service', 'type' => 'hidden', 'name' => 'service_name', + ], + [ + 'title' => 'Integration Key', + 'type' => 'text', + 'name' => 'service_key', ] ], 'validation' => []