From 94872ffa078f9afc149b073e3e92e36f5669e4dc Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 23 Jun 2020 15:28:34 +0300 Subject: [PATCH] Added DOUBLE_IEEE754 varaiable --- web-apache-mysql/alpine/README.md | 4 ++++ web-apache-mysql/centos/README.md | 4 ++++ web-apache-mysql/ubuntu/README.md | 4 ++++ web-apache-pgsql/alpine/README.md | 4 ++++ web-apache-pgsql/centos/README.md | 4 ++++ web-apache-pgsql/ubuntu/README.md | 4 ++++ web-nginx-mysql/alpine/README.md | 4 ++++ web-nginx-mysql/centos/README.md | 4 ++++ web-nginx-mysql/ubuntu/README.md | 4 ++++ web-nginx-pgsql/alpine/README.md | 4 ++++ web-nginx-pgsql/centos/README.md | 4 ++++ web-nginx-pgsql/ubuntu/README.md | 4 ++++ 12 files changed, 48 insertions(+) diff --git a/web-apache-mysql/alpine/README.md b/web-apache-mysql/alpine/README.md index ce8c93444..10d1606b3 100644 --- a/web-apache-mysql/alpine/README.md +++ b/web-apache-mysql/alpine/README.md @@ -134,6 +134,10 @@ The variable is timezone in PHP format. Full list of supported timezones are ava The variable is visible Zabbix installation name in right top corner of the web interface. +### `DB_DOUBLE_IEEE754` + +Use IEEE754 compatible value range for 64-bit Numeric (float) history values. Available since 5.0.0. Enabled by default. + ### `ZBX_MAXEXECUTIONTIME` The varable is PHP ``max_execution_time`` option. By default, value is `300`. diff --git a/web-apache-mysql/centos/README.md b/web-apache-mysql/centos/README.md index ce8c93444..10d1606b3 100644 --- a/web-apache-mysql/centos/README.md +++ b/web-apache-mysql/centos/README.md @@ -134,6 +134,10 @@ The variable is timezone in PHP format. Full list of supported timezones are ava The variable is visible Zabbix installation name in right top corner of the web interface. +### `DB_DOUBLE_IEEE754` + +Use IEEE754 compatible value range for 64-bit Numeric (float) history values. Available since 5.0.0. Enabled by default. + ### `ZBX_MAXEXECUTIONTIME` The varable is PHP ``max_execution_time`` option. By default, value is `300`. diff --git a/web-apache-mysql/ubuntu/README.md b/web-apache-mysql/ubuntu/README.md index ce8c93444..10d1606b3 100644 --- a/web-apache-mysql/ubuntu/README.md +++ b/web-apache-mysql/ubuntu/README.md @@ -134,6 +134,10 @@ The variable is timezone in PHP format. Full list of supported timezones are ava The variable is visible Zabbix installation name in right top corner of the web interface. +### `DB_DOUBLE_IEEE754` + +Use IEEE754 compatible value range for 64-bit Numeric (float) history values. Available since 5.0.0. Enabled by default. + ### `ZBX_MAXEXECUTIONTIME` The varable is PHP ``max_execution_time`` option. By default, value is `300`. diff --git a/web-apache-pgsql/alpine/README.md b/web-apache-pgsql/alpine/README.md index 9da5a5ffc..1bc484cb7 100644 --- a/web-apache-pgsql/alpine/README.md +++ b/web-apache-pgsql/alpine/README.md @@ -132,6 +132,10 @@ The variable is timezone in PHP format. Full list of supported timezones are ava The variable is visible Zabbix installation name in right top corner of the web interface. +### `DB_DOUBLE_IEEE754` + +Use IEEE754 compatible value range for 64-bit Numeric (float) history values. Available since 5.0.0. Enabled by default. + ### `ZBX_MAXEXECUTIONTIME` The varable is PHP ``max_execution_time`` option. By default, value is `300`. diff --git a/web-apache-pgsql/centos/README.md b/web-apache-pgsql/centos/README.md index 9da5a5ffc..1bc484cb7 100644 --- a/web-apache-pgsql/centos/README.md +++ b/web-apache-pgsql/centos/README.md @@ -132,6 +132,10 @@ The variable is timezone in PHP format. Full list of supported timezones are ava The variable is visible Zabbix installation name in right top corner of the web interface. +### `DB_DOUBLE_IEEE754` + +Use IEEE754 compatible value range for 64-bit Numeric (float) history values. Available since 5.0.0. Enabled by default. + ### `ZBX_MAXEXECUTIONTIME` The varable is PHP ``max_execution_time`` option. By default, value is `300`. diff --git a/web-apache-pgsql/ubuntu/README.md b/web-apache-pgsql/ubuntu/README.md index 9da5a5ffc..1bc484cb7 100644 --- a/web-apache-pgsql/ubuntu/README.md +++ b/web-apache-pgsql/ubuntu/README.md @@ -132,6 +132,10 @@ The variable is timezone in PHP format. Full list of supported timezones are ava The variable is visible Zabbix installation name in right top corner of the web interface. +### `DB_DOUBLE_IEEE754` + +Use IEEE754 compatible value range for 64-bit Numeric (float) history values. Available since 5.0.0. Enabled by default. + ### `ZBX_MAXEXECUTIONTIME` The varable is PHP ``max_execution_time`` option. By default, value is `300`. diff --git a/web-nginx-mysql/alpine/README.md b/web-nginx-mysql/alpine/README.md index 71c7d624c..775fc3703 100644 --- a/web-nginx-mysql/alpine/README.md +++ b/web-nginx-mysql/alpine/README.md @@ -134,6 +134,10 @@ The variable is timezone in PHP format. Full list of supported timezones are ava The variable is visible Zabbix installation name in right top corner of the web interface. +### `DB_DOUBLE_IEEE754` + +Use IEEE754 compatible value range for 64-bit Numeric (float) history values. Available since 5.0.0. Enabled by default. + ### `ZBX_MAXEXECUTIONTIME` The varable is PHP ``max_execution_time`` option. By default, value is `300`. diff --git a/web-nginx-mysql/centos/README.md b/web-nginx-mysql/centos/README.md index 71c7d624c..775fc3703 100644 --- a/web-nginx-mysql/centos/README.md +++ b/web-nginx-mysql/centos/README.md @@ -134,6 +134,10 @@ The variable is timezone in PHP format. Full list of supported timezones are ava The variable is visible Zabbix installation name in right top corner of the web interface. +### `DB_DOUBLE_IEEE754` + +Use IEEE754 compatible value range for 64-bit Numeric (float) history values. Available since 5.0.0. Enabled by default. + ### `ZBX_MAXEXECUTIONTIME` The varable is PHP ``max_execution_time`` option. By default, value is `300`. diff --git a/web-nginx-mysql/ubuntu/README.md b/web-nginx-mysql/ubuntu/README.md index 71c7d624c..775fc3703 100644 --- a/web-nginx-mysql/ubuntu/README.md +++ b/web-nginx-mysql/ubuntu/README.md @@ -134,6 +134,10 @@ The variable is timezone in PHP format. Full list of supported timezones are ava The variable is visible Zabbix installation name in right top corner of the web interface. +### `DB_DOUBLE_IEEE754` + +Use IEEE754 compatible value range for 64-bit Numeric (float) history values. Available since 5.0.0. Enabled by default. + ### `ZBX_MAXEXECUTIONTIME` The varable is PHP ``max_execution_time`` option. By default, value is `300`. diff --git a/web-nginx-pgsql/alpine/README.md b/web-nginx-pgsql/alpine/README.md index fad207f61..813c0659c 100644 --- a/web-nginx-pgsql/alpine/README.md +++ b/web-nginx-pgsql/alpine/README.md @@ -132,6 +132,10 @@ The variable is timezone in PHP format. Full list of supported timezones are ava The variable is visible Zabbix installation name in right top corner of the web interface. +### `DB_DOUBLE_IEEE754` + +Use IEEE754 compatible value range for 64-bit Numeric (float) history values. Available since 5.0.0. Enabled by default. + ### `ZBX_MAXEXECUTIONTIME` The varable is PHP ``max_execution_time`` option. By default, value is `300`. diff --git a/web-nginx-pgsql/centos/README.md b/web-nginx-pgsql/centos/README.md index fad207f61..813c0659c 100644 --- a/web-nginx-pgsql/centos/README.md +++ b/web-nginx-pgsql/centos/README.md @@ -132,6 +132,10 @@ The variable is timezone in PHP format. Full list of supported timezones are ava The variable is visible Zabbix installation name in right top corner of the web interface. +### `DB_DOUBLE_IEEE754` + +Use IEEE754 compatible value range for 64-bit Numeric (float) history values. Available since 5.0.0. Enabled by default. + ### `ZBX_MAXEXECUTIONTIME` The varable is PHP ``max_execution_time`` option. By default, value is `300`. diff --git a/web-nginx-pgsql/ubuntu/README.md b/web-nginx-pgsql/ubuntu/README.md index fad207f61..813c0659c 100644 --- a/web-nginx-pgsql/ubuntu/README.md +++ b/web-nginx-pgsql/ubuntu/README.md @@ -132,6 +132,10 @@ The variable is timezone in PHP format. Full list of supported timezones are ava The variable is visible Zabbix installation name in right top corner of the web interface. +### `DB_DOUBLE_IEEE754` + +Use IEEE754 compatible value range for 64-bit Numeric (float) history values. Available since 5.0.0. Enabled by default. + ### `ZBX_MAXEXECUTIONTIME` The varable is PHP ``max_execution_time`` option. By default, value is `300`.