From dbaf95494f9a2f6d59a7e8920c96104d9accb940 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Mon, 6 Jun 2011 10:18:19 -0500 Subject: Added FQDN to rrd files --- scripts/do-build-graphs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/do-build-graphs b/scripts/do-build-graphs index d88ccb3..560b7c5 100755 --- a/scripts/do-build-graphs +++ b/scripts/do-build-graphs @@ -26,7 +26,7 @@ ${RRD_BIN}/rrdtool graph \ --font AXIS:8: \ --font LEGEND:8: \ --font UNIT:8: \ -DEF:a="/var/www/time.mattrude.com/rrd/kriby-client.rrd":clients:AVERAGE \ +DEF:a="/var/www/time.mattrude.com/rrd/kriby.mattrude.com-clients.rrd":clients:AVERAGE \ AREA:a#002A97FF:"" \ GPRINT:a:LAST:"Now\:%8.2lf %s" \ GPRINT:a:AVERAGE:"Avg\:%8.2lf %s" \ @@ -47,7 +47,7 @@ ${RRD_BIN}/rrdtool graph \ --font AXIS:8: \ --font LEGEND:8: \ --font UNIT:8: \ -DEF:a="/var/www/time.mattrude.com/rrd/twyla-client.rrd":clients:AVERAGE \ +DEF:a="/var/www/time.mattrude.com/rrd/twyla.mattrude.com-clients.rrd":clients:AVERAGE \ AREA:a#002A97FF:"" \ GPRINT:a:LAST:"Now\:%8.2lf %s" \ GPRINT:a:AVERAGE:"Avg\:%8.2lf %s" \ @@ -68,7 +68,7 @@ ${RRD_BIN}/rrdtool graph \ --font AXIS:8: \ --font LEGEND:8: \ --font UNIT:8: \ -DEF:a="/var/www/time.mattrude.com/rrd/samantha-client.rrd":clients:AVERAGE \ +DEF:a="/var/www/time.mattrude.com/rrd/samantha.mattrude.com-clients.rrd":clients:AVERAGE \ AREA:a#002A97FF:"" \ GPRINT:a:LAST:"Now\:%8.2lf %s" \ GPRINT:a:AVERAGE:"Avg\:%8.2lf %s" \ -- cgit v1.2.3-59-ga6da