X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=README;h=ade430ccd415a71a1f7eeb44ec5bda150db2c506;hb=471f5a6cb4c9ccc7f1497acf6d10fdc8bd2b3246;hp=7d1a64a35f926ec81e183c4056adcb438bf09e72;hpb=967a0fdefd43db0e4ed5f8cba65c3c345ef6cdfb;p=collectd.git diff --git a/README b/README index 7d1a64a3..ade430cc 100644 --- a/README +++ b/README @@ -208,6 +208,10 @@ Features write your own plugins in Perl and return arbitrary values using this API. See collectd-perl(5). + - pinba + Receive and dispatch timing values from Pinba, a profiling extension for + PHP. + - ping Network latency: Time to reach the default gateway or another given host. @@ -591,6 +595,11 @@ Prerequisites The PostgreSQL C client library used by the `postgresql' plugin. + * libprotobuf-c, protoc-c (optional) + Used by the `pinba' plugin to generate a parser for the network packets + sent by the Pinba PHP extension. + + * libpython (optional) Used by the `python' plugin. Currently, only 2.3 ≦ Python < 3 is supported.