Add and remove Zabbix 6.0 + 6.4 options (HA mode, StatsAllowedIP, ProxyConfigFrequency, HeartbeatFrequency) #667
Annotations
10 errors
Run tests:
spec/classes/web_spec.rb#L216
zabbix::web on centos-7-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) }
expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n"
Diff:
@@ -1,32 +1,63 @@
-(?-mix:^\$ZBX_SERVER = 'localhost')
+<?php
+// Zabbix GUI configuration file
+global $DB;
+
+$DB['TYPE'] = 'POSTGRESQL';
+$DB['SERVER'] = 'localhost';
+$DB['PORT'] = '5432';
+$DB['DATABASE'] = 'zabbix-server';
+$DB['USER'] = 'zabbix-server';
+$DB['PASSWORD'] = 'zabbix-server';
+
+// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database
+$DB['SCHEMA'] = '';
+
+
+$ZBX_SERVER_NAME = 'localhost';
+
+$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
+
+
+
+
+
+
+
+
+
+
+$SSO['SETTINGS'] = [
+];
+
+?>
|
Run tests:
spec/classes/web_spec.rb#L217
zabbix::web on centos-7-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) }
expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n"
Diff:
@@ -1,32 +1,63 @@
-(?-mix:^\$ZBX_SERVER_PORT = '3306')
+<?php
+// Zabbix GUI configuration file
+global $DB;
+
+$DB['TYPE'] = 'POSTGRESQL';
+$DB['SERVER'] = 'localhost';
+$DB['PORT'] = '5432';
+$DB['DATABASE'] = 'zabbix-server';
+$DB['USER'] = 'zabbix-server';
+$DB['PASSWORD'] = 'zabbix-server';
+
+// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database
+$DB['SCHEMA'] = '';
+
+
+$ZBX_SERVER_NAME = 'localhost';
+
+$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
+
+
+
+
+
+
+
+
+
+
+$SSO['SETTINGS'] = [
+];
+
+?>
|
Run tests:
spec/classes/web_spec.rb#L216
zabbix::web on centos-7-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) }
expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n"
Diff:
@@ -1,32 +1,63 @@
-(?-mix:^\$ZBX_SERVER = 'localhost')
+<?php
+// Zabbix GUI configuration file
+global $DB;
+
+$DB['TYPE'] = 'POSTGRESQL';
+$DB['SERVER'] = 'localhost';
+$DB['PORT'] = '5432';
+$DB['DATABASE'] = 'zabbix-server';
+$DB['USER'] = 'zabbix-server';
+$DB['PASSWORD'] = 'zabbix-server';
+
+// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database
+$DB['SCHEMA'] = '';
+
+
+$ZBX_SERVER_NAME = 'localhost';
+
+$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
+
+
+
+
+
+
+
+
+
+
+$SSO['SETTINGS'] = [
+];
+
+?>
|
Run tests:
spec/classes/web_spec.rb#L217
zabbix::web on centos-7-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) }
expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n"
Diff:
@@ -1,32 +1,63 @@
-(?-mix:^\$ZBX_SERVER_PORT = '3306')
+<?php
+// Zabbix GUI configuration file
+global $DB;
+
+$DB['TYPE'] = 'POSTGRESQL';
+$DB['SERVER'] = 'localhost';
+$DB['PORT'] = '5432';
+$DB['DATABASE'] = 'zabbix-server';
+$DB['USER'] = 'zabbix-server';
+$DB['PASSWORD'] = 'zabbix-server';
+
+// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database
+$DB['SCHEMA'] = '';
+
+
+$ZBX_SERVER_NAME = 'localhost';
+
+$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
+
+
+
+
+
+
+
+
+
+
+$SSO['SETTINGS'] = [
+];
+
+?>
|
Run tests:
spec/classes/web_spec.rb#L216
zabbix::web on debian-11-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) }
expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n"
Diff:
@@ -1,32 +1,63 @@
-(?-mix:^\$ZBX_SERVER = 'localhost')
+<?php
+// Zabbix GUI configuration file
+global $DB;
+
+$DB['TYPE'] = 'POSTGRESQL';
+$DB['SERVER'] = 'localhost';
+$DB['PORT'] = '5432';
+$DB['DATABASE'] = 'zabbix-server';
+$DB['USER'] = 'zabbix-server';
+$DB['PASSWORD'] = 'zabbix-server';
+
+// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database
+$DB['SCHEMA'] = '';
+
+
+$ZBX_SERVER_NAME = 'localhost';
+
+$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
+
+
+
+
+
+
+
+
+
+
+$SSO['SETTINGS'] = [
+];
+
+?>
|
Run tests:
spec/classes/web_spec.rb#L217
zabbix::web on debian-11-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) }
expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n"
Diff:
@@ -1,32 +1,63 @@
-(?-mix:^\$ZBX_SERVER_PORT = '3306')
+<?php
+// Zabbix GUI configuration file
+global $DB;
+
+$DB['TYPE'] = 'POSTGRESQL';
+$DB['SERVER'] = 'localhost';
+$DB['PORT'] = '5432';
+$DB['DATABASE'] = 'zabbix-server';
+$DB['USER'] = 'zabbix-server';
+$DB['PASSWORD'] = 'zabbix-server';
+
+// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database
+$DB['SCHEMA'] = '';
+
+
+$ZBX_SERVER_NAME = 'localhost';
+
+$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
+
+
+
+
+
+
+
+
+
+
+$SSO['SETTINGS'] = [
+];
+
+?>
|
Run tests:
spec/classes/web_spec.rb#L216
zabbix::web on debian-11-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) }
expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n"
Diff:
@@ -1,32 +1,63 @@
-(?-mix:^\$ZBX_SERVER = 'localhost')
+<?php
+// Zabbix GUI configuration file
+global $DB;
+
+$DB['TYPE'] = 'POSTGRESQL';
+$DB['SERVER'] = 'localhost';
+$DB['PORT'] = '5432';
+$DB['DATABASE'] = 'zabbix-server';
+$DB['USER'] = 'zabbix-server';
+$DB['PASSWORD'] = 'zabbix-server';
+
+// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database
+$DB['SCHEMA'] = '';
+
+
+$ZBX_SERVER_NAME = 'localhost';
+
+$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
+
+
+
+
+
+
+
+
+
+
+$SSO['SETTINGS'] = [
+];
+
+?>
|
Run tests:
spec/classes/web_spec.rb#L217
zabbix::web on debian-11-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) }
expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n"
Diff:
@@ -1,32 +1,63 @@
-(?-mix:^\$ZBX_SERVER_PORT = '3306')
+<?php
+// Zabbix GUI configuration file
+global $DB;
+
+$DB['TYPE'] = 'POSTGRESQL';
+$DB['SERVER'] = 'localhost';
+$DB['PORT'] = '5432';
+$DB['DATABASE'] = 'zabbix-server';
+$DB['USER'] = 'zabbix-server';
+$DB['PASSWORD'] = 'zabbix-server';
+
+// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database
+$DB['SCHEMA'] = '';
+
+
+$ZBX_SERVER_NAME = 'localhost';
+
+$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
+
+
+
+
+
+
+
+
+
+
+$SSO['SETTINGS'] = [
+];
+
+?>
|
Run tests:
spec/classes/web_spec.rb#L216
zabbix::web on centos-8-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) }
expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n"
Diff:
@@ -1,32 +1,63 @@
-(?-mix:^\$ZBX_SERVER = 'localhost')
+<?php
+// Zabbix GUI configuration file
+global $DB;
+
+$DB['TYPE'] = 'POSTGRESQL';
+$DB['SERVER'] = 'localhost';
+$DB['PORT'] = '5432';
+$DB['DATABASE'] = 'zabbix-server';
+$DB['USER'] = 'zabbix-server';
+$DB['PASSWORD'] = 'zabbix-server';
+
+// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database
+$DB['SCHEMA'] = '';
+
+
+$ZBX_SERVER_NAME = 'localhost';
+
+$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
+
+
+
+
+
+
+
+
+
+
+$SSO['SETTINGS'] = [
+];
+
+?>
|
Run tests:
spec/classes/web_spec.rb#L217
zabbix::web on centos-8-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) }
expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n"
Diff:
@@ -1,32 +1,63 @@
-(?-mix:^\$ZBX_SERVER_PORT = '3306')
+<?php
+// Zabbix GUI configuration file
+global $DB;
+
+$DB['TYPE'] = 'POSTGRESQL';
+$DB['SERVER'] = 'localhost';
+$DB['PORT'] = '5432';
+$DB['DATABASE'] = 'zabbix-server';
+$DB['USER'] = 'zabbix-server';
+$DB['PASSWORD'] = 'zabbix-server';
+
+// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database
+$DB['SCHEMA'] = '';
+
+
+$ZBX_SERVER_NAME = 'localhost';
+
+$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
+
+
+
+
+
+
+
+
+
+
+$SSO['SETTINGS'] = [
+];
+
+?>
|
The logs for this run have expired and are no longer available.
Loading