summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic/rrdcolors.inc.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-03-09 11:58:18 +0100
committersmos <seth.mos@dds.nl>2011-03-09 11:58:18 +0100
commita6917c659bdff1c44308d2055d5a3d3cd82400cc (patch)
treec30bb256c352dc9b5dfd9e76dc39f5ebf11daf5a /usr/local/www/themes/metallic/rrdcolors.inc.php
parentc7cfc09856ca6044b1a4cd5448e53d092bf8416e (diff)
downloadpfsense-a6917c659bdff1c44308d2055d5a3d3cd82400cc.zip
pfsense-a6917c659bdff1c44308d2055d5a3d3cd82400cc.tar.gz
Add the 95th percentile line to the traffic graphs
Diffstat (limited to 'usr/local/www/themes/metallic/rrdcolors.inc.php')
-rw-r--r--usr/local/www/themes/metallic/rrdcolors.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/themes/metallic/rrdcolors.inc.php b/usr/local/www/themes/metallic/rrdcolors.inc.php
index c2bc613..09956cc 100644
--- a/usr/local/www/themes/metallic/rrdcolors.inc.php
+++ b/usr/local/www/themes/metallic/rrdcolors.inc.php
@@ -32,6 +32,7 @@
$colortrafficup = array("666666", "CCCCCC");
$colortrafficdown = array("990000", "CC0000");
+$colortraffic95 = array("660000", "FF0000");
$colorpacketsup = array("666666", "CCCCCC");
$colorpacketsdown = array("990000", "CC0000");
$colorstates = array('990000','a83c3c','b36666','bd9090','cccccc','000000');
OpenPOWER on IntegriCloud