Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 2444
blobf8b3d426285dfdbf167e9c2b6d9c40d3fec98ab6
1 Title: lnx_if: now able to detect interfaces which "break" during runtime
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.2.7i4
6 Date: 1446390568
7 Class: feature
9 Previously the check <i>lnx_if</i> used the output of the <i>ethtool</i> command to determine if
10 an interface is up or down. There was a fallback in case <i>ethtool</i> was not available,
11 or did not report valid data at all (happens on broken interfaces).
12 However, these fallback could not detect interfaces which break during runtime.
14 The linux agent now reports additional information collected with the <i>ip link</i> command.
15 In case the ethtool information is missing the <i>lnx_if</i> check will now use the
16 data from <i>ip link</i> instead.