From 94e79298d3f139ba10d9bc7a6909de4cc9afef06 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 3 Jun 2007 15:33:27 +0200 Subject: [PATCH] Marked the perl plugin to be experimental. Signed-off-by: Sebastian Harl --- README | 3 +++ src/collectd-perl.pod | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README b/README index 555af867..794511c4 100644 --- a/README +++ b/README @@ -112,6 +112,9 @@ Features write your own plugins in Perl and return arbitary 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 90a35daf..7b74eee8 100644 --- a/src/collectd-perl.pod +++ b/src/collectd-perl.pod @@ -21,6 +21,9 @@ plugins for collectd in Perl. This is a lot more performant 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 DATA TYPES There are two more complex types you need to know about: -- 2.30.2