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(
|
return array(
|
||||||
'host',
|
'host',
|
||||||
'hostgroup',
|
'hostgroup',
|
||||||
|
'hostgroup_alias',
|
||||||
'hostgroup_name',
|
'hostgroup_name',
|
||||||
'service',
|
'service',
|
||||||
'service_host',
|
'service_host',
|
||||||
'servicegroup',
|
'servicegroup',
|
||||||
|
'servicegroup_alias',
|
||||||
'servicegroup_name'
|
'servicegroup_name'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue