=encoding UTF-8 =head1 NAME collectdmon - Monitoring daemon for collectd =head1 SYNOPSIS collectdmon I<[options]> [-- I] =head1 DESCRIPTION collectdmon is a small "wrapper" daemon which starts and monitors the collectd daemon. If collectd terminates it will automatically be restarted, unless collectdmon was told to shut it down. =head1 OPTIONS collectdmon supports the following options: =over 4 =item B<-c> IpathE> Specify the pathname of the collectd binary. You may either specify an absolute path or simply the name of the binary in which case the B variable will be searched for it. The default is "B". =item B<-P> Ipid-fileE> Specify the pid file. The default is "I". =item B<-h> Output usage information and exit. =item I Specify options that are passed on to collectd. If it is not already included, B<-f> will be added to these options. See L. =back =head1 SIGNALS B accepts the following signals: =over 4 =item B, B These signals cause B to terminate B, wait for its termination and then shut down. =item B This signal causes B to terminate B, wait for its termination and then restart it. =back =head1 SEE ALSO L, L, L =head1 AUTHOR collectd has been written by Florian Forster Eocto at collectd.orgE and many contributors (see `AUTHORS'). collectdmon has been written by Sebastian Harl Esh@tokkee.orgE. =cut