From: Sebastian Harl Date: Tue, 20 Nov 2012 13:04:45 +0000 (+0100) Subject: README.Debian: Mention Java and Python besides Perl as well. X-Git-Tag: collectd-5.2.0-1~14 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=67a1673759f6edbe08c90de084ee7fd753d21c73;p=pkg-collectd.git README.Debian: Mention Java and Python besides Perl as well. --- diff --git a/debian/README.Debian b/debian/README.Debian index fbbb43f..cab3f64 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -109,7 +109,8 @@ Building your own plugins: - Originally, plugins for collectd had to be written in C and linked as shared objects. Starting with version 4.0.0, it is also possible to use plugins written in the scripting language Perl or implemented as separate processes. - See collectd-perl(5) and collectd-exec(5) for details. + In later versions, support for Java and Python has been added. See the + appropriate collectd-(5) manual page for details. - If you want to contribute plugins to the official distribution you should read http://collectd.org/dev-info.shtml.