Code

Merge branch 'ps/reuse'
[collectd.git] / src / collectdmon.pod
1 =head1 NAME
3 collectdmon - Monitoring daemon for collectd
5 =head1 SYNOPSIS
7 collectdmon I<[options]> [-- I<collectd options>]
9 =head1 DESCRIPTION
11 collectdmon is a small "wrapper" daemon which starts and monitors the collectd
12 daemon. If collectd terminates it will automatically be restarted, unless
13 collectdmon was told to shut it down.
15 =head1 OPTIONS
17 collectdmon supports the following options:
19 =over 4
21 =item B<-c> I<E<lt>pathE<gt>>
23 Specify the pathname of the collectd binary. You may either specify an
24 absolute path or simply the name of the binary in which case the B<PATH>
25 variable will be searched for it. The default is "B<collectd>".
27 =item B<-P> I<E<lt>pid-fileE<gt>>
29 Specify the pid file. The default is "I</var/run/collectdmon.pid>".
31 =item B<-h>
33 Output usage information and exit.
35 =item I<collectd options>
37 Specify options that are passed on to collectd. If it is not already included,
38 B<-f> will be added to these options. See L<collectd(1)>.
40 =back
42 =head1 SEE ALSO
44 L<collectd(1)>,
45 L<collectd.conf(5)>,
46 L<http://collectd.org/>
48 =head1 AUTHOR
50 collectd has been written by Florian Forster E<lt>octo at verplant.orgE<gt>
51 and many contributors (see `AUTHORS').
53 collectdmon has been written by Sebastian Harl E<lt>sh@tokkee.orgE<gt>.
55 =cut