X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdcached.pod;h=57b54b2c75b2cb449dfa634d1f5a715462ff4965;hp=9aebfe73bbfa3859e4ad907bf881f04f2e9352c6;hb=e5b05bec82bbff5db8add4e58dd6f0fcf2670291;hpb=6a6710c10c23a986534f4a8971162afa2813c363 diff --git a/doc/rrdcached.pod b/doc/rrdcached.pod index 9aebfe7..57b54b2 100644 --- a/doc/rrdcached.pod +++ b/doc/rrdcached.pod @@ -20,6 +20,7 @@ B [-g] [B<-b>EIE[B<-B>]] [B<-a>EI] +[-O] =head1 DESCRIPTION @@ -245,6 +246,11 @@ exchange for slightly higher memory utilization. The default isE1. Do not set this more than the B<-w> value divided by your average RRD step size. +=item B<-O> + +Preven the CREATE command from overwriting existing files, even when it is +instructed to do so. This is for added security. + =back =head1 AFFECTED RRDTOOL COMMANDS @@ -280,6 +286,10 @@ info =item * +first + +=item * + last =item * @@ -294,6 +304,10 @@ update xport +=item * + +create + =back The B command can send values to the daemon instead of writing them to @@ -592,6 +606,34 @@ written out to disk. It is used during journal replay to determine which updates have already been applied. It is I valid in the journal; it is not accepted from the other command channels. +=item B I [I] + +Return the timestamp for the first CDP in the specified RRA. Default is to +use RRA zero if none is specified. + +=item B I + +Return the timestamp for the last update to the specified RRD. Note that the +cache is I flushed before checking, as the client is expected to request +this separately if it is required. + +=item B I + +Return the configuration information for the specified RRD. Note that the +cache is I flushed before checking, as the client is expected to request +this separately if it is required. + +The information is returned, one item per line, with the format: + + I I I + +=item B I [-s I] [-b I] [-O] I ... I ... + +This will create the RRD file according to the supplied parameters, provided +the parameters are valid, and (if the -O option is given or if the rrdcached +was started with the -O flag) the specified I does not already +exist. + =item B This command initiates the bulk load of multiple commands. This is @@ -713,6 +755,7 @@ Both B and this manual page have been written by Florian. =head1 CONTRIBUTORS kevin brintnall Ekbrint@rufus.netE +Steve Shipway Esteve@steveshipway.orgE =cut