monitoring: Add missing filter columns to the service status data view
refs #9009
This commit is contained in:
parent
d4b0841d4c
commit
382007a8bd
|
@ -166,10 +166,12 @@ class ServiceStatus extends DataView
|
|||
return array(
|
||||
'host',
|
||||
'hostgroup',
|
||||
'hostgroup_alias',
|
||||
'hostgroup_name',
|
||||
'service',
|
||||
'service_host',
|
||||
'servicegroup',
|
||||
'servicegroup_alias',
|
||||
'servicegroup_name'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue