Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 7053
blob311cfaa9fa89851152b69c127dfb26611e7e71fd
1 Title: tcp_conn_stat: resolve latency problems introduced by ss
2 Level: 1
3 Component: checks
4 Class: fix
5 Compatible: incomp
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1547736918
11 On some systems the ss command used for the tcp_conn_stat check
12 introduced latency problems. To resolve this issue by default
13 now "cat /proc/net/tcp /proc/net/tcp6" is used again. ss is only
14 used as a fallback if cat runs into a timeout.
16 Additionally, the maximum waiting time for cat is reduced from
17 10s to 5s and SIGTERM is sent by waitmax instead of SIGHUP.