Code

73ba6b8c166b98b22c4b2204739dd1d4167d1f3d
[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 SIGNALS
44 B<collectdmon> accepts the following signals:
46 =over 4
48 =item B<SIGINT>, B<SIGTERM>
50 These signals cause B<collectdmon> to terminate B<collectd>, wait for its
51 termination and then shut down.
53 =item B<SIGHUP>
55 This signal causes B<collectdmon> to terminate B<collectd>, wait for its
56 termination and then restart it.
58 =back
60 =head1 SEE ALSO
62 L<collectd(1)>,
63 L<collectd.conf(5)>,
64 L<http://collectd.org/>
66 =head1 AUTHOR
68 collectd has been written by Florian Forster E<lt>octo at verplant.orgE<gt>
69 and many contributors (see `AUTHORS').
71 collectdmon has been written by Sebastian Harl E<lt>sh@tokkee.orgE<gt>.
73 =cut