X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=f2df12cdd34c253dc31d15a30533d90204d64ad9;hb=4d27bf123a30c0bd65932f1bdb5c0a907432c497;hp=1c3af7a4baa251640ac45a21a96cd04b7236b6a1;hpb=37fe166fd6124adeaa91bc26b0a5e34cbdf25114;p=collectd.git diff --git a/README b/README index 1c3af7a4..f2df12cd 100644 --- a/README +++ b/README @@ -67,6 +67,9 @@ Features - cpufreq CPU frequency (For laptops with speed step or a similar technology) + - cpusleep + CPU sleep: Time spent in suspend (For mobile devices which enter suspend automatically) + - curl Parse statistics from websites using regular expressions. @@ -122,6 +125,9 @@ Features - gmond Receive multicast traffic from Ganglia instances. + - gps + Monitor gps related data through gpsd. + - grpc Receive values over the network using the gRPC framework. @@ -697,6 +703,10 @@ Prerequisites Used by the `network' plugin for encryption and authentication. + * libgps (optional) + Used by the `gps' plugin. + + * libhal (optional) If present, the `uuid' plugin will check for UUID from HAL.