From 36290aa92cdc8171047c67e5d15ed0a5fbedd260 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 11 Sep 2020 10:25:00 -0400 Subject: [PATCH] Zabbix web-interface maintenance mode support (docs) --- web-apache-mysql/alpine/README.md | 12 ++++++++++++ web-apache-mysql/centos/README.md | 12 ++++++++++++ web-apache-mysql/ubuntu/README.md | 12 ++++++++++++ web-apache-pgsql/alpine/README.md | 12 ++++++++++++ web-apache-pgsql/centos/README.md | 12 ++++++++++++ web-apache-pgsql/ubuntu/README.md | 12 ++++++++++++ web-nginx-mysql/alpine/README.md | 12 ++++++++++++ web-nginx-mysql/centos/README.md | 12 ++++++++++++ web-nginx-mysql/ubuntu/README.md | 12 ++++++++++++ web-nginx-pgsql/alpine/README.md | 12 ++++++++++++ web-nginx-pgsql/centos/README.md | 12 ++++++++++++ web-nginx-pgsql/ubuntu/README.md | 12 ++++++++++++ 12 files changed, 144 insertions(+) diff --git a/web-apache-mysql/alpine/README.md b/web-apache-mysql/alpine/README.md index 762097c76..bd7f31527 100644 --- a/web-apache-mysql/alpine/README.md +++ b/web-apache-mysql/alpine/README.md @@ -162,6 +162,18 @@ The varable is PHP ``upload_max_filesize`` option. By default, value is `2M`. The varable is PHP ``max_input_time`` option. By default, value is `300`. +### `ZBX_DENY_GUI_ACCESS` + +Enable (``true``) maintenance mode for Zabbix web-interface. + +### `ZBX_GUI_ACCESS_IP_RANGE` + +Array of IP addresses which are allowed for accessing to Zabbix web-interface during maintenance period. + +### `ZBX_GUI_WARNING_MSG` + +Information message about maintenance period for Zabbix web-interface. + ### `ZBX_DB_ENCRYPTION` The variable allows to activate encryption for connections to Zabbix database. Even if no other environment variables are specified, connections will be TLS-encrypted if `ZBX_DB_ENCRYPTION=true` specified. Available since 5.0.0. Disabled by default. diff --git a/web-apache-mysql/centos/README.md b/web-apache-mysql/centos/README.md index 762097c76..bd7f31527 100644 --- a/web-apache-mysql/centos/README.md +++ b/web-apache-mysql/centos/README.md @@ -162,6 +162,18 @@ The varable is PHP ``upload_max_filesize`` option. By default, value is `2M`. The varable is PHP ``max_input_time`` option. By default, value is `300`. +### `ZBX_DENY_GUI_ACCESS` + +Enable (``true``) maintenance mode for Zabbix web-interface. + +### `ZBX_GUI_ACCESS_IP_RANGE` + +Array of IP addresses which are allowed for accessing to Zabbix web-interface during maintenance period. + +### `ZBX_GUI_WARNING_MSG` + +Information message about maintenance period for Zabbix web-interface. + ### `ZBX_DB_ENCRYPTION` The variable allows to activate encryption for connections to Zabbix database. Even if no other environment variables are specified, connections will be TLS-encrypted if `ZBX_DB_ENCRYPTION=true` specified. Available since 5.0.0. Disabled by default. diff --git a/web-apache-mysql/ubuntu/README.md b/web-apache-mysql/ubuntu/README.md index 762097c76..bd7f31527 100644 --- a/web-apache-mysql/ubuntu/README.md +++ b/web-apache-mysql/ubuntu/README.md @@ -162,6 +162,18 @@ The varable is PHP ``upload_max_filesize`` option. By default, value is `2M`. The varable is PHP ``max_input_time`` option. By default, value is `300`. +### `ZBX_DENY_GUI_ACCESS` + +Enable (``true``) maintenance mode for Zabbix web-interface. + +### `ZBX_GUI_ACCESS_IP_RANGE` + +Array of IP addresses which are allowed for accessing to Zabbix web-interface during maintenance period. + +### `ZBX_GUI_WARNING_MSG` + +Information message about maintenance period for Zabbix web-interface. + ### `ZBX_DB_ENCRYPTION` The variable allows to activate encryption for connections to Zabbix database. Even if no other environment variables are specified, connections will be TLS-encrypted if `ZBX_DB_ENCRYPTION=true` specified. Available since 5.0.0. Disabled by default. diff --git a/web-apache-pgsql/alpine/README.md b/web-apache-pgsql/alpine/README.md index fcd67454a..91df66487 100644 --- a/web-apache-pgsql/alpine/README.md +++ b/web-apache-pgsql/alpine/README.md @@ -160,6 +160,18 @@ The varable is PHP ``upload_max_filesize`` option. By default, value is `2M`. The varable is PHP ``max_input_time`` option. By default, value is `300`. +### `ZBX_DENY_GUI_ACCESS` + +Enable (``true``) maintenance mode for Zabbix web-interface. + +### `ZBX_GUI_ACCESS_IP_RANGE` + +Array of IP addresses which are allowed for accessing to Zabbix web-interface during maintenance period. + +### `ZBX_GUI_WARNING_MSG` + +Information message about maintenance period for Zabbix web-interface. + ### `ZBX_DB_ENCRYPTION` The variable allows to activate encryption for connections to Zabbix database. Even if no other environment variables are specified, connections will be TLS-encrypted if `ZBX_DB_ENCRYPTION=true` specified. Available since 5.0.0. Disabled by default. diff --git a/web-apache-pgsql/centos/README.md b/web-apache-pgsql/centos/README.md index fcd67454a..91df66487 100644 --- a/web-apache-pgsql/centos/README.md +++ b/web-apache-pgsql/centos/README.md @@ -160,6 +160,18 @@ The varable is PHP ``upload_max_filesize`` option. By default, value is `2M`. The varable is PHP ``max_input_time`` option. By default, value is `300`. +### `ZBX_DENY_GUI_ACCESS` + +Enable (``true``) maintenance mode for Zabbix web-interface. + +### `ZBX_GUI_ACCESS_IP_RANGE` + +Array of IP addresses which are allowed for accessing to Zabbix web-interface during maintenance period. + +### `ZBX_GUI_WARNING_MSG` + +Information message about maintenance period for Zabbix web-interface. + ### `ZBX_DB_ENCRYPTION` The variable allows to activate encryption for connections to Zabbix database. Even if no other environment variables are specified, connections will be TLS-encrypted if `ZBX_DB_ENCRYPTION=true` specified. Available since 5.0.0. Disabled by default. diff --git a/web-apache-pgsql/ubuntu/README.md b/web-apache-pgsql/ubuntu/README.md index fcd67454a..91df66487 100644 --- a/web-apache-pgsql/ubuntu/README.md +++ b/web-apache-pgsql/ubuntu/README.md @@ -160,6 +160,18 @@ The varable is PHP ``upload_max_filesize`` option. By default, value is `2M`. The varable is PHP ``max_input_time`` option. By default, value is `300`. +### `ZBX_DENY_GUI_ACCESS` + +Enable (``true``) maintenance mode for Zabbix web-interface. + +### `ZBX_GUI_ACCESS_IP_RANGE` + +Array of IP addresses which are allowed for accessing to Zabbix web-interface during maintenance period. + +### `ZBX_GUI_WARNING_MSG` + +Information message about maintenance period for Zabbix web-interface. + ### `ZBX_DB_ENCRYPTION` The variable allows to activate encryption for connections to Zabbix database. Even if no other environment variables are specified, connections will be TLS-encrypted if `ZBX_DB_ENCRYPTION=true` specified. Available since 5.0.0. Disabled by default. diff --git a/web-nginx-mysql/alpine/README.md b/web-nginx-mysql/alpine/README.md index 5d3d2328f..8d7a72ff1 100644 --- a/web-nginx-mysql/alpine/README.md +++ b/web-nginx-mysql/alpine/README.md @@ -163,6 +163,18 @@ The varable is PHP ``upload_max_filesize`` option. By default, value is `2M`. The varable is PHP ``max_input_time`` option. By default, value is `300`. +### `ZBX_DENY_GUI_ACCESS` + +Enable (``true``) maintenance mode for Zabbix web-interface. + +### `ZBX_GUI_ACCESS_IP_RANGE` + +Array of IP addresses which are allowed for accessing to Zabbix web-interface during maintenance period. + +### `ZBX_GUI_WARNING_MSG` + +Information message about maintenance period for Zabbix web-interface. + ### `ZBX_DB_ENCRYPTION` The variable allows to activate encryption for connections to Zabbix database. Even if no other environment variables are specified, connections will be TLS-encrypted if `ZBX_DB_ENCRYPTION=true` specified. Available since 5.0.0. Disabled by default. diff --git a/web-nginx-mysql/centos/README.md b/web-nginx-mysql/centos/README.md index 5d3d2328f..8d7a72ff1 100644 --- a/web-nginx-mysql/centos/README.md +++ b/web-nginx-mysql/centos/README.md @@ -163,6 +163,18 @@ The varable is PHP ``upload_max_filesize`` option. By default, value is `2M`. The varable is PHP ``max_input_time`` option. By default, value is `300`. +### `ZBX_DENY_GUI_ACCESS` + +Enable (``true``) maintenance mode for Zabbix web-interface. + +### `ZBX_GUI_ACCESS_IP_RANGE` + +Array of IP addresses which are allowed for accessing to Zabbix web-interface during maintenance period. + +### `ZBX_GUI_WARNING_MSG` + +Information message about maintenance period for Zabbix web-interface. + ### `ZBX_DB_ENCRYPTION` The variable allows to activate encryption for connections to Zabbix database. Even if no other environment variables are specified, connections will be TLS-encrypted if `ZBX_DB_ENCRYPTION=true` specified. Available since 5.0.0. Disabled by default. diff --git a/web-nginx-mysql/ubuntu/README.md b/web-nginx-mysql/ubuntu/README.md index 5d3d2328f..8d7a72ff1 100644 --- a/web-nginx-mysql/ubuntu/README.md +++ b/web-nginx-mysql/ubuntu/README.md @@ -163,6 +163,18 @@ The varable is PHP ``upload_max_filesize`` option. By default, value is `2M`. The varable is PHP ``max_input_time`` option. By default, value is `300`. +### `ZBX_DENY_GUI_ACCESS` + +Enable (``true``) maintenance mode for Zabbix web-interface. + +### `ZBX_GUI_ACCESS_IP_RANGE` + +Array of IP addresses which are allowed for accessing to Zabbix web-interface during maintenance period. + +### `ZBX_GUI_WARNING_MSG` + +Information message about maintenance period for Zabbix web-interface. + ### `ZBX_DB_ENCRYPTION` The variable allows to activate encryption for connections to Zabbix database. Even if no other environment variables are specified, connections will be TLS-encrypted if `ZBX_DB_ENCRYPTION=true` specified. Available since 5.0.0. Disabled by default. diff --git a/web-nginx-pgsql/alpine/README.md b/web-nginx-pgsql/alpine/README.md index 7a133cc2e..3139141c5 100644 --- a/web-nginx-pgsql/alpine/README.md +++ b/web-nginx-pgsql/alpine/README.md @@ -160,6 +160,18 @@ The varable is PHP ``upload_max_filesize`` option. By default, value is `2M`. The varable is PHP ``max_input_time`` option. By default, value is `300`. +### `ZBX_DENY_GUI_ACCESS` + +Enable (``true``) maintenance mode for Zabbix web-interface. + +### `ZBX_GUI_ACCESS_IP_RANGE` + +Array of IP addresses which are allowed for accessing to Zabbix web-interface during maintenance period. + +### `ZBX_GUI_WARNING_MSG` + +Information message about maintenance period for Zabbix web-interface. + ### `ZBX_DB_ENCRYPTION` The variable allows to activate encryption for connections to Zabbix database. Even if no other environment variables are specified, connections will be TLS-encrypted if `ZBX_DB_ENCRYPTION=true` specified. Available since 5.0.0. Disabled by default. diff --git a/web-nginx-pgsql/centos/README.md b/web-nginx-pgsql/centos/README.md index 7a133cc2e..3139141c5 100644 --- a/web-nginx-pgsql/centos/README.md +++ b/web-nginx-pgsql/centos/README.md @@ -160,6 +160,18 @@ The varable is PHP ``upload_max_filesize`` option. By default, value is `2M`. The varable is PHP ``max_input_time`` option. By default, value is `300`. +### `ZBX_DENY_GUI_ACCESS` + +Enable (``true``) maintenance mode for Zabbix web-interface. + +### `ZBX_GUI_ACCESS_IP_RANGE` + +Array of IP addresses which are allowed for accessing to Zabbix web-interface during maintenance period. + +### `ZBX_GUI_WARNING_MSG` + +Information message about maintenance period for Zabbix web-interface. + ### `ZBX_DB_ENCRYPTION` The variable allows to activate encryption for connections to Zabbix database. Even if no other environment variables are specified, connections will be TLS-encrypted if `ZBX_DB_ENCRYPTION=true` specified. Available since 5.0.0. Disabled by default. diff --git a/web-nginx-pgsql/ubuntu/README.md b/web-nginx-pgsql/ubuntu/README.md index 7a133cc2e..3139141c5 100644 --- a/web-nginx-pgsql/ubuntu/README.md +++ b/web-nginx-pgsql/ubuntu/README.md @@ -160,6 +160,18 @@ The varable is PHP ``upload_max_filesize`` option. By default, value is `2M`. The varable is PHP ``max_input_time`` option. By default, value is `300`. +### `ZBX_DENY_GUI_ACCESS` + +Enable (``true``) maintenance mode for Zabbix web-interface. + +### `ZBX_GUI_ACCESS_IP_RANGE` + +Array of IP addresses which are allowed for accessing to Zabbix web-interface during maintenance period. + +### `ZBX_GUI_WARNING_MSG` + +Information message about maintenance period for Zabbix web-interface. + ### `ZBX_DB_ENCRYPTION` The variable allows to activate encryption for connections to Zabbix database. Even if no other environment variables are specified, connections will be TLS-encrypted if `ZBX_DB_ENCRYPTION=true` specified. Available since 5.0.0. Disabled by default.