From: Sebastian Harl Date: Tue, 18 Mar 2008 11:35:08 +0000 (+0100) Subject: collectd(1): Document the supported signals. X-Git-Tag: collectd-4.4.0~83 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8546a21667f4c1aee88324dac0b21a0f1931a3f5;p=collectd.git collectd(1): Document the supported signals. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/src/collectd.pod b/src/collectd.pod index b55362a3..fa27e77a 100644 --- a/src/collectd.pod +++ b/src/collectd.pod @@ -99,6 +99,23 @@ the daemon, have manpages of their own to describe their functionality in more detail. In particular those are L, L, L, L, and L +=head1 SIGNALS + +B accepts the following signals: + +=over 4 + +=item B, B + +These signals cause B to shut down all plugins and terminate. + +=item B + +This signal causes B to signal all plugins to flush data from +internal caches. E.Eg. the C will write all pending data +to the RRD files. This is the same as using the C command of the +C. + =head1 SEE ALSO L,