X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=README;h=57ae4550a0b1d1de25eb11e033671e6b764b4989;hb=c8ec3924c92ad3ca15229e8e923eaece64221337;hp=6f59a7a0697ec549f40d838ec9fc4a42795fe301;hpb=14b7c735bf93b5a6260a0e064bccc28dc7581c7f;p=collectd.git diff --git a/README b/README index 6f59a7a0..57ae4550 100644 --- a/README +++ b/README @@ -91,6 +91,11 @@ Features MySQL server statistics: Commands issued, handlers triggered, thread usage, query cache utilization and traffic/octets sent and received. + - netlink + Very detailed Linux network interface and routing statistics. You can get + (detailed) information on interfaces, qdiscs, classes, and, if you can + make use of it, filters. + - network Receive values that were collected by other hosts. Large setups will want to collect the data on one dedicated machine, and this is the @@ -129,6 +134,11 @@ Features - serial RX and TX of serial interfaces. Linux only; needs root privileges. + - snmp + Read values from SNMP (Simple Network Management Protocol) enabled + network devices such as switches, routers, thermometers, rack monitoring + servers, etc. See collectd-snmp(5). + - swap Pages swapped out onto harddisk or whatever is called `swap' by the OS.. @@ -145,6 +155,9 @@ Features - wireless Link quality of wireless cards. Linux only. + - xmms + Bitrate and frequency of music played with XMMS. + * Output can be written or send to various destinations by the following plugins: @@ -244,6 +257,10 @@ Prerequisites * libmysqlclient (optional) + * libnetlink (optional) + + * libnetsnmp (optional) + * liboping (optional, if not found a version shipped with this distribution can be used) Used by the `ping' plugin to send and receive ICMP packets. @@ -268,6 +285,8 @@ Prerequisites * libupsclient/nut (optional) For the `nut' plugin which queries nut's `upsd'. + * libxmms (optional) + * librt, libsocket, libkstat, libdevinfo Various standard Solaris libraries which provide system functions.