You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2018. It is now read-only.
Assignee: (none)
Status: New
Target Version: (none)
Last Update: 2016-04-07 00:09:43 +00:00 (in Redmine)
It's currently impossible to add a custom variable with a null value to an object. This can be necessary to override variables from a CheckCommand in a Service, for example.
This issue has been migrated from Redmine: https://dev.icinga.com/issues/11539
Created by invliD on 2016-04-07 00:09:43 +00:00
Assignee: (none)
Status: New
Target Version: (none)
Last Update: 2016-04-07 00:09:43 +00:00 (in Redmine)
It's currently impossible to add a custom variable with a null value to an object. This can be necessary to override variables from a CheckCommand in a Service, for example.
The code at https://github.com/Icinga/puppet-icinga2/blob/develop/lib/puppet/icinga2/utils.rb only supports dicts, arrays, bools, ints, floats and strings, but not the undef/nil type.
The text was updated successfully, but these errors were encountered: