Werk #2444: lnx_if: now able to detect interfaces which "break" during runtime

Component Checks & agents
Title lnx_if: now able to detect interfaces which "break" during runtime
Date Nov 1, 2015
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 1.2.8b1 1.2.7i4
Level Trivial Change
Class New Feature
Compatibility Compatible - no manual interaction needed

Previously the check lnx_if used the output of the ethtool command to determine if an interface is up or down. There was a fallback in case ethtool was not available, or did not report valid data at all (happens on broken interfaces). However, these fallback could not detect interfaces which break during runtime.

The linux agent now reports additional information collected with the ip link command. In case the ethtool information is missing the lnx_if check will now use the data from ip link instead.

To the list of all Werks