summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_img.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-08-05 11:48:47 -0400
committerjim-p <jimp@pfsense.org>2013-08-05 11:50:03 -0400
commit84f55b5b6641a73805a12962bef4420f9bb2ad8e (patch)
tree4e961f1c0f91b2f7bee34ea3b92b17ab9b654935 /usr/local/www/status_rrd_graph_img.php
parent3903d524baed2d9b53a7563f5fb378b47a8f798f (diff)
downloadpfsense-84f55b5b6641a73805a12962bef4420f9bb2ad8e.zip
pfsense-84f55b5b6641a73805a12962bef4420f9bb2ad8e.tar.gz
Clarify that the graph is for mbuf clusters
Diffstat (limited to 'usr/local/www/status_rrd_graph_img.php')
-rw-r--r--usr/local/www/status_rrd_graph_img.php2
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 99d8b7e..4a55103 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -946,7 +946,7 @@ elseif((strstr($curdatabase, "-mbuf.rrd")) && (file_exists("$rrddbpath$curdataba
$graphcmd .= "--start $start --end $end --step $step ";
$graphcmd .= "--vertical-label \"utilization, percent\" ";
$graphcmd .= "--color SHADEA#eeeeee --color SHADEB#eeeeee ";
- $graphcmd .= "--title \"`hostname` - {$prettydb} - {$hperiod} - {$havg} average\" ";
+ $graphcmd .= "--title \"`hostname` - {$prettydb} clusters - {$hperiod} - {$havg} average\" ";
$graphcmd .= "--height 200 --width 620 ";
$graphcmd .= "DEF:\"current=$rrddbpath$curdatabase:current:AVERAGE:step=$step\" ";
$graphcmd .= "DEF:\"cache=$rrddbpath$curdatabase:cache:AVERAGE:step=$step\" ";
OpenPOWER on IntegriCloud