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