summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15eefc2)
raw | patch | inline | side by side (parent: 15eefc2)
author | Douglas Thrift <douglaswth@gmail.com> | |
Tue, 20 Oct 2015 23:19:02 +0000 (16:19 -0700) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Fri, 23 Oct 2015 13:55:08 +0000 (15:55 +0200) |
src/collectd-exec.pod | patch | blob | history |
diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod
index fd9b3a0c02c7eba4b0fe617d5f759f7b9d424793..217b3ac0092495be6a84098f1d3bcf5be7ee9dc5 100644 (file)
--- a/src/collectd-exec.pod
+++ b/src/collectd-exec.pod
=head1 DESCRIPTION
-The C<exec plugin> forks of an executable either to receive values or to
+The C<exec plugin> forks off an executable either to receive values or to
dispatch notifications to the outside world. The syntax of the configuration is
explained in L<collectd.conf(5)> but summarized in the above synopsis.
See L<EXEC DATA FORMAT> below for a description of the output format expected
from these programs.
-B<Warning:> If the executable only writes one value and then exits I will be
+B<Warning:> If the executable only writes one value and then exits it will be
executed every I<Interval> seconds. If I<Interval> is short (the default is 10
seconds) this may result in serious system load.