nginx graph modifications

git-svn-id: http://www.observium.org/svn/observer/trunk@2666 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-10-07 19:29:39 +00:00
parent b28ae324e0
commit 8919430912
2 changed files with 26 additions and 30 deletions
@@ -13,7 +13,8 @@ if (is_file($rrd_filename))
$rrd_options .= " COMMENT:'Requests Current Average Maximum\\n'";
$rrd_options .= " LINE2:a#22FF22:'Requests '";
$rrd_options .= " AREA:a#98FB98";
$rrd_options .= " LINE1.5:a#006400:'Requests '";
$rrd_options .= " GPRINT:a:LAST:'%6.2lf %s'";
$rrd_options .= " GPRINT:a:AVERAGE:'%6.2lf %s'";
$rrd_options .= " GPRINT:a:MAX:'%6.2lf %s\\n'";