From 8546a21667f4c1aee88324dac0b21a0f1931a3f5 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 18 Mar 2008 12:35:08 +0100 Subject: [PATCH] collectd(1): Document the supported signals. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- src/collectd.pod | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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, -- 2.11.0