mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add bgp peer description to alert_detail (#16233)
* add bgp peer description to alert_detail * style --------- Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
This commit is contained in:
@@ -760,6 +760,7 @@ function alert_details($details)
|
||||
'proto' => 'bgp',
|
||||
]) .
|
||||
"'>" . $tmp_alerts['bgpPeerIdentifier'] . '</a>';
|
||||
$fault_detail .= ', Desc ' . $tmp_alerts['bgpPeerDescr'] ?? '';
|
||||
$fault_detail .= ', AS' . $tmp_alerts['bgpPeerRemoteAs'];
|
||||
$fault_detail .= ', State ' . $tmp_alerts['bgpPeerState'];
|
||||
$fallback = false;
|
||||
|
Reference in New Issue
Block a user