summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-01-31 20:36:24 +0100
committerSeth Mos <seth.mos@dds.nl>2011-01-31 20:39:57 +0100
commit9bc8b6b61d92d1dea51a325337d07f305ddac816 (patch)
tree763e59c686f09cc91a4c6c09e466143e74384a71 /usr/local/www/themes
parent161cc65b3f28bd50ef53eab3493cea23786d722e (diff)
downloadpfsense-9bc8b6b61d92d1dea51a325337d07f305ddac816.zip
pfsense-9bc8b6b61d92d1dea51a325337d07f305ddac816.tar.gz
Add support for IPv6 counters to the RRD graphs. This adds 4 more data sources in the rrd file.
The graphing code colors are currently a mismatch and sorts waiting for someone with eyes to adjust to something useful Other themes still need adjusting Packets graph isn't done, that needs the same modification as the traffic counters. updaterrd.sh shell script needs simplyfying and using variables instead of huge amounts of pfctl commands
Diffstat (limited to 'usr/local/www/themes')
-rw-r--r--usr/local/www/themes/pfsense_ng/rrdcolors.inc.php8
-rw-r--r--usr/local/www/themes/the_wall/rrdcolors.inc.php8
2 files changed, 8 insertions, 8 deletions
diff --git a/usr/local/www/themes/pfsense_ng/rrdcolors.inc.php b/usr/local/www/themes/pfsense_ng/rrdcolors.inc.php
index 8e74545..246b717 100644
--- a/usr/local/www/themes/pfsense_ng/rrdcolors.inc.php
+++ b/usr/local/www/themes/pfsense_ng/rrdcolors.inc.php
@@ -30,10 +30,10 @@
/* This file is included by the RRD graphing page and sets the colors */
-$colortrafficup = array("666666", "CCCCCC");
-$colortrafficdown = array("990000", "CC0000");
-$colorpacketsup = array("666666", "CCCCCC");
-$colorpacketsdown = array("990000", "CC0000");
+ $colortrafficup = array("666666", "CCCCCC", "b36666", "bd9090");
+ $colortrafficdown = array("990000", "CC0000", "b36666", "bd9090");
+ $colorpacketsup = array("666666", "CCCCCC", "b36666", "bd9090");
+ $colorpacketsdown = array("990000", "CC0000", "b36666", "bd9090");
$colorstates = array('990000','a83c3c','b36666','bd9090','cccccc','000000');
$colorprocessor = array('990000','a83c3c','b36666','bd9090','cccccc','000000');
$colormemory = array('990000','a83c3c','b36666','bd9090','cccccc','000000');
diff --git a/usr/local/www/themes/the_wall/rrdcolors.inc.php b/usr/local/www/themes/the_wall/rrdcolors.inc.php
index 8e74545..246b717 100644
--- a/usr/local/www/themes/the_wall/rrdcolors.inc.php
+++ b/usr/local/www/themes/the_wall/rrdcolors.inc.php
@@ -30,10 +30,10 @@
/* This file is included by the RRD graphing page and sets the colors */
-$colortrafficup = array("666666", "CCCCCC");
-$colortrafficdown = array("990000", "CC0000");
-$colorpacketsup = array("666666", "CCCCCC");
-$colorpacketsdown = array("990000", "CC0000");
+ $colortrafficup = array("666666", "CCCCCC", "b36666", "bd9090");
+ $colortrafficdown = array("990000", "CC0000", "b36666", "bd9090");
+ $colorpacketsup = array("666666", "CCCCCC", "b36666", "bd9090");
+ $colorpacketsdown = array("990000", "CC0000", "b36666", "bd9090");
$colorstates = array('990000','a83c3c','b36666','bd9090','cccccc','000000');
$colorprocessor = array('990000','a83c3c','b36666','bd9090','cccccc','000000');
$colormemory = array('990000','a83c3c','b36666','bd9090','cccccc','000000');
OpenPOWER on IntegriCloud