Plugin:Protocols

From collectd Wiki
Revision as of 10:44, 21 May 2015 by Octo (talk | contribs) (Relicensed to MIT license.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Protocols plugin
Type: read
Callbacks: config, read
Status: supported
First version: 4.7
Copyright: 2009–2010 Florian Forster
License: MIT license
Manpage: collectd.conf(5)
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