X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=4c045a6da52d275fb472764037875c82e42667af;hb=7fe1468b158ac6cc6399dc6c38c0c2dc50bba5c5;hp=3c8af40a2c2559a81f0c99be7236bc2df5dbb9a2;hpb=ed2b2f6bd8b23f2ec371d37681350eb03dab12b8;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 3c8af40a..4c045a6d 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2391,18 +2391,23 @@ extended NIC stats API in DPDK. B - Coremask "0x4" - MemoryChannels "4" - ProcessType "secondary" - FilePrefix "rte" - EnabledPortMask 0xffff - PortName "interface1" - PortName "interface2" + + Coremask "0x4" + MemoryChannels "4" + ProcessType "secondary" + FilePrefix "rte" + SocketMemory "1024" + + EnabledPortMask 0xffff + PortName "interface1" + PortName "interface2" B -=over 4 +=head3 The EAL block + +=over 5 =item B I @@ -2425,7 +2430,11 @@ The prefix text used for hugepage filenames. The filename will be set to =item B I A string containing amount of Memory to allocate from hugepages on specific -sockets in MB +sockets in MB. This is an optional value. + +=back + +=over 4 =item B I @@ -5108,6 +5117,11 @@ making it through. Add a UPS to collect data from. The format is identical to the one accepted by L. +=item B B|B + +Stops connections from falling back to unsecured if an SSL connection +cannot be established. Defaults to false if undeclared. + =back =head2 Plugin C @@ -5453,17 +5467,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,41 +5488,38 @@ 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: - -=over 4 +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'>. -=item BI:I +=item B 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. +TCP-port to connect to. Either a service name or a port number may be given. +Defaults to B<6640>. -=item BI - -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) =item B I -If set to true, OVS interface link status notification is sent to collectd. -Default value is false. +If set to true, OVS link notifications (interface status and OVS DB connection +terminate) are sent to collectd. Default value is false. =back