- Added a setting 'rrdgraph_real_95th' to display the real 95th % based on the highest of both data points.

- Currently only enabled on port bits.


git-svn-id: http://www.observium.org/svn/observer/trunk@2395 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Geert Hauwaerts
2011-07-19 19:16:23 +00:00
parent b405b80494
commit 00f54c005a
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -83,6 +83,7 @@ $config['uptime_warning'] = "84600"; ## Time in seconds to disp
$config['rrdgraph_def_text'] = "-c BACK#EEEEEE00 -c SHADEA#EEEEEE00 -c SHADEB#EEEEEE00 -c FONT#000000 -c CANVAS#FFFFFF -c GRID#a5a5a5";
$config['rrdgraph_def_text'] .= " -c MGRID#FF9999 -c FRAME#5e5e5e -c ARROW#5e5e5e -R normal";
$config['rrdgraph_real_95th'] = FALSE; # Set to TRUE if you want to display the 95% based on the highest value. (aka real 95%)
$config['overlib_defaults'] = ",FGCOLOR,'#ffffff', BGCOLOR, '#e5e5e5', BORDER, 5, CELLPAD, 4, CAPCOLOR, '#555555', TEXTCOLOR, '#3e3e3e'";
$list_colour_a = "#ffffff";