From 048a7d32626dadffa85e9e3633edb5530e5c6b29 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 25 Nov 2007 14:55:46 +0100 Subject: [PATCH] collectdmon(1): Added manpage for collectdmon. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- src/Makefile.am | 4 ++-- src/collectdmon.pod | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 src/collectdmon.pod diff --git a/src/Makefile.am b/src/Makefile.am index 79b3438b..f5a64827 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -630,7 +630,7 @@ endif dist_man_MANS = collectd.1 collectd-nagios.1 collectd.conf.5 \ collectd-email.5 collectd-exec.5 collectd-perl.5 \ - collectd-snmp.5 collectd-unixsock.5 + collectd-snmp.5 collectd-unixsock.5 collectdmon.1 #collectd_1_SOURCES = collectd.pod @@ -638,7 +638,7 @@ EXTRA_DIST = types.db EXTRA_DIST += collectd-email.pod collectd-exec.pod collectd-nagios.pod \ collectd-perl.pod collectd-snmp.pod collectd-unixsock.pod \ - collectd.conf.pod collectd.pod + collectd.conf.pod collectd.pod collectdmon.pod .pod.1: pod2man --release=$(VERSION) --center=$(PACKAGE) $< >.pod2man.tmp 2>/dev/null && mv -f .pod2man.tmp $@ || true diff --git a/src/collectdmon.pod b/src/collectdmon.pod new file mode 100644 index 00000000..5ae85fb0 --- /dev/null +++ b/src/collectdmon.pod @@ -0,0 +1,55 @@ +=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 SEE ALSO + +L, +L, +L + +=head1 AUTHOR + +collectd has been written by Florian Forster Eocto at verplant.orgE +and many contributors (see `AUTHORS'). + +collectdmon has been written by Sebastian Harl Esh@tokkee.orgE. + +=cut -- 2.11.0