X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=README;h=fb3aa27df234c929b1861db1e0753de107a3b8a8;hp=925f3645c120d25ffa304053cc399519e3880db3;hb=cb262c0e23692b6374d57ad3b3decb0d6c397949;hpb=4ebf1f93bbf273cb3833c333c101ee6b9aea6bc1 diff --git a/README b/README index 925f3645..fb3aa27d 100644 --- a/README +++ b/README @@ -288,6 +288,15 @@ Features - oracle Query data from an Oracle database. + - 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. + + - perl The perl plugin implements a Perl-interpreter into collectd. You can write your own plugins in Perl and return arbitrary values using this @@ -926,8 +935,8 @@ Prerequisites * libyajl (optional) - Parse JSON data. This is needed for the `ceph', `curl_json' and - `log_logstash' plugins. + Parse JSON data. This is needed for the `ceph', `curl_json', 'ovs_events' + and `log_logstash' plugins. * libvarnish (optional)