summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-11 21:22:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-11 21:22:33 +0000
commitc3730170e6ef32399d1b52aa108a737fd390d62f (patch)
tree0be6ad5eb99faab2ab073330b8f3d82a3b7b7e6c /usr/local/www/status_rrd_graph.php
parente0719503effe8c7f9b9ae007260d7873bd7c1d11 (diff)
downloadpfsense-c3730170e6ef32399d1b52aa108a737fd390d62f.zip
pfsense-c3730170e6ef32399d1b52aa108a737fd390d62f.tar.gz
Shorten description to Connections / Timespan
Diffstat (limited to 'usr/local/www/status_rrd_graph.php')
-rwxr-xr-xusr/local/www/status_rrd_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php
index e8f1434..e1af916 100755
--- a/usr/local/www/status_rrd_graph.php
+++ b/usr/local/www/status_rrd_graph.php
@@ -309,7 +309,7 @@ elseif(($curgraph == "spamd") && (file_exists("$rrddbpath$spamd"))) {
$graphcmd = "$rrdtool graph $rrddbpath$curif-$interval-$curgraph.png \\
--start -$seconds -e -$average \\
--title=\"Spamd statistics for last $interval\" \\
- --vertical-label=\"Connections / Time, minutes\" --rigid \\
+ --vertical-label=\"Connections / Timespan\" --rigid \\
--height 100 --width 650 --no-gridfit \\
-x \"$scale\" --lower-limit 0 --upper-limit=30 \\
DEF:timemin=$rrddbpath$spamd:time:MIN \\
OpenPOWER on IntegriCloud