Bootstrap agent2 support #696
Annotations
10 errors
Run tests:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112157704.pp.5o2rkC
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Zabbix::Agent]: has no parameter named 'agent_include' (file: /tmp/apply_manifest_112157704.pp.5o2rkC, line: 1, column: 7) on node centos9-64-puppet8.example.com
|
Run tests:
spec/acceptance/agent_spec.rb#L118
zabbix::agent class with agent2 and zabbix_version 5.0 Package "zabbix-agent2" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "zabbix-agent2" to be installed
|
Run tests:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Run tests:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Run tests:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112159726.pp.6I76PK
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Zabbix::Agent]: has no parameter named 'agent_include' (file: /tmp/apply_manifest_112159726.pp.6I76PK, line: 1, column: 11) on node centos9-64-puppet8.example.com
|
Run tests:
spec/acceptance/agent_spec.rb#L150
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address File "/etc/zabbix/zabbix_agent2.conf" content is expected to match /ListenIP=127.0.0.1/
Failure/Error: its(:content) { is_expected.to match %r{ListenIP=127.0.0.1} }
expected "" to match /ListenIP=127.0.0.1/
Diff:
@@ -1 +1 @@
-/ListenIP=127.0.0.1/
+""
|
Run tests:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112201575.pp.XiqCbb
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Zabbix::Agent]: has no parameter named 'agent_include' (file: /tmp/apply_manifest_112201575.pp.XiqCbb, line: 1, column: 11) on node centos9-64-puppet8.example.com
|
Run tests:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112203378.pp.VzP5W2
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Zabbix::Agent]: has no parameter named 'agent_include' (file: /tmp/apply_manifest_112203378.pp.VzP5W2, line: 1, column: 13) on node centos9-64-puppet8.example.com
|
Run tests:
spec/acceptance/agent_spec.rb#L193
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address File "/etc/zabbix/zabbix_agent2.conf" content is expected to match /ListenIP=127.0.0.1/
Failure/Error: its(:content) { is_expected.to match %r{ListenIP=127.0.0.1} }
expected "" to match /ListenIP=127.0.0.1/
Diff:
@@ -1 +1 @@
-/ListenIP=127.0.0.1/
+""
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading