Service: Fetch the name of the instance the service belongs to
refs #9945
This commit is contained in:
parent
8a1114bf65
commit
592a79cd93
|
@ -106,6 +106,7 @@ class Service extends MonitoredObject
|
|||
protected function getDataView()
|
||||
{
|
||||
return $this->backend->select()->from('servicestatus', array(
|
||||
'instance_name',
|
||||
'host_icon_image',
|
||||
'host_icon_image_alt',
|
||||
'host_acknowledged',
|
||||
|
|
Loading…
Reference in New Issue