1COLLECTDMON(1) collectd COLLECTDMON(1)
2
3
4
6 collectdmon - Monitoring daemon for collectd
7
9 collectdmon [options] [-- collectd options]
10
12 collectdmon is a small "wrapper" daemon which starts and monitors the
13 collectd daemon. If collectd terminates it will automatically be
14 restarted, unless collectdmon was told to shut it down.
15
17 collectdmon supports the following options:
18
19 -c <path>
20 Specify the pathname of the collectd binary. You may either specify
21 an absolute path or simply the name of the binary in which case the
22 PATH variable will be searched for it. The default is "collectd".
23
24 -P <pid-file>
25 Specify the pid file. The default is "/var/run/collectdmon.pid".
26
27 -h Output usage information and exit.
28
29 collectd options
30 Specify options that are passed on to collectd. If it is not
31 already included, -f will be added to these options. See
32 collectd(1).
33
35 collectdmon accepts the following signals:
36
37 SIGINT, SIGTERM
38 These signals cause collectdmon to terminate collectd, wait for its
39 termination and then shut down.
40
41 SIGHUP
42 This signal causes collectdmon to terminate collectd, wait for its
43 termination and then restart it.
44
46 collectd(1), collectd.conf(5), <http://collectd.org/>
47
49 collectd has been written by Florian Forster <octo at collectd.org> and
50 many contributors (see `AUTHORS').
51
52 collectdmon has been written by Sebastian Harl <sh@tokkee.org>.
53
54
55
565.9.1.599.gbb5cfbc 2020-03-08 COLLECTDMON(1)