summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ba75872)
raw | patch | inline | side by side (parent: ba75872)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 18 Mar 2008 11:35:08 +0000 (12:35 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Sat, 22 Mar 2008 08:39:47 +0000 (09:39 +0100) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd.pod | patch | blob | history |
diff --git a/src/collectd.pod b/src/collectd.pod
index b55362a3d12296161a5347ce0826fdef8a5341fd..fa27e77a0f0453725c80f17468c4ee4fffbf802a 100644 (file)
--- a/src/collectd.pod
+++ b/src/collectd.pod
detail. In particular those are L<collectd-email(5)>, L<collectd-exec(5)>,
L<collectd-perl(5)>, L<collectd-snmp(5)>, and L<collectd-unixsock(5)>
+=head1 SIGNALS
+
+B<collectd> accepts the following signals:
+
+=over 4
+
+=item B<SIGINT>, B<SIGTERM>
+
+These signals cause B<collectd> to shut down all plugins and terminate.
+
+=item B<SIGUSR1>
+
+This signal causes B<collectd> to signal all plugins to flush data from
+internal caches. E.E<nbsp>g. the C<rrdtool plugin> will write all pending data
+to the RRD files. This is the same as using the C<FLUSH -1> command of the
+C<unixsock plugin>.
+
=head1 SEE ALSO
L<collectd.conf(5)>,