X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=102955a9c2ecf6cb9069000bd531870ca2415e91;hb=950876683f3b214072e9295cee21999ed726cd83;hp=8ce77e2867812ba3ba2349fb56eafeae993c1045;hpb=aea4ef836f1609aad5b51fb58ba1858626ef046f;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 8ce77e28..102955a9 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1586,7 +1586,7 @@ connectivity - Documentation of collectd's C 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). If no interfaces are listed, then the default is for all interfaces to be monitored. +The plugin listens to interfaces enumerated within the plugin configuration (see below). If no interfaces are listed, then the default is for all interfaces to be monitored. This example shows C monitoring all interfaces. LoadPlugin connectivity @@ -1600,6 +1600,13 @@ LoadPlugin connectivity Interface eth1 +This example shows C monitoring all interfaces except "eth1". +LoadPlugin connectivity + + Interface eth1 + IgnoreSelected true + + =over 4 =item B I