createTabs()->activate('cube/hosts'); $this->renderCube(); } protected function getCube() { if (Module::exists('icingadb') && IcingadbSupport::useIcingaDbAsBackend()) { return new IcingaDbHostStatusCube(); } return new IdoHostStatusCube(); } }