mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
monitoring: Make instance_name filterable for host downtimes
This commit is contained in:
parent
e46fbe37af
commit
395d285b9d
@ -41,6 +41,7 @@ class Hostdowntime extends DataView
|
||||
return array(
|
||||
'host', 'host_alias',
|
||||
'hostgroup', 'hostgroup_alias', 'hostgroup_name',
|
||||
'instance_name',
|
||||
'service', 'service_description', 'service_display_name',
|
||||
'servicegroup', 'servicegroup_alias', 'servicegroup_name'
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user