~ubuntu-branches/ubuntu/saucy/rrdtool/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/rrdlastupdate.pod

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2010-07-22 08:07:01 UTC
  • mfrom: (1.2.8 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100722080701-k46mgdfz6euxwqsm
Tags: 1.4.3-1ubuntu1
* Merge from debian unstable, Remaining changes:
  - debian/control: Don't build against ruby1.9 as we don't want
    it in main.
* require libdbi >= 0.8.3 to prevent aborts when using dbi datasources

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
=head1 SYNOPSIS
6
6
 
7
7
B<rrdtool> B<lastupdate> I<filename>
 
8
S<[B<--daemon> I<address>]>
8
9
 
9
10
=head1 DESCRIPTION
10
11
 
17
18
 
18
19
The name of the B<RRD> that contains the data.
19
20
 
 
21
=item B<--daemon> I<address>
 
22
 
 
23
Address of the L<rrdcached> daemon. If specified, a C<flush> command is sent
 
24
to the server before reading the RRD files. This allows B<rrdtool> to return
 
25
fresh data even if the daemon is configured to cache values for a long time.
 
26
For a list of accepted formats, see the B<-l> option in the L<rrdcached> manual.
 
27
 
 
28
 rrdtool lastupdate --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd
 
29
 
 
30
=back
 
31
 
 
32
=head1 ENVIRONMENT VARIABLES
 
33
 
 
34
The following environment variables may be used to change the behavior of
 
35
C<rrdtoolE<nbsp>lastupdate>:
 
36
 
 
37
=over 4
 
38
 
 
39
=item B<RRDCACHED_ADDRESS>
 
40
 
 
41
If this environment variable is set it will have the same effect as specifying
 
42
the C<--daemon> option on the command line. If both are present, the command
 
43
line argument takes precedence.
 
44
 
20
45
=back
21
46
 
22
47
=head1 AUTHOR
23
48
 
24
 
Andy Riebs <andy.riebs@hp.com>
 
49
Andy Riebs E<lt>andy.riebs@hp.comE<gt>
25
50
 
26
51
 
27
52