![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
Haha. How did you notice that?
We don't even use that part of that function to test it yet! :-)
Adam.
Peter Childs pchilds@staff.iinet.net.au wrote:
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/b3a546cd599e8024ed2790e548f4c63b.jpg?s=120&d=mm&r=g)
I run svn diff -r BASE:HEAD . Before doing svn update to get a feeling for if I'm about to get some pain or not…
It beats the local news paper…
From: Adam Armstrong <adama@memetic.orgmailto:adama@memetic.org> Reply-To: Observium <observium@observium.orgmailto:observium@observium.org> Date: Wednesday, 31 July 2013 9:48 AM To: Observium <observium@observium.orgmailto:observium@observium.org> Subject: Re: [Observium] bgp vs bgo ?
Haha. How did you notice that?
We don't even use that part of that function to test it yet! :-)
Adam.
Peter Childs <pchilds@staff.iinet.net.aumailto:pchilds@staff.iinet.net.au> wrote:
Should that be 'bgp' rather than 'bgo' ?
+++ html/includes/functions.inc.php (revision 4227) (...) case "bgp_peer": if (empty($text)) { $text = "AS".$entity['bgpPeerRemoteAs'] ." ". $entity['bgpPeerRemoteAddr']. " ".truncate($entity['astext'], "30"); } - $link = generate_link($text, array('page' => 'device', 'device' => $entity['device_id'], 'tab' => 'health', 'metric' => 'storage')); + $link = generate_link($text, array('page' => 'device', 'device' => $entity['device_id'], 'tab' => 'routing', 'proto' => 'bgo')); break; case "netscaler_vsvr": if (empty($text)) { $text = $entity['vsvr_label']; }
participants (3)
-
Adam Armstrong
-
Paul Gear
-
Peter Childs