mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
monitoring: Add restrictable filter columns to the host group summary
refs #9009
This commit is contained in:
parent
71f19b2cc6
commit
6926452268
@ -17,17 +17,16 @@ class Hostgroupsummary extends DataView
|
||||
'hostgroup_alias',
|
||||
'hostgroup_name',
|
||||
'hosts_down_handled',
|
||||
'hosts_down_last_state_change_handled',
|
||||
'hosts_down_last_state_change_unhandled',
|
||||
'hosts_down_handled_last_state_change',
|
||||
'hosts_down_unhandled',
|
||||
'hosts_down_unhandled_last_state_change',
|
||||
'hosts_pending',
|
||||
'hosts_pending_last_state_change',
|
||||
'hosts_severity',
|
||||
'hosts_total',
|
||||
'hosts_unreachable_handled',
|
||||
'hosts_unreachable_last_state_change_handled',
|
||||
'hosts_unreachable_last_state_change_unhandled',
|
||||
'hosts_unreachable_handled_last_state_change',
|
||||
'hosts_unreachable_unhandled',
|
||||
'hosts_unreachable_unhandled_last_state_change',
|
||||
'hosts_up',
|
||||
'hosts_up_last_state_change',
|
||||
'services_critical_handled',
|
||||
@ -47,7 +46,11 @@ class Hostgroupsummary extends DataView
|
||||
*/
|
||||
public function getFilterColumns()
|
||||
{
|
||||
return array('hostgroup');
|
||||
return array(
|
||||
'hosts_severity',
|
||||
'host', 'hostgroup', 'hostgroup_alias', 'hostgroup_name',
|
||||
'service', 'servicegroup', 'servicegroup_alias', 'servicegroup_name'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user