librenms/html/includes/graphs/bgp/prefixes_ipv4unicast.inc.php
Adam Amstrong f37f8890f0 oops
git-svn-id: http://www.observium.org/svn/observer/trunk@2203 61d68cd4-352d-0410-923a-c4978735b2b8
2011-04-29 17:30:56 +00:00

8 lines
201 B
PHP

<?php
$rrd_filename = $config['rrd_dir'] . "/" . $device['hostname'] . "/". safename("cbgp-" . $data['bgpPeerIdentifier'] . ".ipv4.unicast.rrd");
include("includes/graphs/bgp/prefixes.inc.php");
?>