X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=README;h=57ae4550a0b1d1de25eb11e033671e6b764b4989;hb=c8ec3924c92ad3ca15229e8e923eaece64221337;hp=84ca772ff7580b9e045747ff1f68ee5cdc16a4aa;hpb=f375c471e35b586cb110cbf841debbf75adfb106;p=collectd.git diff --git a/README b/README index 84ca772f..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. @@ -295,6 +314,17 @@ Crosscompiling are likely never passed to the libm you have a good chance to be lucky. +Contact +------- + + For questions, bugreports, development information and basically all other + concerns please send an email to collectd's mailinglist at + . + + For live discussion and more personal contact visit us in IRC, we're in + channel #collectd on freenode. + + Author ------ @@ -302,3 +332,5 @@ Author Sebastian tokkee Harl , and many contributors (see `AUTHORS'). + Please send bugreports and patches to the mailinglist, see `Contact' above. +