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