legacy/IcingaHost: Don't render volatile

This commit is contained in:
Markus Frosch 2018-04-25 20:46:16 +02:00
parent 7c58cfdd7b
commit 3521b30953
1 changed files with 6 additions and 0 deletions

View File

@ -414,6 +414,12 @@ class IcingaHost extends IcingaObject
return c1::renderKeyValue('display_name', $this->display_name);
}
protected function renderLegacyVolatile()
{
// not available for hosts in Icinga 1.x
return;
}
protected function renderLegacyCustomExtensions()
{
$str = parent::renderLegacyCustomExtensions();