Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 4187
blob0d3344e139812a0cb1f8d6de8d4f34ee0ef4afa1
1 Title: check_mk_agent.linux: better performance for tcp connections query
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.4.0i4
6 Date: 1484661608
7 Class: fix
9 The previously method to get information about tcp connections will slow
10 down if the host is under heavy load. The new option to get these information
11 will be more stable in this point. The legacy method (cat /proc/net/tcp) will
12 still be used for older linux distributions, where ss may not be available.