X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=904e7c73a7692ed327a05418f211595e30d73cc9;hb=6acb19befc321c501e4d8b79f403ebda0c021acc;hp=a16e9ec56cac30200563ad2756f24234a09fd0b1;hpb=d0b7e88ee93371c25241f6a1fed3b4918087bb0c;p=collectd.git diff --git a/README b/README index a16e9ec5..904e7c73 100644 --- a/README +++ b/README @@ -26,6 +26,9 @@ Features Sensors in Macs running Mac OS X / Darwin: Temperature, fanspeed and voltage sensors. + - ascent + Statistics about Ascent, a free server for the game `World of Warcraft'. + - battery Batterycharge, -current and voltage of ACPI and PMU based laptop batteries. @@ -122,7 +125,7 @@ Features Collects statistics from `nginx' (speak: engine X), a HTTP and mail server/proxy. - - ntp + - ntpd NTP daemon statistics: Local clock drift, offset to peers, etc. - nut @@ -156,6 +159,10 @@ Features - swap Pages swapped out onto harddisk or whatever is called `swap' by the OS.. + - tail + Follows (tails) logfiles, parses them by lines and submits matched + values. + - tape Bytes and operations read and written on tape devices. Solaris only. @@ -165,6 +172,10 @@ Features - users Users currently logged in. + - vmem + Virtual memory statistics, e. g. the number of page-ins/-outs or the + number of pagefaults. + - vserver System resources used by Linux VServers. See . @@ -305,7 +316,7 @@ Prerequisites platforms. * libcurl (optional) - If you want to use the `apache' and/or `nginx' plugins. + If you want to use the `apache', `ascent', or `nginx' plugin. * libhal (optional) If present, the uuid plugin will check for UUID from HAL. @@ -362,6 +373,9 @@ Prerequisites * libvirt (optional) Collect statistics from virtual machines. + * libxml2 (optional) + Parse XML data. This is needed for the `ascent' and `libvirt' plugins. + Configuring / Compiling / Installing ------------------------------------