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

ba7b08
 

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

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

ba7b08
 
ba7b08
+
graphv
ba7b08
+
ba7b08
+
ba7b08
+

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

ba7b08
+metadata are printed before the graph. Check the rrdgraph manpage.

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

Alter setup of an RRD. Check the rrdtune manpage.

ba7b08
 
ba7b08
+
first
ba7b08
+
ba7b08
+
ba7b08
+

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

ba7b08
+
ba7b08
 
last
ba7b08
 
ba7b08
 
ba7b08
 

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

ba7b08
 
ba7b08
+
lastupdate
ba7b08
+
ba7b08
+
ba7b08
+

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

ba7b08
+datum in the most recent update. Check the rrdlastupdate manpage.

ba7b08
+
ba7b08
 
info
ba7b08
 
ba7b08
 
ba7b08
 

Get information about an RRD. Check the rrdinfo manpage.

ba7b08
 
ba7b08
-
rrdresize
ba7b08
+
resize
ba7b08
 
ba7b08
 
ba7b08
 

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

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

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

ba7b08
 
ba7b08
-
rrdcgi
ba7b08
-
ba7b08
-
ba7b08
-

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

ba7b08
-the rrdcgi manpage.

ba7b08
-
ba7b08
 
ba7b08
 

ba7b08
 

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

SYNOPSIS

ba7b08
 

rrdtool {update | updatev} filename

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

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

ba7b08
 
ba7b08
-
--daemon address
ba7b08
+
--daemon|-d address
ba7b08
 
ba7b08
 
ba7b08
 

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

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