src/rrdd.pod: Add a simple manpage stub for rrdd(1).
[rrdd.git] / src / rrdd.pod
1 =pod
2
3 =head1 NAME
4
5 RRDd - Data caching daemon for rrdtool
6
7 =head1 SYNOPSIS
8
9   rrdd
10
11 =head1 DESCRIPTION
12
13 RRDd is a daemon that receives updates to existing RRD files, accumulates them
14 and, if enough have been received or a defined time has passed, writes the
15 updates to the RRD file. A I<flush> command may be used to force writing of
16 values to disk, so that graphing facilities and similar can work with
17 up-to-date data.
18
19 =head1 OPTIONS
20
21 None at the moment.
22
23 =head1 BUGS
24
25 =over 4
26
27 =item 
28
29 Runs into some assertion when the socket is closed by the client before the
30 response has been received.
31
32 =back
33
34 =head1 SEE ALSO
35
36 L<rrdtool(1)>, L<rrdgraph(1)>
37
38 =head1 AUHOR
39
40 RRDd and this manual page have been written by Florian Forster
41 E<lt>octoE<nbsp>atE<nbsp>verplant.orgE<gt>.