5 collectdmon - Monitoring daemon for collectd
9 collectdmon I<[options]> [-- I<collectd options>]
13 collectdmon is a small "wrapper" daemon which starts and monitors the collectd
14 daemon. If collectd terminates it will automatically be restarted, unless
15 collectdmon was told to shut it down.
19 collectdmon supports the following options:
23 =item B<-c> I<E<lt>pathE<gt>>
25 Specify the pathname of the collectd binary. You may either specify an
26 absolute path or simply the name of the binary in which case the B<PATH>
27 variable will be searched for it. The default is "B<collectd>".
29 =item B<-P> I<E<lt>pid-fileE<gt>>
31 Specify the pid file. The default is "I</var/run/collectdmon.pid>".
35 Output usage information and exit.
37 =item I<collectd options>
39 Specify options that are passed on to collectd. If it is not already included,
40 B<-f> will be added to these options. See L<collectd(1)>.
46 B<collectdmon> accepts the following signals:
50 =item B<SIGINT>, B<SIGTERM>
52 These signals cause B<collectdmon> to terminate B<collectd>, wait for its
53 termination and then shut down.
57 This signal causes B<collectdmon> to terminate B<collectd>, wait for its
58 termination and then restart it.
66 L<http://collectd.org/>
70 collectd has been written by Florian Forster E<lt>octo at collectd.orgE<gt>
71 and many contributors (see `AUTHORS').
73 collectdmon has been written by Sebastian Harl E<lt>sh@tokkee.orgE<gt>.