X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=e95bae62af26a252b2c01f1c45100570b3225004;hb=4212d170f8eb1a72608fc8f5f5c34837badc64ba;hp=47499f1ff07998703c78093f89324664842ad2a5;hpb=ca5af2937040553d53be13b5d5e049c6495c6423;p=collectd.git diff --git a/README b/README index 47499f1f..e95bae62 100644 --- a/README +++ b/README @@ -217,6 +217,12 @@ Features - protocols Counts various aspects of network protocols such as IP, TCP, UDP, etc. + - python + The python plugin implements a Python interpreter into collectd. This + makes it possible to write plugins in Python which are executed by + collectd without the need to start a heavy interpreter every interval. + See collectd-python(5) for details. + - rrdcached RRDtool caching daemon (RRDcacheD) statistics. @@ -301,6 +307,10 @@ Features you can easily do weird stuff with the plugins we didn't dare think of ;) See collectd-perl(5). + - python + It's possible to implement write plugins in Python using the python + plugin. See collectd-python(5) for details. + - rrdcached Output to round-robin-database (RRD) files using the RRDtool caching daemon (RRDcacheD) - see rrdcached(1). That daemon provides a general @@ -333,6 +343,10 @@ Features Log messages are propagated to plugins written in Perl as well. See collectd-perl(5). + - python + It's possible to implement log plugins in Python using the python plugin. + See collectd-python(5) for details. + - syslog Logs to the standard UNIX logging mechanism, syslog. @@ -362,6 +376,10 @@ Features Notifications are propagated to plugins written in Perl as well. See collectd-perl(5). + - python + It's possible to implement notification plugins in Python using the + python plugin. See collectd-python(5) for details. + * Value processing can be controlled using the "filter chain" infrastructure and "matches" and "targets". The following plugins are available: @@ -552,6 +570,10 @@ Prerequisites The PostgreSQL C client library used by the `postgresql' plugin. + * libpython (optional) + Used by the `python' plugin. Currently, only 2.3 ≦ Python < 3 is supported. + + * librouteros (optional) Used by the `routeros' plugin to connect to a device running `RouterOS'.