hostgroups)) return; $list = array(); foreach ($object->hostgroups as $name => $alias) { $list[] = $this->qlink( $alias, 'monitoring/list/hosts', array('hostgroup_name' => $name), array('title' => sprintf($this->translate('List all hosts in the group "%s"'), $alias)) ); } printf( "%s%s\n", $this->translate('Hostgroups'), implode(', ', $list) );