X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.pod;h=e36dcdf3eb0c9ebe031970da77cf86d777a36059;hb=218635ab44a8533ef5b23fd1ae78be761ff0600c;hp=b55362a3d12296161a5347ce0826fdef8a5341fd;hpb=bec5a6dda77c05eae27e5aeecdf601e573090cc5;p=collectd.git diff --git a/src/collectd.pod b/src/collectd.pod index b55362a3..e36dcdf3 100644 --- a/src/collectd.pod +++ b/src/collectd.pod @@ -31,6 +31,11 @@ directory. Test the configuration only. The program immediately exits after parsing the config file. A return code not equal to zero indicates an error. +=item B<-T> + +Test the plugin read callbacks only. The program immediately exits after invoking +the read callbacks once. A return code not equal to zero indicates an error. + =item B<-P> Ipid-fileE> Specify an alternative pid file. This overwrites any settings in the config @@ -99,6 +104,25 @@ 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. + +=back + =head1 SEE ALSO L,