Werk #4187: check_mk_agent.linux: better performance for tcp connections query

Component Checks & agents
Title check_mk_agent.linux: better performance for tcp connections query
Date Jan 17, 2017
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 1.2.8p19 1.4.0b5 1.4.0i4
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

The previously method to get information about tcp connections will slow down if the host is under heavy load. The new option to get these information will be more stable in this point. The legacy method (cat /proc/net/tcp) will still be used for older linux distributions, where ss may not be available.

To the list of all Werks