Werk #10494: lnx_if: Fixed confusion of interface state UNKNOWN, DOWN if ethtool output is missing

Komponente Checks & agents
Titel lnx_if: Fixed confusion of interface state UNKNOWN, DOWN if ethtool output is missing
Datum 09.11.2019
Checkmk Edition Checkmk Raw (CRE)
Checkmk-Version 1.6.0p6 2.0.0i1
Level Kleine Änderung
Klasse Bugfix
Kompatibilität Kompatibel - benötigt kein manuelles Eingreifen

If the command {{ethtool}} provides information about interfaces the operational state of an interfaces is UP if ethtool outputs {{Link detected: yes}} otherwise DOWN in case of {{Link detected: no}}.

If this output is missing then the interface flags in angle brackets of the command {{ip}} are used to get the operational state. Out interpretation was as following: If the flags contain UP, the operational status of the interface is UP. If the flags contain DOWN, the status is DOWN otherwise it is UNKNOWN.

But we wrongly assumed that these flags contain DOWN. This has been fixed and now it is handled as following: If the flags contain UP, the status is UP otherwise it is DOWN.

Zur Liste aller Werks