X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdcgi.pod;h=96008ade990777cc91bdc8a22d6b89563a8eaaa2;hb=de21789482fc7a7faf4a203e8f8d960cc8f7fb4a;hp=c48b059d8ec6f627b0ea6a0444cc2f86da50e377;hpb=5837606887a6d81e8b1f7588525cb1c8783fb62b;p=rrdtool.git diff --git a/doc/rrdcgi.pod b/doc/rrdcgi.pod index c48b059..96008ad 100644 --- a/doc/rrdcgi.pod +++ b/doc/rrdcgi.pod @@ -7,9 +7,7 @@ rrdcgi - create web pages containing RRD graphs based on templates =head1 SYNOPSIS #!/path/to/B -S<[B<--goodfor>|B<-g> I]> S<[B<--filter>]> -S<[B<--refresh>|B<-r>]> =head1 DESCRIPTION @@ -30,11 +28,6 @@ The argument parser uses the same semantics as you are used from your c shell. Assume that rrdcgi is being run as a filter and not as a cgi. -=item B<--refresh>|B<-r> - -If the B<--goodfor> flag is specified, then B<--refresh> will cause rrdcgi -to output a Refresh header with the value of the B<--goodfor> value. - =back =head2 Pass 1 @@ -127,7 +120,7 @@ be used: Note that %s stands for the filename part of the graph generated, all -directories given in the GIF file argument will get dropped. +directories given in the PNG file argument will get dropped. =item RRD::PRINT I @@ -147,7 +140,7 @@ The example below creates a web pages with a single RRD graph.

RRDCGI Example Page

- @@ -172,7 +165,7 @@ you want to use a source for your graph.

Graph

- .gif --lazy + .png --lazy --title "Temperatures for " DEF:cel=.rrd:exhaust:AVERAGE LINE2:cel#00a000:"D. Celsius"> @@ -192,8 +185,8 @@ cgi-bins are seperate directories

RRDCGI test Page

' + /.../web/pngs/testhvt.png + --imginfo '' --lazy --start -1d --end now DEF:http_src=/.../rrds/test.rrd:http_src:AVERAGE AREA:http_src#00ff00:http_src @@ -203,7 +196,7 @@ cgi-bins are seperate directories Note 1: Replace /.../ with the relevant directories -Note 2: The SRC=/.../gifs should be paths from the view of the +Note 2: The SRC=/.../pngs should be paths from the view of the webserver/browser =head1 AUTHOR