mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-22 12:50:51 +01:00
Zabbix web-interface maintenance mode support (docs)
This commit is contained in:
parent
8f3092b493
commit
36290aa92c
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user