Werk #13730: check_temperature: Make 'unique_name' and 'value_store' optional, but both are needed for trend computation
Komponente | Checks & agents |
Titel | check_temperature: Make 'unique_name' and 'value_store' optional, but both are needed for trend computation |
Datum | 22.06.2022 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk-Version | 2.1.0p4 2.2.0b1 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
Since Checkmk version 2.1.0 the check_temperature function required {{unique_name}} and {{value_store}}. Both are only needed for trend computation.
Now {{unique_name}} and {{value_store}} are optional again. The check engine raises a ValueError if only one of both are set.