Skip to content

Commit

Permalink
Zabbix web-interface maintenance mode support (docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Sep 11, 2020
1 parent 8f3092b commit 36290aa
Show file tree
Hide file tree
Showing 12 changed files with 144 additions and 0 deletions.
12 changes: 12 additions & 0 deletions web-apache-mysql/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions web-apache-mysql/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions web-apache-mysql/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions web-apache-pgsql/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions web-apache-pgsql/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions web-apache-pgsql/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions web-nginx-mysql/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions web-nginx-mysql/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions web-nginx-mysql/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions web-nginx-pgsql/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions web-nginx-pgsql/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions web-nginx-pgsql/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 36290aa

Please sign in to comment.