Add missing columns to empty group queries
This commit is contained in:
parent
8e51518e96
commit
ded92c786a
|
@ -14,7 +14,9 @@ class EmptyhostgroupQuery extends HostgroupQuery
|
|||
'hostgroup_name' => 'hgo.name1',
|
||||
'host_name' => '(NULL)',
|
||||
'service_description' => '(NULL)',
|
||||
'servicegroup_name' => '(NULL)'
|
||||
'servicegroup_name' => '(NULL)',
|
||||
'host_contact' => '(NULL)',
|
||||
'host_contactgroup' => '(NULL)'
|
||||
],
|
||||
'instances' => [
|
||||
'instance_name' => 'i.instance_name'
|
||||
|
|
|
@ -14,7 +14,11 @@ class EmptyservicegroupQuery extends ServicegroupQuery
|
|||
'servicegroup_name' => 'sgo.name1',
|
||||
'host_name' => '(NULL)',
|
||||
'hostgroup_name' => '(NULL)',
|
||||
'service_description' => '(NULL)'
|
||||
'service_description' => '(NULL)',
|
||||
'host_contact' => '(NULL)',
|
||||
'host_contactgroup' => '(NULL)',
|
||||
'service_contact' => '(NULL)',
|
||||
'service_contactgroup' => '(NULL)'
|
||||
],
|
||||
'instances' => [
|
||||
'instance_name' => 'i.instance_name'
|
||||
|
|
Loading…
Reference in New Issue