diff --git a/modules/monitoring/library/Monitoring/Object/Host.php b/modules/monitoring/library/Monitoring/Object/Host.php index f9e1e6ec5..69877c66f 100644 --- a/modules/monitoring/library/Monitoring/Object/Host.php +++ b/modules/monitoring/library/Monitoring/Object/Host.php @@ -68,7 +68,7 @@ class Host extends AbstractObject 'host_notes_url', 'host_modified_host_attributes', 'host_problem' - )); + ))->where('host_name', $this->params->get('host')); return $this->view->getQuery()->fetchRow(); } }