From: Sebastian Harl Date: Mon, 26 Nov 2007 11:19:48 +0000 (+0100) Subject: Unmarked the perl plugin to be experimental. X-Git-Tag: collectd-4.3.0beta0~75 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=be2313f9d6a575ff09e786cc3f1bb2fa7baa63a2;p=collectd.git Unmarked the perl plugin to be experimental. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/README b/README index d4964711..2a5502c2 100644 --- a/README +++ b/README @@ -133,9 +133,6 @@ Features write your own plugins in Perl and return arbitrary values using this API. See collectd-perl(5). - This plugin is still considered to be experimental and subject to change - between minor releases. - - ping Network latency: Time to reach the default gateway or another given host. diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 760e5da3..3306f39e 100644 --- a/src/collectd-perl.pod +++ b/src/collectd-perl.pod @@ -21,9 +21,6 @@ for collectd in Perl. This is a lot more efficient than executing a Perl-script every time you want to read a value with the C (see L) and provides a lot more functionality, too. -Please note that this is still considered to be experimental and subject to -change between minor releases. - =head1 CONFIGURATION =over 4