is_service = true;
$this->hostquery = implode($this->hostnames, ',');
$this->servicequery = implode($this->servicenames, ',');
$this->target = array(
'host' => $this->hostquery,
'service' => $this->servicequery
);
?>
Summary for = count($objects) ?> services
= array_sum(array_values($service_states)) ?> Services |
= array_sum(array_values($host_states)) ?> Hosts |
= $this->service_pie->render() ?> |
$count) {
if ($count > 0) {
echo ucfirst($state) . ': ' . $count . ' ';
}
}
?> |
= $this->host_pie->render() ?> |
$count) {
if ($count > 0) {
echo ucfirst($state) . ': ' . $count . ' ';
}
}
?> |
=$this->icon('servicegroup.png')?> Service Actions
= $this->render('multi/components/objectlist.phtml') ?>
= $this->render('multi/components/summary.phtml') ?>
= $this->render('multi/components/comments.phtml') ?>
= $this->render('multi/components/downtimes.phtml') ?>
= $this->render('multi/components/flags.phtml') ?>