IcingaHost: filter internal properties from enum

This commit is contained in:
Thomas Gelf 2022-02-06 11:41:20 +01:00
parent eddaf7c9a4
commit b7aa578dee

View File

@ -135,6 +135,8 @@ class IcingaHost extends IcingaObject implements ExportInterface
$hostProperties[$prefix . $prop] = $prop;
}
unset($hostProperties[$prefix . 'uuid']);
unset($hostProperties[$prefix . 'custom_endpoint_name']);
$hostVars = array();