From: moli Date: Mon, 19 May 2014 18:58:38 +0000 (+0200) Subject: mods of #477 added clarifications X-Git-Tag: v1.5.0-rc1~80^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1287ce48a6e8468d093781bd226483052ac2c79f;p=thirdparty%2Frrdtool-1.x.git mods of #477 added clarifications added text explaining templates cannot be used with rrdcached rewrote timestamp syntax, maybe now it went to the other extreme.. removed deprecated --cache parameter from the example section fixed --daemon behaviour description, please check if it is true --- diff --git a/doc/rrdupdate.pod b/doc/rrdupdate.pod index 7be2da08..221aad57 100644 --- a/doc/rrdupdate.pod +++ b/doc/rrdupdate.pod @@ -7,9 +7,7 @@ rrdupdate - Store a new set of values into the RRD B {B | B} I S<[B<--template>|B<-t> I[B<:>I]...]> S<[B<--daemon>|B<-d> I
]> [B<-->] -S|IB<:>I[B<:>I...]> -SB<@>I[B<:>I...]> -S<[IB<:>I[B<:>I...] ...]> +S<{{B | I}B<:> | IB<@>}I[B<:>I]... ...> =head1 DESCRIPTION @@ -60,6 +58,8 @@ function. If this is done accidentally (and this can only be done using the template switch), B will ignore the value specified for the COMPUTE B. +The caching daemon L cannot be used together with templates yet. + =item B<--skip-past-updates> When updateing an rrd file with data earlier than the latest update already @@ -71,13 +71,15 @@ been applied. =item B<--daemon>|B<-d> I
If given, B will try to connect to the caching daemon L -at I
and will fail if the connection cannot be established. If the -connection is successfully established the values will be sent to the daemon -instead of accessing the files directly. +at I
. If the connection is successfully established the values will +be sent to the daemon instead of accessing the files directly. If the +connection cannot be established it will fall back to direct file-access. +While this is convenient, it can silently create problems so please read +the warning in the examples. For a list of accepted formats, see the B<-l> option in the L manual. -=item B|IB<:>I[B<:>I...] +=item {B | I}B<:>I[B<:>I]... The data used for updating the RRD was acquired at a certain time. This time can either be defined in seconds since 1970-01-01 or @@ -157,14 +159,6 @@ past and the current time as the update times. =item * -C - -Update the file C with a single data source, using the -current time. If the caching daemon cannot be reached, do B fall back to -direct file access. - -=item * - C Use the UNIX domain socket C to contact the caching daemon. If