mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Peeringdb integration to show the Exchanges and peers for your AS' (#6178)
This commit is contained in:
@@ -511,6 +511,12 @@ if ($bgp_alerts) {
|
||||
<li><a href="routing/protocol=bgp/adminstatus=start/state=down/"><i class="fa fa-exclamation-circle fa-fw fa-lg" aria-hidden="true"></i> Alerted BGP (' . $bgp_alerts . ')</a></li>');
|
||||
}
|
||||
|
||||
if (is_admin() === true && $routing_count['bgp'] && $config['peeringdb']['enabled'] === true) {
|
||||
echo '
|
||||
<li role="presentation" class="divider"></li>
|
||||
<li><a href="peering/"><i class="fa fa-hand-o-right fa-fw fa-lg" aria-hidden="true"></i> PeeringDB</a></li>';
|
||||
}
|
||||
|
||||
echo(' </ul>');
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user