Adam Amstrong 0f4a38db4f fix auth for atmvp graphs
git-svn-id: http://www.observium.org/svn/observer/trunk@1683 61d68cd4-352d-0410-923a-c4978735b2b8
2010-08-13 20:32:50 +00:00

20 lines
327 B
PHP

<?php
$rra_in = "incells";
$rra_out = "outcells";
$colour_area_in = "AA66AA";
$colour_line_in = "330033";
$colour_area_out = "FFDD88";
$colour_line_out = "FF6600";
$colour_area_in_max = "cc88cc";
$colour_area_out_max = "FFefaa";
$graph_max = 1;
$unit_text = "Cells";
include("includes/graphs/generic_duplex.inc.php");
?>