X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcollectd.pod;h=8fccdb318d861d31d750e0b5b689685841f641e5;hp=2a326bb6fa544d2de91ac5bb3abfc5274d76e721;hb=633c3966f770e4d46651a2fe219a18d8a9907a9f;hpb=7c42c7b1c428f5cc5f30af1122488497b3b31b96 diff --git a/src/collectd.pod b/src/collectd.pod index 2a326bb6..8fccdb31 100644 --- a/src/collectd.pod +++ b/src/collectd.pod @@ -1,3 +1,5 @@ +=encoding UTF-8 + =head1 NAME collectd - System statistics collection daemon @@ -31,6 +33,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 @@ -89,11 +96,35 @@ C and the C. With these plugins collectd can provide information about issues and significant situations to the user. Several loglevels let you suppress uninteresting messages. +Starting with version C<4.3.0> collectd has support for B. This is +done by checking thresholds defined by the user. If a value is out of range, a +notification will be dispatched to "notification plugins". See +L for more detailed information about threshold checking. + Please note that some plugins, that provide other means of communicating with 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, @@ -107,6 +138,6 @@ L =head1 AUTHOR -Florian Forster Eocto@verplant.orgE +Florian Forster Eocto@collectd.orgE =cut