mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
Don't select service_host_name in the service detail view
We already select the host_name. refs #8614
This commit is contained in:
parent
62f0f5b6a4
commit
e0acebf474
@ -156,8 +156,7 @@ class Service extends MonitoredObject
|
|||||||
'service_flap_detection_enabled_changed',
|
'service_flap_detection_enabled_changed',
|
||||||
'service_process_performance_data',
|
'service_process_performance_data',
|
||||||
'process_perfdata' => 'service_process_performance_data',
|
'process_perfdata' => 'service_process_performance_data',
|
||||||
'service_percent_state_change',
|
'service_percent_state_change'
|
||||||
'service_host_name'
|
|
||||||
))
|
))
|
||||||
->where('host_name', $this->host->getName())
|
->where('host_name', $this->host->getName())
|
||||||
->where('service_description', $this->service);
|
->where('service_description', $this->service);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user