Werk #2229: Do not fail on non-existing Livestatus columns any longer, output None or null instead

Komponente Livestatus
Titel Do not fail on non-existing Livestatus columns any longer, output None or null instead
Datum 18.05.2015
Checkmk Edition Checkmk Raw (CRE)
Checkmk-Version 1.2.7i1
Level Kleine Änderung
Klasse Neues Feature
Kompatibilität Kompatibel - benötigt kein manuelles Eingreifen

When you ask for a column that does not exist in your Livestatus version, now this is not considered as a fatal error any longer but just being logged as a warning. Instead an empty string (CSV), None (Python) or null (JSON) is being returned. This makes it easier for GUIs to maintain compatibility with existing Livestatus version when new features are implemented that make use of new Livestatus columns.

Zur Liste aller Werks