Add zabbix-server/proxy pollers settings #961
Annotations
13 errors and 11 warnings
Run tests:
spec/classes/proxy_spec.rb#L30
zabbix::proxy on redhat-8-x86_64 is expected to contain Exec[zabbix_create.sql]
Failure/Error: it { is_expected.to contain_exec('zabbix_create.sql') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'zabbis::params::proxy_startagentpollers'. (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/proxy.pp, line: 247, column: 81) on node rspec.puppet.com
|
Run tests:
spec/classes/server_spec.rb#L23
zabbix::server on redhat-8-x86_64 with default settings is expected to contain Service[zabbix-server] with ensure => "running"
Failure/Error: it { is_expected.to contain_service('zabbix-server').with_ensure('running') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'zabbis::params::server_startagentpollers'. (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/server.pp, line: 218, column: 81) on node rspec.puppet.com
|
Run tests:
spec/classes/proxy_spec.rb#L29
zabbix::proxy on redhat-8-x86_64 is expected to contain Class[zabbix::params]
Failure/Error: it { is_expected.to contain_class('zabbix::params') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'zabbis::params::proxy_startagentpollers'. (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/proxy.pp, line: 247, column: 81) on node rspec.puppet.com
|
Run tests:
spec/classes/server_spec.rb#L22
zabbix::server on redhat-8-x86_64 with default settings is expected to contain Class[zabbix::params]
Failure/Error: it { is_expected.to contain_class('zabbix::params') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'zabbis::params::server_startagentpollers'. (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/server.pp, line: 218, column: 81) on node rspec.puppet.com
|
Run tests:
spec/classes/proxy_spec.rb#L28
zabbix::proxy on redhat-8-x86_64 is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Unknown variable: 'zabbis::params::proxy_startagentpollers'. (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/proxy.pp, line: 247, column: 81) on node rspec.puppet.com
|
Run tests:
spec/classes/server_spec.rb#L21
zabbix::server on redhat-8-x86_64 with default settings is expected to contain Class[zabbix::repo]
Failure/Error: it { is_expected.to contain_class('zabbix::repo') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'zabbis::params::server_startagentpollers'. (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/server.pp, line: 218, column: 81) on node rspec.puppet.com
|
Run tests:
spec/classes/server_spec.rb#L93
zabbix::server on redhat-8-x86_64 is expected to contain File[/etc/zabbix/zabbix_server.conf.d] with require => "File[/etc/zabbix/zabbix_server.conf]"
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/zabbix_server.conf.d').with_require('File[/etc/zabbix/zabbix_server.conf]') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'zabbis::params::server_startagentpollers'. (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/server.pp, line: 218, column: 81) on node rspec.puppet.com
|
Run tests:
spec/classes/proxy_spec.rb#L27
zabbix::proxy on redhat-8-x86_64 is expected to contain File[/etc/zabbix/zabbix_proxy.conf.d] with require => "File[/etc/zabbix/zabbix_proxy.conf]"
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/zabbix_proxy.conf.d').with_require('File[/etc/zabbix/zabbix_proxy.conf]') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'zabbis::params::proxy_startagentpollers'. (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/proxy.pp, line: 247, column: 81) on node rspec.puppet.com
|
Run tests:
spec/classes/proxy_spec.rb#L26
zabbix::proxy on redhat-8-x86_64 is expected to contain File[/etc/zabbix/zabbix_proxy.conf.d] with ensure => "directory"
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/zabbix_proxy.conf.d').with_ensure('directory') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'zabbis::params::proxy_startagentpollers'. (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/proxy.pp, line: 247, column: 81) on node rspec.puppet.com
|
Run tests:
spec/classes/server_spec.rb#L92
zabbix::server on redhat-8-x86_64 is expected to contain File[/etc/zabbix/zabbix_server.conf.d] with ensure => "directory"
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/zabbix_server.conf.d').with_ensure('directory') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'zabbis::params::server_startagentpollers'. (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/server.pp, line: 218, column: 81) on node rspec.puppet.com
|
|
|
|
Run tests:
spec/classes/agent_spec.rb#L489
zabbix::agent on ubuntu-20.04-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L489
zabbix::agent on rocky-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L489
zabbix::agent on rocky-8-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L489
zabbix::agent on almalinux-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L489
zabbix::agent on almalinux-8-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L489
zabbix::agent on centos-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L489
zabbix::agent on oraclelinux-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L489
zabbix::agent on oraclelinux-8-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L489
zabbix::agent on redhat-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L489
zabbix::agent on redhat-8-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Setup ruby
Cache not found for keys: setup-ruby-bundler-cache-v6-rhel-9.5-x64-ruby-2.7-wd-/scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix-with--without-development:system_tests:release-only--Gemfile.lock-e678af8cfee78af049972b7bd2f48894cb45bfea657c00393b1c680a9383e4e9, setup-ruby-bundler-cache-v6-rhel-9.5-x64-ruby-2.7-wd-/scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix-with--without-development:system_tests:release-only--Gemfile.lock-
|
Loading