Skip to content

Commit

Permalink
Bootstrap agent2 support
Browse files Browse the repository at this point in the history
* Add param binary_location for specify zabbix agent binary (only for
  systemd)
* Remove some parameters in zabbix agent configuration if it's zabbix
  agent2 package
    * LogRemoteCommands
    * StartAgents
    * MaxLinesPerSecond
    * AllowRoot
    * User
    * LoadModulePath
* Fix EnableRemoteCommands still use on zabbix agentd > 5 but remove on
  agent2

Conflicts:
	manifests/agent.pp
	spec/classes/agent_spec.rb
	templates/zabbix_agentd.conf.erb
  • Loading branch information
fe80 authored and Valantin committed Mar 7, 2024
1 parent db01009 commit 333546c
Show file tree
Hide file tree
Showing 6 changed files with 196 additions and 6 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
5. [Usage - Configuration options and additional functionality](#usage)
* [zabbix-server](#usage-zabbix-server)
* [zabbix-agent](#usage-zabbix-agent)
* [zabbix-agent2](#usage-zabbix-agent2)
* [zabbix-proxy](#usage-zabbix-proxy)
* [zabbix-javagateway](#usage-zabbix-javagateway)
* [zabbix-sender](#usage-zabbix-sender)
Expand Down Expand Up @@ -200,6 +201,20 @@ class { 'zabbix::agent':
}
```

### Usage zabbix-agent2

To use Zabbix agent2 you need to define some parameters

```ruby
class { 'zabbix::agent':
agent_configfile_path => '/etc/zabbix/zabbix_agent2.conf',
include_dir => '/etc/zabbix/zabbix_agent2.d',
pidfile => '/var/run/zabbix/zabbix_agentd2.pid',
zabbix_package_agent => 'zabbix-agent2',
manage_startup_script => false,
}
```

### Usage zabbix-proxy

Like the zabbix-server, the zabbix-proxy can also be used in 2 ways:
Expand Down
12 changes: 12 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,18 @@ class { 'zabbix::agent':
}
```

##### Using Zabbix Agent 2

```puppet
class { 'zabbix::agent':
agent_configfile_path => '/etc/zabbix/zabbix_agent2.conf',
include_dir => '/etc/zabbix/zabbix_agent2.d',
pidfile => '/var/run/zabbix/zabbix_agentd2.pid',
zabbix_package_agent => 'zabbix-agent2',
manage_startup_script => false,
}
```

#### Parameters

The following parameters are available in the `zabbix::agent` class:
Expand Down
12 changes: 12 additions & 0 deletions manifests/agent.pp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,16 @@
# monitored_by_proxy => 'my_proxy_host',
# server => '192.168.1.1',
# }
#
# @example Using Zabbix Agent 2
# class { 'zabbix::agent':
# agent_configfile_path => '/etc/zabbix/zabbix_agent2.conf',
# include_dir => '/etc/zabbix/zabbix_agent2.d',
# pidfile => '/var/run/zabbix/zabbix_agentd2.pid',
# zabbix_package_agent => 'zabbix-agent2',
# manage_startup_script => false,
# }
#
# @author Werner Dijkerman [email protected]
class zabbix::agent (
$zabbix_version = $zabbix::params::zabbix_version,
Expand Down Expand Up @@ -219,6 +229,8 @@
String $service_type = $zabbix::params::service_type,
Boolean $manage_startup_script = $zabbix::params::manage_startup_script,
) inherits zabbix::params {
$agent2 = $zabbix_package_agent == 'zabbix-agent2'

# Find if listenip is set. If not, we can set to specific ip or
# to network name. If more than 1 interfaces are available, we
# can find the ipaddress of this specific interface if listenip
Expand Down
108 changes: 108 additions & 0 deletions spec/acceptance/agent_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,112 @@ class { 'zabbix::agent':
end
end
end

describe "zabbix::agent class with agent2 and zabbix_version #{version}" do
# <6.0 agent2 packages are not available for ubuntu 22.04
next if version < '6.0' && default[:platform] =~ %r{ubuntu-22}

it 'works idempotently with no errors' do

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64-none.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112902772.pp.KdZCUI Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1709810944' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.50 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64-none.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112903269.pp.GCiS8V Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1709810944' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.43 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112859375.pp.MH3n7G Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810941' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.06 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112903769.pp.8ws1pV Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810945' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.09 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112902500.pp.RTBB20 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810944' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.32 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112914833.pp.cSOUaz Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810956' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.24 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112919101.pp.wK3lfV Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.15 seconds Info: Using environment 'production' Info: Applying configuration version '1709810960' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.08 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112924511.pp.RheTAZ Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810966' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.28 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112924424.pp.GTIxPM Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.15 seconds Info: Using environment 'production' Info: Applying configuration version '1709810966' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.60 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112924518.pp.RldQfF Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810966' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.69 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112931655.pp.fSdLPZ Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810973' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.45 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112940006.pp.DDmfcT Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810981' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.15 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112940542.pp.ff5KFa Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810982' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.64 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112942728.pp.xwaucw Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810984' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.80 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112905831.pp.ogmszW Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810947' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.14 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Debian 11 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112933109.pp.GhwFJu Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709810975' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.11 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112923514.pp.XrxqTw Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.15 seconds Info: Using environment 'production' Info: Applying configuration version '1709810965' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.22 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112909445.pp.tAA7xy Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810951' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.20 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112936162.pp.C6Iuxb Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810977' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.92 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112936939.pp.RrIrRB Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810978' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.80 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112921566.pp.syMY4J Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.15 seconds Info: Using environment 'production' Info: Applying configuration version '1709810963' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.25 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112939278.pp.h9z8Oz Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709810981' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.08 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112911484.pp.yJOniT Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810953' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.14 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112907554.pp.L1t3Pl Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810949' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.13 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112905861.pp.4HsNKD Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810947' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.35 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113026484.pp.j0Y06r Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811028' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.26 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112959092.pp.IJoInk Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.25 seconds Info: Using environment 'production' Info: Applying configuration version '1709811003' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 5.78 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113031639.pp.xiANYg Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811033' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.22 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112938991.pp.F5cUnC Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810980' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.22 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112947946.pp.hitXBx Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.26 seconds Info: Using environment 'production' Info: Applying configuration version '1709810991' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.01 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112953772.pp.6VSqEo Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.22 seconds Info: Using environment 'production' Info: Applying configuration version '1709810997' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.02 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112956940.pp.CoLm62 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.25 seconds Info: Using environment 'production' Info: Applying configuration version '1709811000' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 5.85 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112900287.pp.n2TuDD Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810942' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.14 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112929714.pp.RCmBtX Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.15 seconds Info: Using environment 'production' Info: Applying configuration version '1709810971' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.67 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113025717.pp.ihM9KS Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811027' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.24 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112926252.pp.pE3GB8 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810967' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.31 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112949330.pp.9bwOLc Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.24 seconds Info: Using environment 'production' Info: Applying configuration version '1709810992' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.09 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112941457.pp.eSKzlQ Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810983' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.09 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112948602.pp.ZrTU6O Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810990' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.07 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112930395.pp.cdO6sx Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810971' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.35 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112924820.pp.hYzGBK Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810966' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.43 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112918536.pp.VxGWPM Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810960' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.27 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113014073.pp.PY2qD0 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811017' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 5.93 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112959065.pp.xxLE3C Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811000' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.36 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112903723.pp.VmAQSU Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810945' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.40 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112926301.pp.PDPfmu Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709810968' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.27 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112915366.pp.Wd1mLf Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810956' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.28 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112955680.pp.G0dKnz Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810997' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.43 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Debian 11 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112937299.pp.00mwgF Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.24 seconds Info: Using environment 'production' Info: Applying configuration version '1709810980' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.05 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112941469.pp.65LoC3 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810983' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.28 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0

zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112921212.pp.quHnGx Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810962' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.60 seconds

Check failure on line 95 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0

zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113028275.pp.MSYuUJ Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811029' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.39 seconds
pp = <<-EOS
class { 'zabbix::agent':
agent_configfile_path => '/etc/zabbix/zabbix_agent2.conf',
include_dir => '/etc/zabbix/zabbix_agent2.d',
pidfile => '/var/run/zabbix/zabbix_agentd2.pid',
zabbix_package_agent => 'zabbix-agent2',
manage_startup_script => false,
server => '192.168.20.11',
zabbix_package_state => 'latest',
zabbix_version => '#{version}',
}
EOS

prepare_host

# Run it twice and test for idempotency
apply_manifest(pp, catch_failures: true)
apply_manifest(pp, catch_changes: true)
end

# do some basic checks
describe package('zabbix-agent2') do
it { is_expected.to be_installed }
end

describe service('zabbix-agent2') do
it { is_expected.to be_running }

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0

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

Check failure on line 122 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0

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
it { is_expected.to be_enabled }

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0

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

Check failure on line 123 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0

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
end

describe file('/etc/zabbix/zabbix_agentd2.conf') do
its(:content) { is_expected.not_to match %r{ListenIP=} }
end

context 'With ListenIP set to an IP-Address' do
it 'works idempotently with no errors' do

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64-none.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112923272.pp.qMmYE7 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1709810964' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.51 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64-none.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112923725.pp.9y4ogM Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1709810965' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.51 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112919699.pp.ldIhlx Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810961' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.34 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112924075.pp.4KMPrK Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810965' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.31 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112922921.pp.XxptFb Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810964' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.39 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112935201.pp.7M8Vuf Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810976' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.39 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112939390.pp.xUG37n Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810981' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.33 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112944975.pp.BnQ0ke Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810986' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.39 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112949672.pp.iLKSVr Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810991' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.63 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112950197.pp.TiI8vO Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.15 seconds Info: Using environment 'production' Info: Applying configuration version '1709810991' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.75 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112952095.pp.5E0zBI Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810993' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.55 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113000463.pp.EcYagF Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.15 seconds Info: Using environment 'production' Info: Applying configuration version '1709811002' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.18 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113008174.pp.EYaxbL Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811009' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.77 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113010424.pp.Yjn3hM Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811012' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.83 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112926095.pp.OI9nBR Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810967' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.38 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Debian 11 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112953529.pp.ulg6hb Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709810996' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.18 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112943970.pp.Vz3yQw Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810985' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.31 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112929869.pp.lsjA1j Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810971' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.28 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113003962.pp.XcMWyg Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811005' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.86 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113004714.pp.2tnSvN Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811006' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.75 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112941998.pp.w0IUzf Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.15 seconds Info: Using environment 'production' Info: Applying configuration version '1709810983' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.29 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112959574.pp.vDOEZt Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811002' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.28 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112931885.pp.bdEoJW Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810973' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.24 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112927922.pp.zuk4wQ Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810969' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.29 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112926257.pp.lkJIgZ Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810967' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.45 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113046831.pp.hWnOPY Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811048' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.41 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113019428.pp.HbVQQk Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811023' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.02 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113051911.pp.1Y1EZz Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811053' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.46 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112959403.pp.3l824m Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811001' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.32 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113008282.pp.203VCy Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811011' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.28 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113014056.pp.AKiHCP Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811017' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.14 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113017316.pp.vPwt77 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.22 seconds Info: Using environment 'production' Info: Applying configuration version '1709811021' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.07 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112920623.pp.Vc2T8W Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810962' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.32 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112955445.pp.xFQip8 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.15 seconds Info: Using environment 'production' Info: Applying configuration version '1709810997' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.70 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113046089.pp.a6P2Au Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811047' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.29 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112946715.pp.AHCOnN Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810988' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.31 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113009678.pp.c4INso Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.24 seconds Info: Using environment 'production' Info: Applying configuration version '1709811013' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.12 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113001697.pp.5z6VaF Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811003' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.36 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113008930.pp.lVn2Fz Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811010' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.24 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112950783.pp.yWJqt7 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810992' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.48 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112945281.pp.0n20Gp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810986' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.45 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112938820.pp.VtFBzi Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810980' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.46 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113034377.pp.svbGvE Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811038' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.14 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113019461.pp.FA0yM9 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811020' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.48 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112946763.pp.hlcqzq Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.24 seconds Info: Using environment 'production' Info: Applying configuration version '1709810989' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.20 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112924159.pp.AArL1F Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810965' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.43 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112935726.pp.9f49aE Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810977' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.46 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113016144.pp.8O7PF9 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811017' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.50 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Debian 11 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112957723.pp.NfQh52 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811000' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.15 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113001778.pp.ns4n7I Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811003' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.46 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112946420.pp.IMC2Dh Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810988' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.67 seconds

Check failure on line 131 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113048716.pp.DduuWC Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811050' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.44 seconds
pp = <<-EOS
class { 'zabbix::agent':
agent_configfile_path => '/etc/zabbix/zabbix_agent2.conf',
include_dir => '/etc/zabbix/zabbix_agent2.d',
pidfile => '/var/run/zabbix/zabbix_agentd2.pid',
zabbix_package_agent => 'zabbix-agent2',
manage_startup_script => false,
server => '192.168.20.11',
zabbix_package_state => 'latest',
listenip => '127.0.0.1',
zabbix_version => '#{version}',
}
EOS
apply_manifest(pp, catch_failures: true)
apply_manifest(pp, catch_changes: true)
end

describe file('/etc/zabbix/zabbix_agent2.conf') do
its(:content) { is_expected.to match %r{ListenIP=127.0.0.1} }
end
end

context 'With ListenIP set to lo' do
it 'works idempotently with no errors' do

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64-none.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112943772.pp.GJwsFj Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1709810985' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.54 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64-none.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112944221.pp.UB5HTk Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1709810985' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.51 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112940195.pp.JhWen3 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810981' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.29 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112944576.pp.W0Pn0o Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810986' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.32 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112943417.pp.AVb4gA Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810985' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.39 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112955704.pp.pw9voz Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810997' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.45 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112959889.pp.c5xf5x Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.15 seconds Info: Using environment 'production' Info: Applying configuration version '1709811001' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.29 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113005467.pp.Y6vAhu Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811007' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.33 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113014924.pp.WVq47n Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811016' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.67 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113015697.pp.EPhBHJ Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811017' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.76 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113012595.pp.NgGXao Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811014' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.53 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113020963.pp.yh0BiJ Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811022' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.20 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113035666.pp.3C40BP Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811037' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.75 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113037921.pp.NvSWDc Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.15 seconds Info: Using environment 'production' Info: Applying configuration version '1709811039' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.81 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112946595.pp.Ornx3E Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810988' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.33 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Debian 11 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113014025.pp.FfnnLN Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811016' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.17 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113004470.pp.4A0sbc Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811006' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.30 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112950369.pp.oFTLPU Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810992' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.27 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113031466.pp.ZGUrWX Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811033' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.86 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113032207.pp.ZIyVyZ Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811033' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.77 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113002497.pp.Uznx5X Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811004' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.40 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113020074.pp.ySu6kB Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.24 seconds Info: Using environment 'production' Info: Applying configuration version '1709811022' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.27 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112952375.pp.Q1ausi Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810994' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.28 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112948418.pp.yPytJC Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810990' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.26 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112946753.pp.ZoyGzg Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810988' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.45 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113107336.pp.9M3zLS Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811068' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.41 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113039924.pp.dUN0dl Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.26 seconds Info: Using environment 'production' Info: Applying configuration version '1709811043' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.00 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113112411.pp.2PPAQw Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811073' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.43 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113019903.pp.FMX6AC Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811021' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.33 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113028774.pp.t2hm6C Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.25 seconds Info: Using environment 'production' Info: Applying configuration version '1709811032' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.25 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113034556.pp.ESBymx Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811038' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.24 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113037816.pp.zRe8Y3 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.25 seconds Info: Using environment 'production' Info: Applying configuration version '1709811041' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.04 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112941123.pp.ZVPXgz Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810982' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.30 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113021193.pp.ZdC7dB Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811023' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.70 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113106593.pp.zUKMBP Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811068' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.37 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113007220.pp.EYqPYa Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811008' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.30 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113030186.pp.J95Cnj Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.24 seconds Info: Using environment 'production' Info: Applying configuration version '1709811033' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.27 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113022201.pp.njFlgB Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811023' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.35 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113029430.pp.GA5VGR Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811031' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.34 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113011279.pp.ydGaZk Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811012' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.49 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113005776.pp.FPxlnh Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811007' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.45 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112959318.pp.yZwizA Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811000' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.50 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113054872.pp.jXDpEq Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811058' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.13 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113039957.pp.9emF6W Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811041' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.48 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113007261.pp.5MJ7g3 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.24 seconds Info: Using environment 'production' Info: Applying configuration version '1709811009' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.25 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112944659.pp.bauiK5 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709810986' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.45 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112956230.pp.OJCW8d Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709810997' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.41 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113036640.pp.sPkh9P Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811038' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.47 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Debian 11 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113018219.pp.um1zO1 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.27 seconds Info: Using environment 'production' Info: Applying configuration version '1709811021' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.10 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113022274.pp.OVhxnu Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811023' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.46 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113011419.pp.FaGzlV Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811013' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.69 seconds

Check failure on line 155 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113109215.pp.SvdJnS Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811070' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.45 seconds
pp = <<-EOS
class { 'zabbix::agent':
agent_configfile_path => '/etc/zabbix/zabbix_agent2.conf',
include_dir => '/etc/zabbix/zabbix_agent2.d',
pidfile => '/var/run/zabbix/zabbix_agentd2.pid',
zabbix_package_agent => 'zabbix-agent2',
manage_startup_script => false,
server => '192.168.20.11',
zabbix_package_state => 'latest',
listenip => 'lo',
zabbix_version => '#{version}',
}
EOS
apply_manifest(pp, catch_failures: true)
apply_manifest(pp, catch_changes: true)
end

context 'With ListenIP set to an IP-Address' do
it 'works idempotently with no errors' do

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64-none.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113004276.pp.rAdSyz Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1709811005' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.52 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64-none.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113004733.pp.XaqqTi Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1709811006' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.52 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113000695.pp.QdpcDQ Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811002' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.29 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113005073.pp.xnbbw9 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811006' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.30 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113003916.pp.tyofEh Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811005' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.38 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113016200.pp.YPVvWa Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811017' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.46 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113020389.pp.vOqEIg Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.15 seconds Info: Using environment 'production' Info: Applying configuration version '1709811022' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.32 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113026007.pp.tWUDmT Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.15 seconds Info: Using environment 'production' Info: Applying configuration version '1709811027' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.25 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113039920.pp.vRUfz5 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811041' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.65 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113041197.pp.3mXTrY Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811042' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.74 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113033095.pp.Eor3eA Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1709811034' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.53 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113041471.pp.APOdk7 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.15 seconds Info: Using environment 'production' Info: Applying configuration version '1709811043' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.21 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113103166.pp.vmanpP Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811064' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.77 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113105424.pp.KoavnZ Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811067' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.82 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113007091.pp.RVmH6e Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811008' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.41 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Debian 11 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113034525.pp.orqmPJ Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811037' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.19 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113024970.pp.cWaXsX Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811026' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.33 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113010873.pp.IlBdD8 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811012' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.25 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113058962.pp.o3sUCm Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811060' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.85 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113059707.pp.iZig0h Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811061' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 11.77 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113022997.pp.5zPl73 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811024' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.40 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113040578.pp.k1MPmq Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.24 seconds Info: Using environment 'production' Info: Applying configuration version '1709811043' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.26 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113012880.pp.sVMMAX Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811014' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.28 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113008926.pp.gyRzys Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811010' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.29 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113007253.pp.3FbF55 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811008' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.43 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113127832.pp.6HVETy Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811089' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.40 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113100424.pp.nht8x6 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.25 seconds Info: Using environment 'production' Info: Applying configuration version '1709811064' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 5.99 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113132915.pp.bxR9U7 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811094' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.45 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113040404.pp.5oRf68 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811042' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.33 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113049274.pp.s4szcF Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811052' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.29 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113055060.pp.70E0wM Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.22 seconds Info: Using environment 'production' Info: Applying configuration version '1709811058' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.22 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113058308.pp.yD2YRX Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.25 seconds Info: Using environment 'production' Info: Applying configuration version '1709811062' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.04 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113001623.pp.FyNdlE Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811003' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.30 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113046697.pp.YK2Seq Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811048' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.71 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113127089.pp.ZAf88Q Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811088' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.29 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113027716.pp.vfuvwd Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811029' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.27 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113050682.pp.BpvAfg Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.24 seconds Info: Using environment 'production' Info: Applying configuration version '1709811054' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.15 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113042701.pp.dLzyKL Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811044' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.36 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113049922.pp.R1oDGH Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811051' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.29 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113031783.pp.BeDSr6 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811033' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.50 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113026276.pp.WNnrtO Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811027' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.46 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113019821.pp.jVxSHq Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811021' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.49 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113115373.pp.LOWiZ2 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811079' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 6.14 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113027761.pp.Kxubd4 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811030' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.28 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113100457.pp.Z88Wd6 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811061' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.47 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113005167.pp.XMHDQR Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811006' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.42 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113016734.pp.zbtzjR Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1709811018' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.40 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113057140.pp.yxR1Ez Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811058' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.47 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Debian 11 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113038723.pp.CXSteb Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1709811041' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 7.14 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113042778.pp.SMPt5X Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811044' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.46 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0

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_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113036424.pp.OefwHP Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811038' �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 10.68 seconds

Check failure on line 174 in spec/acceptance/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0

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_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113129716.pp.4HS5le Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1709811091' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent] �[mNotice: Applied catalog in 8.45 seconds
pp = <<-EOS
class { 'zabbix::agent':
agent_configfile_path => '/etc/zabbix/zabbix_agent2.conf',
include_dir => '/etc/zabbix/zabbix_agent2.d',
pidfile => '/var/run/zabbix/zabbix_agentd2.pid',
zabbix_package_agent => 'zabbix-agent2',
manage_startup_script => false,
server => '192.168.20.11',
zabbix_package_state => 'latest',
listenip => '127.0.0.1',
zabbix_version => '#{version}',
}
EOS
apply_manifest(pp, catch_failures: true)
apply_manifest(pp, catch_changes: true)
end

describe file('/etc/zabbix/zabbix_agent2.conf') do
its(:content) { is_expected.to match %r{ListenIP=127.0.0.1} }
end
end
end
end
end
30 changes: 30 additions & 0 deletions spec/classes/agent_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,36 @@
it { is_expected.to contain_systemd__unit_file('zabbix-agent.service') }
end
end

context 'when binary_location is define', if: facts[:kernel] == 'Linux' do
it do

Check failure on line 450 in spec/classes/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 (Ruby 3.2)

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

Check failure on line 450 in spec/classes/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 (Ruby 3.2)

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

Check failure on line 450 in spec/classes/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 (Ruby 3.2)

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

Check failure on line 450 in spec/classes/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 (Ruby 3.2)

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

Check failure on line 450 in spec/classes/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 (Ruby 3.2)

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

Check failure on line 450 in spec/classes/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 8 (Ruby 3.2)

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

Check failure on line 450 in spec/classes/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

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

Check failure on line 450 in spec/classes/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

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

Check failure on line 450 in spec/classes/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

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

Check failure on line 450 in spec/classes/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

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

Check failure on line 450 in spec/classes/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

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

Check failure on line 450 in spec/classes/agent_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

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
is_expected.to contain_zabbix__startup(service_name).with(
binary_location: '/usr/sbin/zabbix_agentd'
)
end
end

context 'when zabbix_package_agent is zabbix-agent2' do
let :params do
{
zabbix_package_agent: 'zabbix-agent2', startagents: 1,
maxlinespersecond: 1, allowroot: 1, zabbix_user: 'root',
loadmodulepath: '/tmp', allowkey: 'system.run[*]',
denykey: 'system.run[*]', enableremotecommands: 1,
logremotecommands: 1
}
end

it { is_expected.to contain_package('zabbix-agent2') }

it do
is_expected.not_to contain_file(config_path).with_content(
%r{^(LogRemoteCommands|StartAgents|MaxLinesPerSecond
|AllowRoot|User|LoadModulePath|AllowKey|DenyKey|
EnableRemoteCommands|LogRemoteCommands)}
)
end
end
end
end
end
25 changes: 19 additions & 6 deletions templates/zabbix_agentd.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ DebugLevel=<%= @debuglevel %>
#
<% if @sourceip %>SourceIP=<%= @sourceip %><% end %>

<% unless @agent2 %>
<% if @zabbix_version.to_f >= 5.0 %>
### Option: AllowKey
# Allow execution of item keys matching pattern.
# Multiple keys matching rules may be defined in combination with DenyKey.
Expand All @@ -57,7 +59,7 @@ DebugLevel=<%= @debuglevel %>
# If no AllowKey or DenyKey rules defined, all keys are allowed.
#
# Mandatory: no
<% if @allowkey %>AllowKey=<%= @allowkey -%><% end %>
<% if @allowkey %>AllowKey=<%= @allowkey -%><% end %>

### Option: DenyKey
# Deny execution of items keys matching pattern.
Expand All @@ -70,14 +72,23 @@ DebugLevel=<%= @debuglevel %>
#
# Mandatory: no
# Default:
<% if @denykey %>DenyKey=<%= @denykey -%><% end %>
<% if @denykey %>DenyKey=<%= @denykey -%><% end %>
<% end %>

### Option: EnableRemoteCommands
# Whether remote commands from Zabbix server are allowed.
# 0 - not allowed
# 1 - allowed
#
EnableRemoteCommands=<%= @enableremotecommands %>

### Option: LogRemoteCommands
# Enable logging of executed shell commands as warnings.
# 0 - disabled
# 1 - enabled
#
LogRemoteCommands=<%= @logremotecommands %>
<% end %>


##### Passive checks related
Expand All @@ -100,11 +111,13 @@ ListenPort=<%= @listenport %>
#
<% if @listen_ip %>ListenIP=<%= @listen_ip %><% end %>

<% unless @agent2 %>
### Option: StartAgents
# Number of pre-forked instances of zabbix_agentd that process passive checks.
# If set to 0, disables passive checks and the agent will not listen on any TCP port.
#
StartAgents=<%= @startagents %>
<% end %>

##### Active checks related

Expand Down Expand Up @@ -181,13 +194,15 @@ BufferSend=<%= @buffersend %>
#
BufferSize=<%= @buffersize %>

<% unless @agent2 %>
### Option: MaxLinesPerSecond
# Maximum number of new lines the agent will send per second to Zabbix Server
# or Proxy processing 'log' and 'logrt' active checks.
# The provided value will be overridden by the parameter 'maxlines',
# provided in 'log' or 'logrt' item keys.
#
MaxLinesPerSecond=<%= @maxlinespersecond %>
<% end %>

############ ADVANCED PARAMETERS #################

Expand All @@ -211,7 +226,7 @@ MaxLinesPerSecond=<%= @maxlinespersecond %>
#
Timeout=<%= @timeout %>

<% if @kernel != 'windows' %>
<% if @kernel != 'windows' and !@agent2 %>
### Option: AllowRoot
# Allow the agent to run as 'root'. If disabled and the agent is started by 'root', the agent
# will try to switch to the user specified by the User configuration option instead.
Expand All @@ -220,9 +235,7 @@ Timeout=<%= @timeout %>
# 1 - allow
#
AllowRoot=<%= @allowroot %>
<% end %>

<% if @kernel != 'windows' %>
### Option: User
# Drop privileges to a specific, existing user on the system.
# Only has effect if run as 'root' and AllowRoot is disabled.
Expand Down Expand Up @@ -257,7 +270,7 @@ UnsafeUserParameters=<%= @unsafeuserparameters %>
# Disabled. A configuration file should be placed on directory: <%= @include %>

####### LOADABLE MODULES #######
<% if @kernel != 'windows' %>
<% if @kernel != 'windows' and !@agent2 %>
### Option: LoadModulePath
# Full path to location of agent modules.
# Default depends on compilation options.
Expand Down

0 comments on commit 333546c

Please sign in to comment.