--- At least, that's what the documentation at the end of this file says, which I tend to believe.
src/collectd-exec.pod | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod index 10f6829..fefde0d 100644 --- a/src/collectd-exec.pod +++ b/src/collectd-exec.pod @@ -116,12 +116,8 @@ case you're confused. Since examples usually let one understand a lot better, here are some: - leeloo/cpu-0/cpu-idle N:2299366 - alice/interface/if_octets-eth0 interval=10 1180647081:421465:479194 - -Since this action was the only one supported with older versions of the C<exec -plugin> all lines were treated as if they were prefixed with B<PUTVAL>. This is -still the case to maintain backwards compatibility but deprecated. + PUTVAL leeloo/cpu-0/cpu-idle N:2299366 + PUTVAL alice/interface/if_octets-eth0 interval=10 1180647081:421465:479194 =item B<PUTNOTIF> [I<OptionList>] B<message=>I<Message> -- 1.7.10 _______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
