diff --git a/LibreNMS/Alert/Transport/Slack.php b/LibreNMS/Alert/Transport/Slack.php index 2cb8c12b2c..4e3086df58 100644 --- a/LibreNMS/Alert/Transport/Slack.php +++ b/LibreNMS/Alert/Transport/Slack.php @@ -63,13 +63,6 @@ class Slack extends Transport 'text' => $slack_msg, 'mrkdwn_in' => ['text', 'fallback'], 'author_name' => $api['author_name'], - 'fields' => [ - [ - 'title' => 'Priority', - 'value' => ucfirst($obj['severity']), - 'short' => false, - ] - ], ], ], 'channel' => $api['channel'],