servicegroups)) {
foreach ($this->servicegroups as $name => $alias) {
$servicegroupLinkList[] = '' . $alias . '';
}
}
?>
=
$this->partial(
'show/header.phtml',
array(
'host' => $this->host,
'service' => $this->service,
'tabs' => $this->tabs,
'compact' => $this->compact
)
);
?>
= $this->preview_image ?>
Plugin output
= $this->pluginOutput($this->service->service_output); ?>
= $this->pluginOutput($this->service->service_long_output); ?>
{{CHECK_ICON}} Check Command
service->service_check_command, 2);
echo array_shift($explodedCommand);
?>
= $this->commandArguments($this->service->service_check_command); ?>
{{GROUP_ICON}} Groups and Contacts
{{SERVICEGROUP_ICON}} Servicegroups:
= implode(' ', $servicegroupLinkList); ?>
= $this->render('show/components/contacts.phtml') ?>
= $this->render('show/components/comments.phtml'); ?>
= $this->render('show/components/downtime.phtml'); ?>
= $this->render('show/components/customvars.phtml'); ?>
service->service_perfdata): ?>
Perfdata
= $this->perfdata($this->service->service_perfdata); ?>
Flags
= $this->render('show/components/flags.phtml'); ?>
Properties
= $this->render('show/components/properties.phtml'); ?>
{{COMMAND_ICON}} Commands
= $this->monitoringCommands($this->service, 'full'); ?>