From e0a33021da41d9ecef96a6221bb101ae51171b80 Mon Sep 17 00:00:00 2001 From: SniperVegeta Date: Thu, 22 Aug 2019 21:06:44 +0200 Subject: [PATCH] Update RunAlerts.php (#10552) Added for {{ $alert->id }} --- LibreNMS/Alert/RunAlerts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/LibreNMS/Alert/RunAlerts.php b/LibreNMS/Alert/RunAlerts.php index 8b78eeb544..d01f7c9962 100644 --- a/LibreNMS/Alert/RunAlerts.php +++ b/LibreNMS/Alert/RunAlerts.php @@ -102,6 +102,7 @@ class RunAlerts $obj['alert_notes'] = $alert['note']; $obj['device_id'] = $alert['device_id']; $obj['rule_id'] = $alert['rule_id']; + $obj['id'] = $alert['id']; $obj['status'] = $device['status']; $obj['status_reason'] = $device['status_reason']; if (can_ping_device($attribs)) {