diff options
author | jim-p <jimp@pfsense.org> | 2013-07-17 11:50:33 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-07-17 11:51:24 -0400 |
commit | 10452f6c3d2a7e6f5c295a0ee66041b69cc8f98a (patch) | |
tree | c1314fbd6d649036970870ee2e63d9ebf160f591 | |
parent | 7bc1b96813be68982c14f244b0ac82ccc14e84af (diff) | |
download | pfsense-10452f6c3d2a7e6f5c295a0ee66041b69cc8f98a.zip pfsense-10452f6c3d2a7e6f5c295a0ee66041b69cc8f98a.tar.gz |
This is not a percentage
-rw-r--r-- | usr/local/www/status_rrd_graph_img.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php index 42a0b24..632d8e9 100644 --- a/usr/local/www/status_rrd_graph_img.php +++ b/usr/local/www/status_rrd_graph_img.php @@ -910,7 +910,7 @@ elseif((strstr($curdatabase, "-mbuf.rrd")) && (file_exists("$rrddbpath$curdataba /* define graphcmd for mbuf usage stats */ $graphcmd = "$rrdtool graph $rrdtmppath$curdatabase-$curgraph.png "; $graphcmd .= "--start $start --end $end --step $step "; - $graphcmd .= "--vertical-label \"utilization, percent\" "; + $graphcmd .= "--vertical-label \"utilization\" "; $graphcmd .= "--color SHADEA#eeeeee --color SHADEB#eeeeee "; $graphcmd .= "--title \"`hostname` - {$prettydb} - {$hperiod} - {$havg} average\" "; $graphcmd .= "--height 200 --width 620 "; |