Check manual page of netctr.combinedMay 21. 2012
netctr.combinedAuthor: Mathias Kettner License: GPL Distribution: official part of Check_MK Supported Agents: Linux This check measures the inbound and output traffic over a local
network interface (such as eth0). Levels for warning
and critical can be set on the error rate. The error rate
is the number of errors and collisions compared
to the number of packets transmitted during one check interval.
Note: this check is deprecated. Better use lnx_if. Set linux_nic_check = "lnx_if"
in your configuration in order to turn on inventory of lnx_if and turn it
of for this check.
ItemThe name of the network interface as shown by ifconfig,
for example "eth0"
Check parameters
Performance dataPer default this check sends lots of performance variables:
rx_bytes: the number of received bytes,
tx_bytes: the number of transmitted bytes,
rx_packets: the number of received packets,
tx_packets: the number of transmitted packets,
rx_errors: the number of errors while receiving,
tx_errors: the number of transmission errors,
tx_collisions: the number of collision. By setting netctr_counters you
can change this list of variables.
InventoryAll network interfaces except lo and sit... are found and
inventorized.
Configuration variables
Examplesmain.mk # set levels to 0.01 promille for warning and 0.1 promille for errors netctr_default_params = (0.01, 0.1) # Reduce list of performance variables: netctr_counters = [ 'rx_bytes', 'tx_bytes', 'rx_errors', 'tx_errors' ] |
| ||||||||||||||||||||||||||||||