X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdfirst.pod;h=eca21e0452eb692126741a1e7eaac8cfa86533cd;hb=e51b10176c02d80ae82a42235f339f3173ef505e;hp=e5d91deae4abf4618b4eb1ef493800a4e721b2fc;hpb=e4acaa789385e98fe979cd48cb0fb1ddc8570b91;p=rrdtool.git diff --git a/doc/rrdfirst.pod b/doc/rrdfirst.pod index e5d91de..eca21e0 100644 --- a/doc/rrdfirst.pod +++ b/doc/rrdfirst.pod @@ -4,7 +4,7 @@ rrdfirst - Return the date of the first data sample in an RRA within an RRD =head1 SYNOPSIS -B B I [I<--rraindex number>] +B B I [I<--rraindex number>] [B<--daemon> I
] =head1 DESCRIPTION @@ -20,13 +20,20 @@ The name of the B that contains the data. =item I<--rraindex number> The index number of the B that is to be examined. If not specified, the -index defaults to zero. B index numbers can be determined through +index defaults to zero. B index numbers can be determined through B. +=item B<--daemon> I
+ +Address of the L daemon. For a list of accepted formats, see +the B<-l> option in the L manual. + + rrdtool first --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd + =back =head1 AUTHOR Burton Strauss - +Daemon support added by Steve Shipway