X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=1860281632a786a269fd209d38e2f4417e06bebc;hb=17e1d8131433d5c737a568c9e85df735c6bcd7b0;hp=16640ab14b7537f94207674c3a679348e6b8b3ed;hpb=7f0ab40f34e685128edca1ab489bc36dbbb7bd50;p=collectd.git diff --git a/README b/README index 16640ab1..18602816 100644 --- a/README +++ b/README @@ -288,13 +288,21 @@ Features - oracle Query data from an Oracle database. - - ovs_link - The plugin monitors the link status of OVS connected interfaces and - dispatches the values through collectd notification mechanism. It - requires YAJL library to be installed. + - ovs_events + The plugin monitors the link status of Open vSwitch (OVS) connected + interfaces, dispatches the values to collectd and sends the notification + whenever the link state change occurs in the OVS database. It requires + YAJL library to be installed. Detailed instructions for installing and setting up Open vSwitch, see OVS documentation. - + + + - ovs_stats + The plugin collects the statistics of OVS connected bridges and + interfaces. It requires YAJL library to be installed. + Detailed instructions for installing and setting up Open vSwitch, see + OVS documentation. + - perl The perl plugin implements a Perl-interpreter into collectd. You can @@ -934,8 +942,8 @@ Prerequisites * libyajl (optional) - Parse JSON data. This is needed for the `ceph', `curl_json', 'ovs_link' and - `log_logstash' plugins. + Parse JSON data. This is needed for the `ceph', `curl_json', 'ovs_events', + 'ovs_stats' and `log_logstash' plugins. * libvarnish (optional)