From: Florian Forster Date: Sat, 1 May 2010 08:55:22 +0000 (+0200) Subject: README: Added the pinba plugin and its dependency. X-Git-Tag: collectd-4.10.0~5 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=42c5164ff2fe8198956bef0c8504f51f56c5a637 README: Added the pinba plugin and its dependency. --- 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.