Skip to content
Florian Forster edited this page Nov 26, 2023 · 1 revision
Name: Protocols plugin
Type: read
Callbacks: config, read
Status: supported
FirstVersion: 4.7
Copyright: 2009–2010 Florian Forster
License: MIT License
Manpage: collectd.conf(5)
See also: List of Plugins

The Protocols plugin collects information about the network protocols supported by the system, for example Internet Protocol (IP) and Transmission Control Protocol (TCP). Currently the plugin is only available under Linux and reads its information from the following two files in the /proc file-system:

  • /proc/net/snmp
  • /proc/net/netstat

Because the available information is usually far too much to be useful, the interesting values can be selected using the configuration file.

Synopsis

 <Plugin "protocols">
   Value "Icmp:InDestUnreachs"
   Value "/^Icmp:.*Echo/"
   IgnoreSelected false
 </Plugin>

Example graphs

None yet. Add one now!

Dependencies

  • Linux
    • /proc-file system
Clone this wiki locally