aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-06-25 19:50:47 -0500
committerMatt Rude <[email protected]>2011-06-25 19:50:47 -0500
commit1086ffa72d62923281462876875fce923caaeebc (patch)
tree775904da5b0cf9998c4e606eceeec9e8416d5f79 /scripts
parenta43ec46c8d28ab0043e491aba82dee243ecd4880 (diff)
downloadtime.mattrude.com-1086ffa72d62923281462876875fce923caaeebc.tar.gz
time.mattrude.com-1086ffa72d62923281462876875fce923caaeebc.tar.bz2
time.mattrude.com-1086ffa72d62923281462876875fce923caaeebc.zip
remove unused dead graph script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_graph.cgi98
1 files changed, 0 insertions, 98 deletions
diff --git a/scripts/build_graph.cgi b/scripts/build_graph.cgi
deleted file mode 100755
index c154342..0000000
--- a/scripts/build_graph.cgi
+++ /dev/null
@@ -1,98 +0,0 @@
-#!/usr/bin/rrdcgi
-<HTML>
-<HEAD><TITLE>RRDCGI Demo</TITLE></HEAD>
-<BODY>
-<H1>RRDCGI Example Page</H1>
-<P>
-<RRD::GRAPH Kirby-clients.png
---lazy
---imgformat=PNG
---start=-86400
---end=-300
---title='Kirby - 174.143.169.159 - Number of Active Clients'
---rigid
---height=120
---width=500
---alt-autoscale-max
---lower-limit=0
---vertical-label='Number of Clients'
---slope-mode
---font TITLE:12:
---font AXIS:8:
---font LEGEND:10:
---font UNIT:8:
-DEF:a="/var/www/time.mattrude.com/rrd/kirby.mattrude.com-clients.rrd":clients:AVERAGE
-DEF:b="/var/www/time.mattrude.com/rrd/kirby.mattrude.com-clients.rrd":abusive:AVERAGE
-AREA:a#002A97FF:"Clients:"
-GPRINT:a:LAST:"Current\:%8.2lf %s"
-GPRINT:a:AVERAGE:"Average\:%8.2lf %s"
-GPRINT:a:MAX:"Maximum\:%8.2lf %s\n"
-AREA:b#F51D30FF:"Abusive:"
-GPRINT:b:LAST:" Current\:%8.2lf %s"
-GPRINT:b:AVERAGE:"Average\:%8.2lf %s"
-GPRINT:b:MAX:"Maximum\:%8.2lf %s\n"
->
-</P>
-
-<P>
-<RRD::GRAPH Twyla-clients.png
---lazy
---imgformat=PNG
---start=-86400
---end=-300
---title='Twyla - 174.143.174.61 - Number of Active Clients'
---rigid
---height=120
---width=500
---alt-autoscale-max
---lower-limit=0
---vertical-label='Number of Clients'
---slope-mode
---font TITLE:12:
---font AXIS:8:
---font LEGEND:10:
---font UNIT:8:
-DEF:a="/var/www/time.mattrude.com/rrd/twyla.mattrude.com-clients.rrd":clients:AVERAGE
-DEF:b="/var/www/time.mattrude.com/rrd/twyla.mattrude.com-clients.rrd":abusive:AVERAGE
-AREA:a#002A97FF:"Clients:"
-GPRINT:a:LAST:"Current\:%8.2lf %s"
-GPRINT:a:AVERAGE:"Average\:%8.2lf %s"
-GPRINT:a:MAX:"Maximum\:%8.2lf %s\n"
-AREA:b#F51D30FF:"Abusive:"
-GPRINT:b:LAST:" Current\:%8.2lf %s"
-GPRINT:b:AVERAGE:"Average\:%8.2lf %s"
-GPRINT:b:MAX:"Maximum\:%8.2lf %s\n">
-</P>
-
-<P>
-<RRD::GRAPH samantha-clients.png
---lazy
---imgformat=PNG
---start=-86400
---end=-300
---title='Samantha - 174.143.173.49 - Number of Active Clients'
---rigid
---height=120
---width=500
---alt-autoscale-max
---lower-limit=0
---vertical-label='Number of Clients'
---slope-mode
---font TITLE:12:
---font AXIS:8:
---font LEGEND:10:
---font UNIT:8:
-DEF:a="/var/www/time.mattrude.com/rrd/samantha.mattrude.com-clients.rrd":clients:AVERAGE
-DEF:b="/var/www/time.mattrude.com/rrd/samantha.mattrude.com-clients.rrd":abusive:AVERAGE
-AREA:a#002A97FF:"Clients:"
-GPRINT:a:LAST:"Current\:%8.2lf %s"
-GPRINT:a:AVERAGE:"Average\:%8.2lf %s"
-GPRINT:a:MAX:"Maximum\:%8.2lf %s\n"
-AREA:b#F51D30FF:"Abusive:"
-GPRINT:b:LAST:" Current\:%8.2lf %s"
-GPRINT:b:AVERAGE:"Average\:%8.2lf %s"
-GPRINT:b:MAX:"Maximum\:%8.2lf %s\n">
-</P>
-
-</BODY>
-</HTML>