object; $type = (isset($object->service_description) === true) ? 'service' : 'host'; if ($type === 'host') { $objectStateName = strtolower($this->util()->getHostStateName($this->object->host_state)); } else { $objectStateName = strtolower($this->util()->getServiceStateName($this->object->service_state)); } ?>
= $this->pluginOutput($object->output); ?>