collectd-exec(5): Corrected/added some information.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 19 May 2007 11:57:52 +0000 (13:57 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 19 May 2007 11:57:52 +0000 (13:57 +0200)
src/collectd-exec.pod
src/collectd.conf.pod

index 41825f0..111f2d0 100644 (file)
@@ -57,6 +57,11 @@ If the executable only writes one value and then exits I will be executed every
 I<Interval> seconds. If I<Interval> is short (the default is 10 seconds) this
 may result in serious system load.
 
+=item
+
+The user, the binary is executed as, may not have root privileges, i.E<nbsp>e.
+must have an UID that is non-zero.
+
 =back
 
 =head1 SEE ALSO
index 32f74cd..5ea00ab 100644 (file)
@@ -212,9 +212,9 @@ at most B<16384> to prevent typos and dumb mistakes.
 
 =head2 Plugin C<exec>
 
-Please make sure to read L<collectd/"SPECIAL PLUGINS"> before using this
-plugin. It containes valueable information on when the executable is executed
-and the output that is expected from it.
+Please make sure to read L<collectd-exec(5)> before using this plugin. It
+contains valueable information on when the executable is executed and the
+output that is expected from it.
 
 =over 4