Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / tcp_conn_stats
blob55c4389d333f52bc0f9aad25a8315d561ad6c60a
1 title: Number of TCP connections per state
2 agents: linux
3 catalog: os/networking
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the number of TCP connections in the various possible states,
8  which are: {ESTABLISHED}, {SYN_SENT}, {SYN_RECV}, {LAST_ACK}, {CLOSE_WAIT}, {TIME_WAIT}, {CLOSED}, {CLOSING}, {FIN_WAIT1}, {FIN_WAIT2}.
10 inventory:
11  If there is at least one TCP connection, then one check will be created.
12  On agents supporting {tcp_conn_stats} this should always be the case since at
13  least the connection to the agent should be shown.