summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic/rrdcolors.inc.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-03-26 17:05:17 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-03-26 17:05:17 +0000
commitf8e70893a187c890366ce86321e6524fe1b469c4 (patch)
tree4deb6a1266cf9239c2e9ee64122e6cf875aade5d /usr/local/www/themes/metallic/rrdcolors.inc.php
parent9583e25bb56315ee460bc9580e0707ea54ba6698 (diff)
downloadpfsense-f8e70893a187c890366ce86321e6524fe1b469c4.zip
pfsense-f8e70893a187c890366ce86321e6524fe1b469c4.tar.gz
Add detailed memory usage RRD graph.
Modifications by Nathan Moinvaziri (nathan@nathanm.com) to add
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 490319f..87343dd 100644
--- a/usr/local/www/themes/metallic/rrdcolors.inc.php
+++ b/usr/local/www/themes/metallic/rrdcolors.inc.php
@@ -36,6 +36,7 @@ $colorpacketsup = "666666";
$colorpacketsdown = "990000";
$colorstates = array('990000','a83c3c','b36666','bd9090','cccccc','000000');
$colorprocessor = array('990000','a83c3c','b36666','bd9090','cccccc','000000');
+$colormemory = array('990000','a83c3c','b36666','bd9090','cccccc','000000');
$colorqueuesup = array('000000','7B0000','990000','BB0000','CC0000','D90000','EE0000','FF0000','CC0000');
$colorqueuesdown = array('000000','7B7B7B','999999','BBBBBB','CCCCCC','D9D9D9','EEEEEE','FFFFFF','CCCCCC');
$colorqueuesdropup = array('000000','7B0000','990000','BB0000','CC0000','D90000','EE0000','FF0000','CC0000');
OpenPOWER on IntegriCloud