X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcollectd.conf.pod;fp=src%2Fcollectd.conf.pod;h=8ce77e2867812ba3ba2349fb56eafeae993c1045;hp=a651a049e23c36cc7d121615e5fef314e85524bb;hb=aea4ef836f1609aad5b51fb58ba1858626ef046f;hpb=6c3648768d311db8efdcf30ce82cfef5fd8887ff diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index a651a049..8ce77e28 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1586,9 +1586,14 @@ 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). +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. -Here this example shows C monitoring 2 interfaces "eth0" and "eth1" +This example shows C monitoring all interfaces. +LoadPlugin connectivity + + + +This example shows C monitoring 2 interfaces, "eth0" and "eth1". LoadPlugin connectivity Interface eth0