.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "COLLECTDMON 1" .TH COLLECTDMON 1 2024-03-07 5.12.0.git collectd .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME collectdmon \- Monitoring daemon for collectd .SH SYNOPSIS .IX Header "SYNOPSIS" collectdmon \fI[options]\fR [\-\- \fIcollectd options\fR] .SH DESCRIPTION .IX Header "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. .SH OPTIONS .IX Header "OPTIONS" collectdmon supports the following options: .IP "\fB\-c\fR \fI\fR" 4 .IX Item "-c " 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 \fBPATH\fR variable will be searched for it. The default is "\fBcollectd\fR". .IP "\fB\-P\fR \fI\fR" 4 .IX Item "-P " Specify the pid file. The default is "\fI/var/run/collectdmon.pid\fR". .IP \fB\-h\fR 4 .IX Item "-h" Output usage information and exit. .IP "\fIcollectd options\fR" 4 .IX Item "collectd options" Specify options that are passed on to collectd. If it is not already included, \&\fB\-f\fR will be added to these options. See \fBcollectd\fR\|(1). .SH SIGNALS .IX Header "SIGNALS" \&\fBcollectdmon\fR accepts the following signals: .IP "\fBSIGINT\fR, \fBSIGTERM\fR" 4 .IX Item "SIGINT, SIGTERM" These signals cause \fBcollectdmon\fR to terminate \fBcollectd\fR, wait for its termination and then shut down. .IP \fBSIGHUP\fR 4 .IX Item "SIGHUP" This signal causes \fBcollectdmon\fR to terminate \fBcollectd\fR, wait for its termination and then restart it. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBcollectd\fR\|(1), \&\fBcollectd.conf\fR\|(5), .SH AUTHOR .IX Header "AUTHOR" collectd has been written by Florian Forster and many contributors (see `AUTHORS'). .PP collectdmon has been written by Sebastian Harl .