X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=d4aa9ef9b499094689c2f918a150d19efa844fc2;hb=3e891e50eedcb53ed42b140b942947856ca9c8a0;hp=3d69dcf65f38f3f420557ed9e00d66c67b6def21;hpb=f8924f5ff50601d08b528903e5f5fabce9df9f46;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 3d69dcf6..d4aa9ef9 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -5453,17 +5453,19 @@ refer to them from. =back -=head2 Plugin C +=head2 Plugin C -The I plugin monitors the link status of OVS connected interfaces, -dispatches the values to collectd and send the notification whenever the link -state change occurs. This plugin uses OVSDB to get a link state change -notification. +The I plugin monitors the link status of I (OVS) +connected interfaces, dispatches the values to collectd and sends the +notification whenever the link state change occurs. This plugin uses OVS +database to get a link state change notification. B - - OvsDbServerUrl "tcp:127.0.0.1:6640" + + Port 6640 + Address "127.0.0.1" + Socket "/var/run/openvswitch/db.sock" Interfaces "br0" "veth0" SendNotification false @@ -5472,34 +5474,31 @@ The plugin provides the following configuration options: =over 4 -=item B I +=item B
I -The URL is an address of OVS DB server JSON-RPC interface used by the plugin. -To enable the interface, OVS DB daemon should be running with '--remote=ptcp:' -or '--remote=punix:' option. See L for more details. The URL -must take one of the following forms: +The address of the OVS DB server JSON-RPC interface used by the plugin. To +enable the interface, OVS DB daemon should be running with C<--remote=ptcp:> +option. See L for more details. The option may be either +network hostname, IPv4 numbers-and-dots notation or IPv6 hexadecimal string +format. Defaults to B<'localhost'>. -=over 4 - -=item BI:I - -Connect to the given tcp I on I, where I is IPv4 address -of OVS DB server which is listening on TCP I for incoming -JSON-RPC client connection. +=item B I -=item BI +TCP-port to connect to. Either a service name or a port number may be given. +Defaults to B<6640>. -Connect to the unix domain server socket named I which is -used by OVS DB for incoming JSON-RPC client connection. - -=back +=item B I -Default: C +The UNIX domain socket path of OVS DB server JSON-RPC interface used by the +plugin. To enable the interface, the OVS DB daemon should be running with +C<--remote=punix:> option. See L for more details. If this +option is set, B
and B options are ignored. =item B [I ...] -List of interface names to be monitored by this plugin. If this option is missed -or it's empty then all OVS connected interfaces on all bridges are monitored. +List of interface names to be monitored by this plugin. If this option is not +specified or is empty then all OVS connected interfaces on all bridges are +monitored. Default: empty (all interfaces on all bridges are monitored)