4d1728
diff -up rrdtool-1.4.8/doc/rrdtool.html.orig4 rrdtool-1.4.8/doc/rrdtool.html
4d1728
--- rrdtool-1.4.8/doc/rrdtool.html.orig4	2013-05-23 09:55:51.000000000 +0200
4d1728
+++ rrdtool-1.4.8/doc/rrdtool.html	2013-07-01 10:51:11.150276130 +0200
4d1728
@@ -105,6 +105,12 @@ PHP, etc.

4d1728
 

Create a graph from data stored in one or several RRDs. Apart from

4d1728
 generating graphs, data can also be extracted to stdout. Check the rrdgraph manpage.

4d1728
 
4d1728
+
graphv
4d1728
+
4d1728
+
4d1728
+

Create a graph from data stored in one or several RRDs. Same as graph, but

4d1728
+metadata are printed before the graph. Check the rrdgraph manpage.

4d1728
+
4d1728
 
dump
4d1728
 
4d1728
 
4d1728
@@ -128,17 +134,28 @@ uses fetch to retrieve its data from an
4d1728
 
4d1728
 

Alter setup of an RRD. Check the rrdtune manpage.

4d1728
 
4d1728
+
first
4d1728
+
4d1728
+
4d1728
+

Find the first update time of an RRD. Check the rrdfirst manpage.

4d1728
+
4d1728
 
last
4d1728
 
4d1728
 
4d1728
 

Find the last update time of an RRD. Check the rrdlast manpage.

4d1728
 
4d1728
+
lastupdate
4d1728
+
4d1728
+
4d1728
+

Find the last update time of an RRD. It also returns the value stored for each

4d1728
+datum in the most recent update. Check the rrdlastupdate manpage.

4d1728
+
4d1728
 
info
4d1728
 
4d1728
 
4d1728
 

Get information about an RRD. Check the rrdinfo manpage.

4d1728
 
4d1728
-
rrdresize
4d1728
+
resize
4d1728
 
4d1728
 
4d1728
 

Change the size of individual RRAs. This is dangerous! Check the rrdresize manpage.

4d1728
@@ -153,12 +170,6 @@ uses fetch to retrieve its data from an
4d1728
 
4d1728
 

Flush the values for a specific RRD file from memory. Check the rrdflushcached manpage.

4d1728
 
4d1728
-
rrdcgi
4d1728
-
4d1728
-
4d1728
-

This is a standalone tool for producing RRD graphs on the fly. Check

4d1728
-the rrdcgi manpage.

4d1728
-
4d1728
 
4d1728
 

4d1728
 

4d1728
diff -up rrdtool-1.4.8/doc/rrdtool.pod.orig4 rrdtool-1.4.8/doc/rrdtool.pod
4d1728
--- rrdtool-1.4.8/doc/rrdtool.pod.orig4	2013-05-23 09:55:07.000000000 +0200
4d1728
+++ rrdtool-1.4.8/doc/rrdtool.pod	2013-07-01 10:53:44.366207403 +0200
4d1728
@@ -58,6 +58,11 @@ Operationally equivalent to B<update> ex
4d1728
 Create a graph from data stored in one or several RRDs. Apart from
4d1728
 generating graphs, data can also be extracted to stdout. Check L<rrdgraph>.
4d1728
 
4d1728
+=item B<graphv>
4d1728
+
4d1728
+Create a graph from data stored in one or several RRDs. Same as graph, but
4d1728
+metadata are printed before the graph. Check L<rrdgraph>.
4d1728
+
4d1728
 =item B<dump>
4d1728
 
4d1728
 Dump the contents of an RRD in plain ASCII. In connection with restore
4d1728
@@ -77,15 +82,24 @@ uses fetch to retrieve its data from an
4d1728
 
4d1728
 Alter setup of an RRD. Check L<rrdtune>.
4d1728
 
4d1728
+=item B<first>
4d1728
+
4d1728
+Find the first update time of an RRD. Check L<rrdfirst>.
4d1728
+
4d1728
 =item B<last>
4d1728
 
4d1728
 Find the last update time of an RRD. Check L<rrdlast>.
4d1728
 
4d1728
+=item B<lastupdate>
4d1728
+
4d1728
+Find the last update time of an RRD. It also returns the value stored
4d1728
+for each datum in the most recent update. Check L<rrdlastupdate>.
4d1728
+
4d1728
 =item B<info>
4d1728
 
4d1728
 Get information about an RRD. Check L<rrdinfo>.
4d1728
 
4d1728
-=item B<rrdresize>
4d1728
+=item B<resize>
4d1728
 
4d1728
 Change the size of individual RRAs. This is dangerous! Check L<rrdresize>.
4d1728
 
4d1728
@@ -97,11 +111,6 @@ Export data retrieved from one or severa
4d1728
 
4d1728
 Flush the values for a specific RRD file from memory. Check L<rrdflushcached>.
4d1728
 
4d1728
-=item B<rrdcgi>
4d1728
-
4d1728
-This is a standalone tool for producing RRD graphs on the fly. Check
4d1728
-L<rrdcgi>.
4d1728
-
4d1728
 =back
4d1728
 
4d1728
 =head2 HOW DOES RRDTOOL WORK?
4d1728
diff -up rrdtool-1.4.8/doc/rrdtool.txt.orig4 rrdtool-1.4.8/doc/rrdtool.txt
4d1728
--- rrdtool-1.4.8/doc/rrdtool.txt.orig4	2013-05-23 09:55:56.000000000 +0200
4d1728
+++ rrdtool-1.4.8/doc/rrdtool.txt	2013-07-01 10:59:33.167060537 +0200
4d1728
@@ -48,6 +48,10 @@ D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
4d1728
                from generating graphs, data can also be extracted to stdout.
4d1728
                Check rrdgraph.
4d1728
 
4d1728
+       g?gr?ra?ap?ph?hv?v   Create a graph from data stored in one or several RRDs. Same as graph, but
4d1728
+               metadata are printed before the graph..
4d1728
+               Check rrdgraph.
4d1728
+
4d1728
        d?du?um?mp?p    Dump the contents of an RRD in plain ASCII. In connection with
4d1728
                restore you can use this to move an RRD from one computer
4d1728
                architecture to another.  Check rrddump.
4d1728
@@ -60,11 +64,17 @@ D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
4d1728
 
4d1728
        t?tu?un?ne?e    Alter setup of an RRD. Check rrdtune.
4d1728
 
4d1728
+       f?fi?ir?rs?st?t    Find the first update time of an RRD. Check rrdfirst.
4d1728
+
4d1728
        l?la?as?st?t    Find the last update time of an RRD. Check rrdlast.
4d1728
 
4d1728
+       l?la?as?st?tu?up?pd?da?at?te?e    Find the last update time of an RRD.
4d1728
+               It also returns the value stored for each datum in the most recent update.
4d1728
+               Check rrdlastupdate.
4d1728
+
4d1728
        i?in?nf?fo?o    Get information about an RRD. Check rrdinfo.
4d1728
 
4d1728
-       r?rr?rd?dr?re?es?si?iz?ze?e
4d1728
+       r?re?es?si?iz?ze?e
4d1728
                Change the size of individual RRAs. This is dangerous! Check
4d1728
                rrdresize.
4d1728
 
4d1728
@@ -74,9 +84,6 @@ D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
4d1728
                Flush the values for a specific RRD file from memory. Check
4d1728
                rrdflushcached.
4d1728
 
4d1728
-       r?rr?rd?dc?cg?gi?i  This is a standalone tool for producing RRD graphs on the fly.
4d1728
-               Check rrdcgi.
4d1728
-
4d1728
    H?HO?OW?W D?DO?OE?ES?S R?RR?RD?DT?TO?OO?OL?L W?WO?OR?RK?K???
4d1728
        Data Acquisition
4d1728
                When monitoring the state of a system, it is convenient to have
4d1728
diff -up rrdtool-1.4.8/doc/rrdtool.1.orig4 rrdtool-1.4.8/doc/rrdtool.1
4d1728
--- rrdtool-1.4.8/doc/rrdtool.1.orig4	2013-05-23 09:55:53.000000000 +0200
4d1728
+++ rrdtool-1.4.8/doc/rrdtool.1	2013-07-01 10:51:26.645269268 +0200
4d1728
@@ -178,6 +178,10 @@ Operationally equivalent to \fBupdate\fR
4d1728
 .IX Item "graph"
4d1728
 Create a graph from data stored in one or several RRDs. Apart from
4d1728
 generating graphs, data can also be extracted to stdout. Check rrdgraph.
4d1728
+.IP "\fBgraphv\fR" 8
4d1728
+.IX Item "graphv"
4d1728
+Create a graph from data stored in one or several RRDs. Same as graph, but
4d1728
+metadata are printed before the graph. Check rrdgraph.
4d1728
 .IP "\fBdump\fR" 8
4d1728
 .IX Item "dump"
4d1728
 Dump the contents of an \s-1RRD\s0 in plain \s-1ASCII\s0. In connection with restore
4d1728
@@ -193,13 +197,20 @@ uses fetch to retrieve its data from an
4d1728
 .IP "\fBtune\fR" 8
4d1728
 .IX Item "tune"
4d1728
 Alter setup of an \s-1RRD\s0. Check rrdtune.
4d1728
+.IP "\fBfirst\fR" 8
4d1728
+.IX Item "first"
4d1728
+Find the first update time of an \s-1RRD\s0. Check rrdfirst.
4d1728
 .IP "\fBlast\fR" 8
4d1728
 .IX Item "last"
4d1728
 Find the last update time of an \s-1RRD\s0. Check rrdlast.
4d1728
+.IP "\fBlastupdate\fR" 8
4d1728
+.IX Item "lastupdate"
4d1728
+Find the last update time of an \s-1RRD\s0. It also returns the value stored for each
4d1728
+datum in the most recent update. Check rrdlastupdate.
4d1728
 .IP "\fBinfo\fR" 8
4d1728
 .IX Item "info"
4d1728
 Get information about an \s-1RRD\s0. Check rrdinfo.
4d1728
-.IP "\fBrrdresize\fR" 8
4d1728
+.IP "\fBresize\fR" 8
4d1728
 .IX Item "rrdresize"
4d1728
 Change the size of individual RRAs. This is dangerous! Check rrdresize.
4d1728
 .IP "\fBxport\fR" 8
4d1728
@@ -208,10 +219,6 @@ Export data retrieved from one or severa
4d1728
 .IP "\fBflushcached\fR" 8
4d1728
 .IX Item "flushcached"
4d1728
 Flush the values for a specific \s-1RRD\s0 file from memory. Check rrdflushcached.
4d1728
-.IP "\fBrrdcgi\fR" 8
4d1728
-.IX Item "rrdcgi"
4d1728
-This is a standalone tool for producing \s-1RRD\s0 graphs on the fly. Check
4d1728
-rrdcgi.
4d1728
 .SS "\s-1HOW\s0 \s-1DOES\s0 \s-1RRDTOOL\s0 \s-1WORK\s0?"
4d1728
 .IX Subsection "HOW DOES RRDTOOL WORK?"
4d1728
 .IP "Data Acquisition" 8
4d1728
diff -up rrdtool-1.4.8/doc/rrdupdate.html.orig4 rrdtool-1.4.8/doc/rrdupdate.html
4d1728
--- rrdtool-1.4.8/doc/rrdupdate.html.orig4	2013-05-23 09:55:50.000000000 +0200
4d1728
+++ rrdtool-1.4.8/doc/rrdupdate.html	2013-07-01 11:01:44.550003526 +0200
4d1728
@@ -41,7 +41,7 @@
4d1728
 

SYNOPSIS

4d1728
 

rrdtool {update | updatev} filename

4d1728
 [--template|-t ds-name[:ds-name]...]
4d1728
-[--daemon address] [--]
4d1728
+[--daemon|-d address] [--]
4d1728
 N|timestamp:value[:value...]
4d1728
 at-timestamp@value[:value...]
4d1728
 [timestamp:value[:value...] ...]

4d1728
@@ -93,7 +93,7 @@ function. If this is done accidentally (
4d1728
 using the template switch), RRDtool will ignore the value specified
4d1728
 for the COMPUTE DST.

4d1728
 
4d1728
-
--daemon address
4d1728
+
--daemon|-d address
4d1728
 
4d1728
 
4d1728
 

If given, RRDTool will try to connect to the caching daemon the rrdcached manpage

4d1728
diff -up rrdtool-1.4.8/doc/rrdupdate.pod.orig4 rrdtool-1.4.8/doc/rrdupdate.pod
4d1728
--- rrdtool-1.4.8/doc/rrdupdate.pod.orig4	2013-05-23 09:55:07.000000000 +0200
4d1728
+++ rrdtool-1.4.8/doc/rrdupdate.pod	2013-07-01 11:03:03.399968652 +0200
4d1728
@@ -6,7 +6,7 @@ rrdupdate - Store a new set of values in
4d1728
 
4d1728
 B<rrdtool> {B<update> | B<updatev>} I<filename>
4d1728
 S<[B<--template>|B<-t> I<ds-name>[B<:>I<ds-name>]...]>
4d1728
-S<[B<--daemon> I<address>]> [B<-->]
4d1728
+S<[B<--daemon>|B<-d> I<address>]> [B<-->]
4d1728
 S<B<N>|I<timestamp>B<:>I<value>[B<:>I<value>...]>
4d1728
 S<I<at-timestamp>B<@>I<value>[B<:>I<value>...]>
4d1728
 S<[I<timestamp>B<:>I<value>[B<:>I<value>...] ...]>
4d1728
@@ -60,7 +60,7 @@ function. If this is done accidentally (
4d1728
 using the template switch), B<RRDtool> will ignore the value specified
4d1728
 for the COMPUTE B<DST>.
4d1728
 
4d1728
-=item B<--daemon> I<address>
4d1728
+=item B<--daemon>|B<-d> I<address>
4d1728
 
4d1728
 If given, B<RRDTool> will try to connect to the caching daemon L<rrdcached>
4d1728
 at I<address> and will fail if the connection cannot be established. If the
4d1728
diff -up rrdtool-1.4.8/doc/rrdupdate.txt.orig4 rrdtool-1.4.8/doc/rrdupdate.txt
4d1728
--- rrdtool-1.4.8/doc/rrdupdate.txt.orig4	2013-05-23 09:55:55.000000000 +0200
4d1728
+++ rrdtool-1.4.8/doc/rrdupdate.txt	2013-07-01 11:05:34.620978121 +0200
4d1728
@@ -7,7 +7,7 @@ N?NA?AM?ME?E
4d1728
 
4d1728
 S?SY?YN?NO?OP?PS?SI?IS?S
4d1728
        r?rr?rd?dt?to?oo?ol?l {u?up?pd?da?at?te?e | u?up?pd?da?at?te?ev?v} _?f_?i_?l_?e_?n_?a_?m_?e [-?--?-t?te?em?mp?pl?la?at?te?e|-?-t?t _?d_?s_?-_?n_?a_?m_?e[:?:_?d_?s_?-
4d1728
-       _?n_?a_?m_?e]...]  [-?--?-d?da?ae?em?mo?on?n _?a_?d_?d_?r_?e_?s_?s] [-?--?-] N?N|_?t_?i_?m_?e_?s_?t_?a_?m_?p:?:_?v_?a_?l_?u_?e[:?:_?v_?a_?l_?u_?e...]  _?a_?t_?-
4d1728
+       _?n_?a_?m_?e]...]  [-?--?-d?da?ae?em?mo?on?n|-?-d?d _?a_?d_?d_?r_?e_?s_?s] [-?--?-] N?N|_?t_?i_?m_?e_?s_?t_?a_?m_?p:?:_?v_?a_?l_?u_?e[:?:_?v_?a_?l_?u_?e...]  _?a_?t_?-
4d1728
        _?t_?i_?m_?e_?s_?t_?a_?m_?p@?@_?v_?a_?l_?u_?e[:?:_?v_?a_?l_?u_?e...]  [_?t_?i_?m_?e_?s_?t_?a_?m_?p:?:_?v_?a_?l_?u_?e[:?:_?v_?a_?l_?u_?e...] ...]
4d1728
 
4d1728
 D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
4d1728
@@ -54,7 +54,7 @@ D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
4d1728
                done using the template switch), R?RR?RD?Dt?to?oo?ol?l will ignore the value
4d1728
                specified for the COMPUTE D?DS?ST?T.
4d1728
 
4d1728
-       -?--?-d?da?ae?em?mo?on?n _?a_?d_?d_?r_?e_?s_?s
4d1728
+       -?--?-d?da?ae?em?mo?on?n|-?-d?d _?a_?d_?d_?r_?e_?s_?s
4d1728
                If given, R?RR?RD?DT?To?oo?ol?l will try to connect to the caching daemon
4d1728
                rrdcached at _?a_?d_?d_?r_?e_?s_?s and will fail if the connection cannot be
4d1728
                established. If the connection is successfully established the
4d1728
diff -up rrdtool-1.4.8/doc/rrdupdate.1.orig4 rrdtool-1.4.8/doc/rrdupdate.1
4d1728
--- rrdtool-1.4.8/doc/rrdupdate.1.orig4	2013-05-23 09:55:52.000000000 +0200
4d1728
+++ rrdtool-1.4.8/doc/rrdupdate.1	2013-07-01 10:43:39.179478104 +0200
4d1728
@@ -135,7 +135,7 @@ rrdupdate \- Store a new set of values i
4d1728
 .IX Header "SYNOPSIS"
4d1728
 \&\fBrrdtool\fR {\fBupdate\fR | \fBupdatev\fR} \fIfilename\fR
4d1728
 [\fB\-\-template\fR|\fB\-t\fR\ \fIds-name\fR[\fB:\fR\fIds-name\fR]...]
4d1728
-[\fB\-\-daemon\fR\ \fIaddress\fR] [\fB\-\-\fR]
4d1728
+[\fB\-\-daemon\fR|\fB\-d\fR\ \fIaddress\fR] [\fB\-\-\fR]
4d1728
 \&\fBN\fR|\fItimestamp\fR\fB:\fR\fIvalue\fR[\fB:\fR\fIvalue\fR...]
4d1728
 \&\fIat-timestamp\fR\fB@\fR\fIvalue\fR[\fB:\fR\fIvalue\fR...]
4d1728
 [\fItimestamp\fR\fB:\fR\fIvalue\fR[\fB:\fR\fIvalue\fR...]\ ...]
4d1728
@@ -182,7 +182,7 @@ Do not specify a value for a \s-1COMPUTE
4d1728
 function. If this is done accidentally (and this can only be done
4d1728
 using the template switch), \fBRRDtool\fR will ignore the value specified
4d1728
 for the \s-1COMPUTE\s0 \fB\s-1DST\s0\fR.
4d1728
-.IP "\fB\-\-daemon\fR \fIaddress\fR" 8
4d1728
+.IP "\fB\-\-daemon\fR|\fB\-d\fR \fIaddress\fR" 8
4d1728
 .IX Item "--daemon address"
4d1728
 If given, \fBRRDTool\fR will try to connect to the caching daemon rrdcached
4d1728
 at \fIaddress\fR and will fail if the connection cannot be established. If the