mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
monitoring: Support hostgroup_alias and servicegroup_alias filter
This commit is contained in:
parent
a1fbb3d937
commit
910065436b
@ -15,7 +15,9 @@ class Groupsummary extends DataView
|
||||
{
|
||||
return array(
|
||||
'servicegroup',
|
||||
'servicegroup_alias',
|
||||
'hostgroup',
|
||||
'hostgroup_alias',
|
||||
'hosts_up',
|
||||
'hosts_unreachable',
|
||||
'hosts_unreachable_handled',
|
||||
@ -47,7 +49,7 @@ class Groupsummary extends DataView
|
||||
'services_unknown_last_state_change_unhandled'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
public function getSortRules()
|
||||
{
|
||||
return array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user