Skip to content

Bootstrap agent2 support #693

Bootstrap agent2 support

Bootstrap agent2 support #693

Triggered via pull request March 7, 2024 11:09
Status Cancelled
Total duration 8m 16s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
18s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

572 errors
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64-none.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111201441.pp.imz9Sc 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111201441.pp.imz9Sc, line: 1, column: 7) on node archlinuxrolling-64-none.example.com
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'archlinuxrolling-64-none.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111203323.pp.YAXBkN 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111203323.pp.YAXBkN, line: 1, column: 11) on node archlinuxrolling-64-none.example.com
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64-none.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111205045.pp.2WLBy0 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111205045.pp.2WLBy0, line: 1, column: 11) on node archlinuxrolling-64-none.example.com
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'archlinuxrolling-64-none.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111206719.pp.Vmqe08 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111206719.pp.Vmqe08, line: 1, column: 13) on node archlinuxrolling-64-none.example.com
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0
Process completed with exit code 1.
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0: 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 'archlinuxrolling-64-none.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111201295.pp.UnSWeO 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111201295.pp.UnSWeO, line: 1, column: 7) on node archlinuxrolling-64-none.example.com
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'archlinuxrolling-64-none.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111203127.pp.TBv3BZ 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111203127.pp.TBv3BZ, line: 1, column: 11) on node archlinuxrolling-64-none.example.com
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'archlinuxrolling-64-none.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111204848.pp.xRencc 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111204848.pp.xRencc, line: 1, column: 11) on node archlinuxrolling-64-none.example.com
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'archlinuxrolling-64-none.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111206511.pp.01lFWt 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111206511.pp.01lFWt, line: 1, column: 13) on node archlinuxrolling-64-none.example.com
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0: 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 'almalinux9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111158303.pp.ZPa8iG 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111158303.pp.ZPa8iG, line: 1, column: 7) on node almalinux9-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'almalinux9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111200256.pp.9s8OzS 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111200256.pp.9s8OzS, line: 1, column: 11) on node almalinux9-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'almalinux9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111202077.pp.1zyipP 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111202077.pp.1zyipP, line: 1, column: 11) on node almalinux9-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'almalinux9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111203804.pp.tsegGO 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111203804.pp.tsegGO, line: 1, column: 13) on node almalinux9-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0: 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 'almalinux9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111201870.pp.zn4V0S 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111201870.pp.zn4V0S, line: 1, column: 7) on node almalinux9-64-puppet8.example.com
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'almalinux9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111203960.pp.NK9CMn 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111203960.pp.NK9CMn, line: 1, column: 11) on node almalinux9-64-puppet8.example.com
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'almalinux9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111205891.pp.1CAEbv 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111205891.pp.1CAEbv, line: 1, column: 11) on node almalinux9-64-puppet8.example.com
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'almalinux9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111207745.pp.hY9hYd 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111207745.pp.hY9hYd, line: 1, column: 13) on node almalinux9-64-puppet8.example.com
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0: 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 'rocky9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111207302.pp.DSlEtl 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111207302.pp.DSlEtl, line: 1, column: 7) on node rocky9-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'rocky9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111209366.pp.Gkxl1s 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111209366.pp.Gkxl1s, line: 1, column: 11) on node rocky9-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'rocky9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111211262.pp.YVfCpc 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111211262.pp.YVfCpc, line: 1, column: 11) on node rocky9-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'rocky9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111213637.pp.OaOJm5 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111213637.pp.OaOJm5, line: 1, column: 13) on node rocky9-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0: 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 'rocky9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111209592.pp.MO4WaO 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111209592.pp.MO4WaO, line: 1, column: 7) on node rocky9-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'rocky9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111211818.pp.2C990v 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111211818.pp.2C990v, line: 1, column: 11) on node rocky9-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'rocky9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111213788.pp.f93Zgn 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111213788.pp.f93Zgn, line: 1, column: 11) on node rocky9-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'rocky9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111215690.pp.wroDtS 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111215690.pp.wroDtS, line: 1, column: 13) on node rocky9-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111220378.pp.MW1N06 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111220378.pp.MW1N06, line: 1, column: 7) on node centos7-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'centos7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111222477.pp.DX9aJI 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111222477.pp.DX9aJI, line: 1, column: 11) on node centos7-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111224427.pp.mk1hs7 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111224427.pp.mk1hs7, line: 1, column: 11) on node centos7-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'centos7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111226333.pp.u9Diaj 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111226333.pp.u9Diaj, line: 1, column: 13) on node centos7-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0
Process completed with exit code 1.
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0: 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_111214973.pp.jWqHRR 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111214973.pp.jWqHRR, line: 1, column: 7) on node centos9-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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_111217112.pp.QdeghM 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111217112.pp.QdeghM, line: 1, column: 11) on node centos9-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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_111219048.pp.Te2GRQ 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111219048.pp.Te2GRQ, line: 1, column: 11) on node centos9-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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_111220935.pp.wsOYzu 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111220935.pp.wsOYzu, line: 1, column: 13) on node centos9-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0: 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 'oracle9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111220243.pp.LiBbzP 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111220243.pp.LiBbzP, line: 1, column: 7) on node oracle9-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'oracle9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111222287.pp.uV3m4c 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111222287.pp.uV3m4c, line: 1, column: 11) on node oracle9-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'oracle9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111224197.pp.M7kOJI 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111224197.pp.M7kOJI, line: 1, column: 11) on node oracle9-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'oracle9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111226040.pp.2rVYNX 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111226040.pp.2rVYNX, line: 1, column: 13) on node oracle9-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0: 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 'oracle9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111220422.pp.94pbUK 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111220422.pp.94pbUK, line: 1, column: 7) on node oracle9-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'oracle9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111222439.pp.74pNf7 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111222439.pp.74pNf7, line: 1, column: 11) on node oracle9-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'oracle9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111224253.pp.YlLAqx 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111224253.pp.YlLAqx, line: 1, column: 11) on node oracle9-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'oracle9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111226031.pp.BIPhrZ 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111226031.pp.BIPhrZ, line: 1, column: 13) on node oracle9-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111226857.pp.IqAiDv 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111226857.pp.IqAiDv, line: 1, column: 7) on node oracle7-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'oracle7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111228813.pp.6IlyvE 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111228813.pp.6IlyvE, line: 1, column: 11) on node oracle7-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111230608.pp.Tg2Grk 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111230608.pp.Tg2Grk, line: 1, column: 11) on node oracle7-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'oracle7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111232344.pp.xn5J1Z 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111232344.pp.xn5J1Z, line: 1, column: 13) on node oracle7-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0
Process completed with exit code 1.
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111233432.pp.o3UH2N 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111233432.pp.o3UH2N, line: 1, column: 7) on node oracle7-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'oracle7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111235568.pp.eUJimF 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111235568.pp.eUJimF, line: 1, column: 11) on node oracle7-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111237528.pp.cbxWmL 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111237528.pp.cbxWmL, line: 1, column: 11) on node oracle7-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'oracle7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111239423.pp.ZSY4Mw 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111239423.pp.ZSY4Mw, line: 1, column: 13) on node oracle7-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111235632.pp.E5Htev 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111235632.pp.E5Htev, line: 1, column: 7) on node centos7-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'centos7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111237651.pp.s2awlY 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111237651.pp.s2awlY, line: 1, column: 11) on node centos7-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111239476.pp.paHlyd 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111239476.pp.paHlyd, line: 1, column: 11) on node centos7-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'centos7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111241240.pp.J1bmv3 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111241240.pp.J1bmv3, line: 1, column: 13) on node centos7-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0
Process completed with exit code 1.
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L450
zabbix::agent on archlinux-rolling-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd" Failure/Error: is_expected.to contain_zabbix__startup(service_name).with( binary_location: '/usr/sbin/zabbix_agentd' ) expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L450
zabbix::agent on centos-7-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd" Failure/Error: is_expected.to contain_zabbix__startup(service_name).with( binary_location: '/usr/sbin/zabbix_agentd' ) expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L450
zabbix::agent on centos-8-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd" Failure/Error: is_expected.to contain_zabbix__startup(service_name).with( binary_location: '/usr/sbin/zabbix_agentd' ) expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L450
zabbix::agent on debian-11-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd" Failure/Error: is_expected.to contain_zabbix__startup(service_name).with( binary_location: '/usr/sbin/zabbix_agentd' ) expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L450
zabbix::agent on ubuntu-20.04-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd" Failure/Error: is_expected.to contain_zabbix__startup(service_name).with( binary_location: '/usr/sbin/zabbix_agentd' ) expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L450
zabbix::agent on ubuntu-22.04-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd" Failure/Error: is_expected.to contain_zabbix__startup(service_name).with( binary_location: '/usr/sbin/zabbix_agentd' ) expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0: 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111237238.pp.ChENMY 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111237238.pp.ChENMY, line: 1, column: 7) on node centos9-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111239151.pp.DooN8m 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111239151.pp.DooN8m, line: 1, column: 11) on node centos9-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111240917.pp.PojJu2 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111240917.pp.PojJu2, line: 1, column: 11) on node centos9-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111242608.pp.xwAlfh 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111242608.pp.xwAlfh, line: 1, column: 13) on node centos9-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L450
zabbix::agent on centos-7-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd" Failure/Error: is_expected.to contain_zabbix__startup(service_name).with( binary_location: '/usr/sbin/zabbix_agentd' ) expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L450
zabbix::agent on archlinux-rolling-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd" Failure/Error: is_expected.to contain_zabbix__startup(service_name).with( binary_location: '/usr/sbin/zabbix_agentd' ) expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L450
zabbix::agent on debian-11-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd" Failure/Error: is_expected.to contain_zabbix__startup(service_name).with( binary_location: '/usr/sbin/zabbix_agentd' ) expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L450
zabbix::agent on centos-8-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd" Failure/Error: is_expected.to contain_zabbix__startup(service_name).with( binary_location: '/usr/sbin/zabbix_agentd' ) expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L450
zabbix::agent on ubuntu-22.04-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd" Failure/Error: is_expected.to contain_zabbix__startup(service_name).with( binary_location: '/usr/sbin/zabbix_agentd' ) expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L450
zabbix::agent on ubuntu-20.04-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd" Failure/Error: is_expected.to contain_zabbix__startup(service_name).with( binary_location: '/usr/sbin/zabbix_agentd' ) expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111206105.pp.w6QQFN 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111206105.pp.w6QQFN, line: 1, column: 7) on node almalinux8-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'almalinux8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111208122.pp.iwVpfE 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111208122.pp.iwVpfE, line: 1, column: 11) on node almalinux8-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111209912.pp.djA8Nd 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111209912.pp.djA8Nd, line: 1, column: 11) on node almalinux8-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'almalinux8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111211631.pp.3xafRW 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111211631.pp.3xafRW, line: 1, column: 13) on node almalinux8-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111259355.pp.je1ema 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111259355.pp.je1ema, line: 1, column: 7) on node ubuntu2004-64-puppet7.example.com
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111303513.pp.RVxVGg 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111303513.pp.RVxVGg, line: 1, column: 11) on node ubuntu2004-64-puppet7.example.com
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111307494.pp.I2OkyJ 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111307494.pp.I2OkyJ, line: 1, column: 11) on node ubuntu2004-64-puppet7.example.com
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111311409.pp.VdUDWI 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111311409.pp.VdUDWI, line: 1, column: 13) on node ubuntu2004-64-puppet7.example.com
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.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_111226457.pp.GEFJjc 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111226457.pp.GEFJjc, line: 1, column: 7) on node centos9-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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_111228544.pp.eN8me7 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111228544.pp.eN8me7, line: 1, column: 11) on node centos9-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.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_111230481.pp.h4vWB7 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111230481.pp.h4vWB7, line: 1, column: 11) on node centos9-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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_111232325.pp.85BVqf 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111232325.pp.85BVqf, line: 1, column: 13) on node centos9-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0: 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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111235241.pp.Oybl7o 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111235241.pp.Oybl7o, line: 1, column: 7) on node debian11-64-puppet7.example.com
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111238153.pp.MKQOz3 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111238153.pp.MKQOz3, line: 1, column: 11) on node debian11-64-puppet7.example.com
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111240921.pp.uCP2P2 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111240921.pp.uCP2P2, line: 1, column: 11) on node debian11-64-puppet7.example.com
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111243628.pp.6I1e7G 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111243628.pp.6I1e7G, line: 1, column: 13) on node debian11-64-puppet7.example.com
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: 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 'rocky8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111217248.pp.lOeP1g 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111217248.pp.lOeP1g, line: 1, column: 7) on node rocky8-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'rocky8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111219288.pp.s7e1YR 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111219288.pp.s7e1YR, line: 1, column: 11) on node rocky8-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'rocky8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111221150.pp.rT976H 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111221150.pp.rT976H, line: 1, column: 11) on node rocky8-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'rocky8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111223001.pp.MtQReR 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111223001.pp.MtQReR, line: 1, column: 13) on node rocky8-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0: 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111252068.pp.TvQcgn 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111252068.pp.TvQcgn, line: 1, column: 7) on node ubuntu2004-64-puppet7.example.com
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111256152.pp.LtI1qb 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111256152.pp.LtI1qb, line: 1, column: 11) on node ubuntu2004-64-puppet7.example.com
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111300067.pp.s1IZMY 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111300067.pp.s1IZMY, line: 1, column: 11) on node ubuntu2004-64-puppet7.example.com
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111303918.pp.DZ8w7O 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111303918.pp.DZ8w7O, line: 1, column: 13) on node ubuntu2004-64-puppet7.example.com
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: 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 'rocky8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111213954.pp.HmTQ7A 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111213954.pp.HmTQ7A, line: 1, column: 7) on node rocky8-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'rocky8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111215867.pp.hM935W 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111215867.pp.hM935W, line: 1, column: 11) on node rocky8-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'rocky8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111217605.pp.teRAWG 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111217605.pp.teRAWG, line: 1, column: 11) on node rocky8-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'rocky8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111219288.pp.mLZ3JV 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111219288.pp.mLZ3JV, line: 1, column: 13) on node rocky8-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111229601.pp.a7lpUq 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111229601.pp.a7lpUq, line: 1, column: 7) on node centos8-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: 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 'almalinux8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111210890.pp.rD9kBW 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111210890.pp.rD9kBW, line: 1, column: 7) on node almalinux8-64-puppet8.example.com
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111231698.pp.N3WW0D 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111231698.pp.N3WW0D, line: 1, column: 11) on node centos8-64-puppet8.example.com
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'almalinux8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111213127.pp.kWqHYa 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111213127.pp.kWqHYa, line: 1, column: 11) on node almalinux8-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111233659.pp.IyyMQU 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111233659.pp.IyyMQU, line: 1, column: 11) on node centos8-64-puppet8.example.com
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'almalinux8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111215193.pp.rOx051 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111215193.pp.rOx051, line: 1, column: 11) on node almalinux8-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111235498.pp.7q7VK3 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111235498.pp.7q7VK3, line: 1, column: 13) on node centos8-64-puppet8.example.com
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'almalinux8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111217197.pp.6E9t2Y 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111217197.pp.6E9t2Y, line: 1, column: 13) on node almalinux8-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111247869.pp.nH71DU 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111247869.pp.nH71DU, line: 1, column: 7) on node ubuntu2204-64-puppet8.example.com
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'ubuntu2204-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111251832.pp.e8e5F3 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111251832.pp.e8e5F3, line: 1, column: 11) on node ubuntu2204-64-puppet8.example.com
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111255641.pp.4x5Quh 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111255641.pp.4x5Quh, line: 1, column: 11) on node ubuntu2204-64-puppet8.example.com
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'ubuntu2204-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111259413.pp.o8YILn 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111259413.pp.o8YILn, line: 1, column: 13) on node ubuntu2204-64-puppet8.example.com
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111318232.pp.LXz8mh 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111318232.pp.LXz8mh, line: 1, column: 7) on node ubuntu2004-64-puppet8.example.com
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111323025.pp.zssDc6 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111323025.pp.zssDc6, line: 1, column: 11) on node ubuntu2004-64-puppet8.example.com
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111327591.pp.q2grAJ 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111327591.pp.q2grAJ, line: 1, column: 11) on node ubuntu2004-64-puppet8.example.com
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111332173.pp.sRRyMP 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111332173.pp.sRRyMP, line: 1, column: 13) on node ubuntu2004-64-puppet8.example.com
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111217515.pp.tJkIbU 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111217515.pp.tJkIbU, line: 1, column: 7) on node rocky8-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'rocky8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111219587.pp.VOdFYo 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111219587.pp.VOdFYo, line: 1, column: 11) on node rocky8-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111221453.pp.1T3wJO 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111221453.pp.1T3wJO, line: 1, column: 11) on node rocky8-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'rocky8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111223259.pp.M38KYZ 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111223259.pp.M38KYZ, line: 1, column: 13) on node rocky8-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111241182.pp.Jxtccp 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111241182.pp.Jxtccp, line: 1, column: 7) on node debian11-64-puppet8.example.com
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111205880.pp.jDT6jx 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111205880.pp.jDT6jx, line: 1, column: 7) on node almalinux8-64-puppet8.example.com
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111244429.pp.g50dtZ 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111244429.pp.g50dtZ, line: 1, column: 11) on node debian11-64-puppet8.example.com
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'almalinux8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111207924.pp.9WdJ9f 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111207924.pp.9WdJ9f, line: 1, column: 11) on node almalinux8-64-puppet8.example.com
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111247554.pp.f40FlG 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111247554.pp.f40FlG, line: 1, column: 11) on node debian11-64-puppet8.example.com
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111250669.pp.tSTdMG 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111250669.pp.tSTdMG, line: 1, column: 13) on node debian11-64-puppet8.example.com
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111209813.pp.QLP5bC 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111209813.pp.QLP5bC, line: 1, column: 11) on node almalinux8-64-puppet8.example.com
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'almalinux8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111211612.pp.rKlNqU 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111211612.pp.rKlNqU, line: 1, column: 13) on node almalinux8-64-puppet8.example.com
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111207683.pp.TTDEBM 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111207683.pp.TTDEBM, line: 1, column: 7) on node almalinux9-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'almalinux9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111209725.pp.rsaulS 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111209725.pp.rsaulS, line: 1, column: 11) on node almalinux9-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111211540.pp.RhyDVj 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111211540.pp.RhyDVj, line: 1, column: 11) on node almalinux9-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'almalinux9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111213287.pp.qlx1Ab 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111213287.pp.qlx1Ab, line: 1, column: 13) on node almalinux9-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111201443.pp.6antqO 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111201443.pp.6antqO, line: 1, column: 7) on node rocky9-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'rocky9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111203384.pp.5fnXGS 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111203384.pp.5fnXGS, line: 1, column: 11) on node rocky9-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111205125.pp.jD9ASv 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111205125.pp.jD9ASv, line: 1, column: 11) on node rocky9-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'rocky9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111206877.pp.PAiaIN 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111206877.pp.PAiaIN, line: 1, column: 13) on node rocky9-64-puppet7.example.com
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0: 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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111244143.pp.AhIpZu 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111244143.pp.AhIpZu, line: 1, column: 7) on node debian11-64-puppet8.example.com
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111247296.pp.NXNe7l 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111247296.pp.NXNe7l, line: 1, column: 11) on node debian11-64-puppet8.example.com
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111250268.pp.XiuaOF 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111250268.pp.XiuaOF, line: 1, column: 11) on node debian11-64-puppet8.example.com
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111253198.pp.uzl1oA 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111253198.pp.uzl1oA, line: 1, column: 13) on node debian11-64-puppet8.example.com
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: 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 'oracle8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111305622.pp.9ck9of 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111305622.pp.9ck9of, line: 1, column: 7) on node oracle8-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'oracle8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111307713.pp.u0w4qm 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111307713.pp.u0w4qm, line: 1, column: 11) on node oracle8-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'oracle8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111309671.pp.L4omiX 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111309671.pp.L4omiX, line: 1, column: 11) on node oracle8-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'oracle8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111311534.pp.8boOP9 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111311534.pp.8boOP9, line: 1, column: 13) on node oracle8-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111316406.pp.LeHztS 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111316406.pp.LeHztS, line: 1, column: 7) on node oracle8-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'oracle8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111318570.pp.ernhua 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111318570.pp.ernhua, line: 1, column: 11) on node oracle8-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111320507.pp.DBa9F6 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111320507.pp.DBa9F6, line: 1, column: 11) on node oracle8-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'oracle8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111322403.pp.47nCeJ 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111322403.pp.47nCeJ, line: 1, column: 13) on node oracle8-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: 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 'almalinux8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111210818.pp.eXmNqX 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111210818.pp.eXmNqX, line: 1, column: 7) on node almalinux8-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'almalinux8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111213030.pp.k0zOJz 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111213030.pp.k0zOJz, line: 1, column: 11) on node almalinux8-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'almalinux8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111214975.pp.2UpOyN 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111214975.pp.2UpOyN, line: 1, column: 11) on node almalinux8-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'almalinux8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111216855.pp.koLHlx 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111216855.pp.koLHlx, line: 1, column: 13) on node almalinux8-64-puppet7.example.com
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: 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 'centos7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111344527.pp.e4gt50 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111344527.pp.e4gt50, line: 1, column: 7) on node centos7-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111216573.pp.gWdtbG 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111216573.pp.gWdtbG, line: 1, column: 7) on node rocky9-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'centos7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111346832.pp.vaMVye 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111346832.pp.vaMVye, line: 1, column: 11) on node centos7-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'rocky9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111218711.pp.AmC9oa 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111218711.pp.AmC9oa, line: 1, column: 11) on node rocky9-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'centos7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111348978.pp.QLQ98O 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111348978.pp.QLQ98O, line: 1, column: 11) on node centos7-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'centos7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111351020.pp.yKPMVW 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111351020.pp.yKPMVW, line: 1, column: 13) on node centos7-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111220664.pp.AfwCxz 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111220664.pp.AfwCxz, line: 1, column: 11) on node rocky9-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'rocky9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111222595.pp.9NFLSp 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111222595.pp.9NFLSp, line: 1, column: 13) on node rocky9-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0: 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 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111234111.pp.dhjcDY 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111234111.pp.dhjcDY, line: 1, column: 7) on node centos8-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111236195.pp.HtJ4sg 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111236195.pp.HtJ4sg, line: 1, column: 11) on node centos8-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111238105.pp.ambYDf 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111238105.pp.ambYDf, line: 1, column: 11) on node centos8-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111239952.pp.fIkyIo 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111239952.pp.fIkyIo, line: 1, column: 13) on node centos8-64-puppet8.example.com
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0: 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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111305371.pp.SfsD8Y 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111305371.pp.SfsD8Y, line: 1, column: 7) on node ubuntu2004-64-puppet8.example.com
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111309718.pp.IWwiD0 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111309718.pp.IWwiD0, line: 1, column: 11) on node ubuntu2004-64-puppet8.example.com
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111313909.pp.4z5Ja6 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111313909.pp.4z5Ja6, line: 1, column: 11) on node ubuntu2004-64-puppet8.example.com
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111318032.pp.AXAmSg 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111318032.pp.AXAmSg, line: 1, column: 13) on node ubuntu2004-64-puppet8.example.com
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111248028.pp.z6tQDi 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111248028.pp.z6tQDi, line: 1, column: 7) on node ubuntu2204-64-puppet7.example.com
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'ubuntu2204-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111251866.pp.raZTPk 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111251866.pp.raZTPk, line: 1, column: 11) on node ubuntu2204-64-puppet7.example.com
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111255538.pp.uLXJcf 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111255538.pp.uLXJcf, line: 1, column: 11) on node ubuntu2204-64-puppet7.example.com
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'ubuntu2204-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111259186.pp.6uWRU9 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111259186.pp.6uWRU9, line: 1, column: 13) on node ubuntu2204-64-puppet7.example.com
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111217447.pp.iClaJh 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111217447.pp.iClaJh, line: 1, column: 7) on node oracle9-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'oracle9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111219483.pp.0PrC8s 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111219483.pp.0PrC8s, line: 1, column: 11) on node oracle9-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111221365.pp.fiJBTo 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111221365.pp.fiJBTo, line: 1, column: 11) on node oracle9-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'oracle9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111223184.pp.pXbPiE 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111223184.pp.pXbPiE, line: 1, column: 13) on node oracle9-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: 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 'centos7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111223497.pp.zmFBnL 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111223497.pp.zmFBnL, line: 1, column: 7) on node centos7-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111215731.pp.HpYWE4 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111215731.pp.HpYWE4, line: 1, column: 7) on node oracle9-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'centos7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111225476.pp.wSBBZr 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111225476.pp.wSBBZr, line: 1, column: 11) on node centos7-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'oracle9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111217636.pp.q3mgPl 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111217636.pp.q3mgPl, line: 1, column: 11) on node oracle9-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'centos7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111227253.pp.2NbKSq 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111227253.pp.2NbKSq, line: 1, column: 11) on node centos7-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111219386.pp.nbTtvR 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111219386.pp.nbTtvR, line: 1, column: 11) on node oracle9-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'centos7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111228968.pp.rMJqQC 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111228968.pp.rMJqQC, line: 1, column: 13) on node centos7-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'oracle9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111221060.pp.fk2snk 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111221060.pp.fk2snk, line: 1, column: 13) on node oracle9-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111225487.pp.PLlQ9R 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111225487.pp.PLlQ9R, line: 1, column: 7) on node rocky8-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'rocky8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111227644.pp.TUdD94 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111227644.pp.TUdD94, line: 1, column: 11) on node rocky8-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111229625.pp.nBFYhT 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111229625.pp.nBFYhT, line: 1, column: 11) on node rocky8-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'rocky8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111231572.pp.IeLxmY 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111231572.pp.IeLxmY, line: 1, column: 13) on node rocky8-64-puppet8.example.com
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111248582.pp.04jum2 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111248582.pp.04jum2, line: 1, column: 7) on node debian11-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: 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 'oracle8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111305836.pp.YrFsiP 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111305836.pp.YrFsiP, line: 1, column: 7) on node oracle8-64-puppet7.example.com
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111251841.pp.OIOvB4 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111251841.pp.OIOvB4, line: 1, column: 11) on node debian11-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'oracle8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111307825.pp.RMC3jJ 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111307825.pp.RMC3jJ, line: 1, column: 11) on node oracle8-64-puppet7.example.com
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111254948.pp.YCO6Br 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111254948.pp.YCO6Br, line: 1, column: 11) on node debian11-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'oracle8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111309733.pp.RvsTxC 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111309733.pp.RvsTxC, line: 1, column: 11) on node oracle8-64-puppet7.example.com
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111258038.pp.uSRPdb 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111258038.pp.uSRPdb, line: 1, column: 13) on node debian11-64-puppet7.example.com
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'oracle8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111311532.pp.g598ka 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111311532.pp.g598ka, line: 1, column: 13) on node oracle8-64-puppet7.example.com
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111310763.pp.HuBTds 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111310763.pp.HuBTds, line: 1, column: 7) on node oracle8-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'oracle8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111312768.pp.phRI8o 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111312768.pp.phRI8o, line: 1, column: 11) on node oracle8-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111314657.pp.sQV5MH 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111314657.pp.sQV5MH, line: 1, column: 11) on node oracle8-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'oracle8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111316472.pp.1ACSWw 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111316472.pp.1ACSWw, line: 1, column: 13) on node oracle8-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111237452.pp.c1nyLz 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111237452.pp.c1nyLz, line: 1, column: 7) on node centos8-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'centos8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111239466.pp.xlj9X0 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111239466.pp.xlj9X0, line: 1, column: 11) on node centos8-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111241292.pp.RdnZaf 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111241292.pp.RdnZaf, line: 1, column: 11) on node centos8-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'centos8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111243057.pp.oX09cE 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111243057.pp.oX09cE, line: 1, column: 13) on node centos8-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: 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 'oracle7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111238390.pp.NMPXaT 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111238390.pp.NMPXaT, line: 1, column: 7) on node oracle7-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'oracle7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111240536.pp.L9kX98 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111240536.pp.L9kX98, line: 1, column: 11) on node oracle7-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'oracle7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111242567.pp.85s6Pc 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111242567.pp.85s6Pc, line: 1, column: 11) on node oracle7-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'oracle7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111244540.pp.Ukdj2f 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111244540.pp.Ukdj2f, line: 1, column: 13) on node oracle7-64-puppet8.example.com
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0: 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 'centos8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111239810.pp.0lBwH9 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111239810.pp.0lBwH9, line: 1, column: 7) on node centos8-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'centos8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111241781.pp.byfkvC 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111241781.pp.byfkvC, line: 1, column: 11) on node centos8-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'centos8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111243575.pp.6PV13k 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111243575.pp.6PV13k, line: 1, column: 11) on node centos8-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'centos8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111245331.pp.SdqP5X 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111245331.pp.SdqP5X, line: 1, column: 13) on node centos8-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: 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 'oracle7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111228304.pp.sfoZdF 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111228304.pp.sfoZdF, line: 1, column: 7) on node oracle7-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L119
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
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L123
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
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L124
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
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L132
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 'oracle7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111230343.pp.dszRjY 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111230343.pp.dszRjY, line: 1, column: 11) on node oracle7-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L152
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/ +""
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L157
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 'oracle7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111232163.pp.lkf1Qh 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111232163.pp.lkf1Qh, line: 1, column: 11) on node oracle7-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L177
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 'oracle7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111233906.pp.4jHW8S 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111233906.pp.4jHW8S, line: 1, column: 13) on node oracle7-64-puppet7.example.com
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L197
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/ +""
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111220043.pp.shd422 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111220043.pp.shd422, line: 1, column: 7) on node centos9-64-puppet7.example.com
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111206132.pp.UwjOAL 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111206132.pp.UwjOAL, line: 1, column: 7) on node almalinux9-64-puppet8.example.com
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L119
zabbix::agent class with agent2 and zabbix_version 6.0 Package "zabbix-agent2" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "zabbix-agent2" to be installed
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent2" to be running
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111221972.pp.PpI3jZ 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111221972.pp.PpI3jZ, line: 1, column: 11) on node centos9-64-puppet7.example.com
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L124
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent2" to be enabled
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L132
zabbix::agent class with agent2 and zabbix_version 6.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 'almalinux9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111208229.pp.1OmFFk 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111208229.pp.1OmFFk, line: 1, column: 11) on node almalinux9-64-puppet8.example.com
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111223734.pp.L3OJ1h 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111223734.pp.L3OJ1h, line: 1, column: 11) on node centos9-64-puppet7.example.com
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L152
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111225429.pp.7fOhW8 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111225429.pp.7fOhW8, line: 1, column: 13) on node centos9-64-puppet7.example.com
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L157
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111210161.pp.Lz7z3b 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111210161.pp.Lz7z3b, line: 1, column: 11) on node almalinux9-64-puppet8.example.com
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L177
zabbix::agent class with agent2 and zabbix_version 6.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 'almalinux9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111212021.pp.4d7tuv 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 'package_name' has no parameter named 'agent_include' (file: /tmp/apply_manifest_111212021.pp.4d7tuv, line: 1, column: 13) on node almalinux9-64-puppet8.example.com
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L197
zabbix::agent class with agent2 and zabbix_version 6.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/ +""
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0
The operation was canceled.