mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Don't select service_process_performance_data twice in the service detail view
refs #8614
This commit is contained in:
parent
e0acebf474
commit
fcb94af93c
@ -154,8 +154,7 @@ class Service extends MonitoredObject
|
||||
'service_event_handler_enabled_changed',
|
||||
'service_flap_detection_enabled',
|
||||
'service_flap_detection_enabled_changed',
|
||||
'service_process_performance_data',
|
||||
'process_perfdata' => 'service_process_performance_data',
|
||||
'service_process_perfdata' => 'service_process_performance_data',
|
||||
'service_percent_state_change'
|
||||
))
|
||||
->where('host_name', $this->host->getName())
|
||||
|
Loading…
x
Reference in New Issue
Block a user