X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.pod;h=fb0403bbcb86823c25c67b74a3461b6b85cbde7b;hb=dd8429c16bc57f949abb2537e003b76ad88b6f90;hp=fa27e77a0f0453725c80f17468c4ee4fffbf802a;hpb=af46a5f31a0e8d4279d63d8ca9232dbd433dfb25;p=collectd.git diff --git a/src/collectd.pod b/src/collectd.pod index fa27e77a..fb0403bb 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 @@ -42,7 +49,11 @@ config-option. Don't fork to the background. I will also B close standard file descriptors, detach from the session nor write a pid file. This is mainly -thought for 'supervising' init replacements such as I. +thought for 'supervising' init replacements such as I. If using +I or I though, starting with version 5.5.0 I is +able to notify these two init replacements, and B require forking to the +background for process supervision. The F directory has sample +I and I configuration files. =item B<-h> @@ -116,6 +127,8 @@ 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, @@ -129,6 +142,6 @@ L =head1 AUTHOR -Florian Forster Eocto@verplant.orgE +Florian Forster Eocto@collectd.orgE =cut