X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=1c3af7a4baa251640ac45a21a96cd04b7236b6a1;hb=439a2277918a60c04e9606dd3e9ef3d7e8dcd856;hp=e25fbd96e4887ab77ae85077c171fea75a30f869;hpb=c6ff2298206ce78a6f2c7772f3bf413af8d44311;p=collectd.git diff --git a/README b/README index e25fbd96..1c3af7a4 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ collectd - System information collection daemon ================================================= -http://collectd.org/ +https://collectd.org/ About ----- @@ -51,6 +51,9 @@ Features - cgroups CPU accounting information for process groups under Linux. + - chrony + Chrony daemon statistics: Local clock drift, offset to peers, etc. + - conntrack Number of nf_conntrack entries. @@ -385,6 +388,9 @@ Features - wireless Link quality of wireless cards. Linux only. + - xencpu + XEN Hypervisor CPU stats. + - xmms Bitrate and frequency of music played with XMMS. @@ -505,6 +511,9 @@ Features Send an E-mail with the notification message to the configured recipients. + - notify_nagios + Submit notifications as passive check results to a local nagios instance. + - exec Execute a program or script to handle the notification. See collectd-exec(5). @@ -680,7 +689,8 @@ Prerequisites * libgrpc (optional) - Used by the `grpc' plugin. + Used by the `grpc' plugin. gRPC requires a C++ compiler supporting the + C++11 standard. * libgcrypt (optional) @@ -841,6 +851,10 @@ Prerequisites `virt' plugins. + * libxen (optional) + Used by the `xencpu' plugin. + + * libxmms (optional)