Add configuration parameters to server, proxy and agent #970
Annotations
10 errors
Run tests:
spec/acceptance/zabbix_host_spec.rb#L215
zabbix_host type create zabbix_host resources with zabbix version 6.0 test2.example.com has a correct interface useip configured
Failure/Error: expect(test2['interfaces'][0]['useip']).to eq('0')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Run tests:
spec/acceptance/zabbix_host_spec.rb#L211
zabbix_host type create zabbix_host resources with zabbix version 6.0 test2.example.com has a correct interface type configured
Failure/Error: expect(test2['interfaces'][0]['type']).to eq('1')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Run tests:
spec/acceptance/zabbix_host_spec.rb#L207
zabbix_host type create zabbix_host resources with zabbix version 6.0 test2.example.com has a correct interface port configured
Failure/Error: expect(test2['interfaces'][0]['port']).to eq('1050')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Run tests:
spec/acceptance/zabbix_host_spec.rb#L203
zabbix_host type create zabbix_host resources with zabbix version 6.0 test2.example.com has a correct interface main configured
Failure/Error: expect(test2['interfaces'][0]['main']).to eq('1')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Run tests:
spec/acceptance/zabbix_host_spec.rb#L199
zabbix_host type create zabbix_host resources with zabbix version 6.0 test2.example.com has a correct interface ip configured
Failure/Error: expect(test2['interfaces'][0]['ip']).to eq('127.0.0.2')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Run tests:
spec/acceptance/zabbix_host_spec.rb#L195
zabbix_host type create zabbix_host resources with zabbix version 6.0 test2.example.com has a correct interface dns configured
Failure/Error: expect(test2['interfaces'][0]['dns']).to eq('test2.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Run tests:
spec/acceptance/zabbix_host_spec.rb#L191
zabbix_host type create zabbix_host resources with zabbix version 6.0 test2.example.com is in group Virtual machines
Failure/Error: expect(test2['groups'].map { |g| g['name'] }).to eq(['Virtual machines'])
NoMethodError:
undefined method `[]' for nil:NilClass
|
Run tests:
spec/acceptance/zabbix_host_spec.rb#L187
zabbix_host type create zabbix_host resources with zabbix version 6.0 test2.example.com is created
Failure/Error: expect(test2['host']).to eq('test2.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Run tests:
spec/acceptance/zabbix_host_spec.rb#L79
zabbix_host type create zabbix_host resources with zabbix version 6.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_124406216.7NXxNo.pp
Last 10 lines of output were:
"tls_accept": 1,
"tls_issuer": "",
"tls_subject": ""
}
],
"id": 10167,
"jsonrpc": "2.0",
"auth": "0f9b0dc8953290e767709c85c26049e1"
} (file: /tmp/apply_manifest_124406216.7NXxNo.pp, line: 11)
�[mNotice: Applied catalog in 97.76 seconds
|
Run tests:
spec/acceptance/zabbix_host_spec.rb#L75
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_124203170.QOWemZ.pp
Last 10 lines of output were:
Error: Could not set 'present' on ensure: HTTP Error: 504 on http://localhost/api_jsonrpc.php (file: /tmp/apply_manifest_124203170.QOWemZ.pp, line: 1)
Wrapped exception:
HTTP Error: 504 on http://localhost/api_jsonrpc.php
Error: /Stage[main]/Main/Zabbix_host[test1.example.com]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: HTTP Error: 504 on http://localhost/api_jsonrpc.php (file: /tmp/apply_manifest_124203170.QOWemZ.pp, line: 1)
Error: Could not set 'present' on ensure: HTTP Error: 504 on http://localhost/api_jsonrpc.php (file: /tmp/apply_manifest_124203170.QOWemZ.pp, line: 11)
Error: Could not set 'present' on ensure: HTTP Error: 504 on http://localhost/api_jsonrpc.php (file: /tmp/apply_manifest_124203170.QOWemZ.pp, line: 11)
Wrapped exception:
HTTP Error: 504 on http://localhost/api_jsonrpc.php
Error: /Stage[main]/Main/Zabbix_host[test2.example.com]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: HTTP Error: 504 on http://localhost/api_jsonrpc.php (file: /tmp/apply_manifest_124203170.QOWemZ.pp, line: 11)
�[mNotice: Applied catalog in 120.65 seconds
|
Loading