Files
librenms-librenms/html/includes/graphs/bgp/prefixes.inc.php
T

21 lines
277 B
PHP
Raw Normal View History

2009-10-28 23:34:13 +00:00
<?php
include("includes/graphs/common.inc.php");
2009-11-07 02:30:38 +00:00
$scale_min = "0";
$ds = "AcceptedPrefixes";
2009-10-28 23:34:13 +00:00
$colour_area = "AA66AA";
$colour_line = "FFDD88";
$colour_area_max = "FFEE99";
$graph_max = 1;
$unit_text = "Prefixes";
include("includes/graphs/generic_simplex.inc.php");
2009-10-28 23:34:13 +00:00
?>