Check manual page of tcp_conn_statsMay 02. 2012
tcp_conn_statsAuthor: Mathias Kettner License: GPL Distribution: official part of Check_MK Supported Agents: Linux This check monitors the number of TCP connections in the various possible states,
which are: ESTABLISHED, SYN_SENT, SYN_RECV, LAST_ACK, CLOSE_WAIT, TIME_WAIT, CLOSED, CLOSING, FIN_WAIT1, FIN_WAIT2.
Check parameters
Performance dataOne variable for each of the state types listed in the description (which are ten).
InventoryIf there is at least one TCP connection, then one check will be created.
On agents supporting tcp_conn_stats this should always be the case since at
least the connection to the agent should be shown.
Configuration variables
Examplesmain.mk
# set levels for TIME_WAIT and ESTABLISHED
tcp_conn_stats_default_levels = { "TIME_WAIT" : (20, 50), "ESTABLISHED" : (100, 200) }
|
| ||||||||||||||||||||||||