-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Plugin connectivity
Florian Forster edited this page Nov 20, 2023
·
1 revision
Name: | connectivity plugin |
---|---|
Type: | read |
Callbacks: | init, config, read, shutdown |
Status: | supported |
FirstVersion: | 5.10 |
Copyright: | Red Hat, Andrew Bays, Aneesh Puttur, |
License: | MIT License |
Manpage: | |
See also: | List of Plugins |
The connectivity plugin monitors network interface up/down status via netlink library.
The connectivity plugin 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 enumerated within the plugin configuration (see below). If no interfaces are listed, then the default is for all interfaces to be monitored.
- → See: Plugin-connectivity-Config
<Plugin connectivity>
Interface eth0
</Plugin>
interface(s) to monitor connect to.
None yet. Add one now!
- libmnl
- libyajl
- 5.10: Plugin added