X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=a9bdb6d64fd6b6277470163e2e75542e2fdf4872;hp=dfd785a2c83047c696c2b40522d8540d24b906b7;hb=eea34da7f3be18f8da52b5bb772436602dd65c84;hpb=204b551ce5d8a8917ade9ac98852037a50489f5e diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index dfd785a2..a9bdb6d6 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1409,6 +1409,40 @@ Connection timeout in seconds. Defaults to B<2>. =back +=head2 Plugin Connectivity + +connectivity - Documentation of collectd's C + + + LoadPlugin connectivity + # ... + + Interface eth0 + + +The C queries interface status using netlink (man 7 netlink) which provides information about network interfaces via the NETLINK_ROUTE family (man 7 rtnetlink). The plugin translates the value it receives to collectd's internal format and, depending on the write plugins you have loaded, it may be written to disk or submitted to another instance. +The plugin listens to interfaces configured in LoadPlugin (see configuration below). + +Here this example shows C monitoring 2 interfaces "eth0" and "eth1" +LoadPlugin connectivity + + Interface eth0 + Interface eth1 + + +=over 4 + +=item B I + +interface(s) to monitor connect to. + +=item I + +If I is greater than or equal to zero the message indicates interface is up, +if I is less than zero the message indicates interface is down. + +=back + =head2 Plugin C This plugin collects IP conntrack statistics.