aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-06-21 21:40:22 -0500
committerMatt Rude <[email protected]>2011-06-21 21:40:22 -0500
commit82ea3dff28cd49bab871f2e61d89972de400557b (patch)
tree64da472584ebfa789df6bb05d467a141f89b40c1 /scripts
parentc3d0bd3f76212ff366540b97d3f43b3c37ff221e (diff)
downloadtime.mattrude.com-82ea3dff28cd49bab871f2e61d89972de400557b.tar.gz
time.mattrude.com-82ea3dff28cd49bab871f2e61d89972de400557b.tar.bz2
time.mattrude.com-82ea3dff28cd49bab871f2e61d89972de400557b.zip
Corrected vertical-label for clients graph, fixes #8
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/do-xntp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/do-xntp b/scripts/do-xntp
index 247a76c..0da4e1e 100755
--- a/scripts/do-xntp
+++ b/scripts/do-xntp
@@ -84,7 +84,7 @@ do
${RRD_BIN}/rrdtool graph --imgformat PNG ${STATUS}/${X}/yearly-ntp-clients.png \
--width=650 --height=200 --start=-31556926 --end=-300 \
--title="${X} - Number of Active Clients" \
- --vertical-label='${X}' \
+ --vertical-label='Number of Clients' \
DEF:a="${RRDPAGE}/${X}-clients.rrd":clients:LAST \
DEF:b="${RRDPAGE}/${X}-clients.rrd":abusive:LAST \
AREA:a#002A97FF:"Clients:" \