From 82ea3dff28cd49bab871f2e61d89972de400557b Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Tue, 21 Jun 2011 21:40:22 -0500 Subject: Corrected vertical-label for clients graph, fixes #8 --- scripts/do-xntp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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:" \ -- cgit v1.2.3-59-ga6da