You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Connect to Zabbix server or Zabbix proxy containers (Active checks)
50
50
51
-
This image supports perform active checks, so container linking makes Zabbix server and Zabbix proxy containers available to Zabbix agent instance. Start your application container like this in order to link Zabbix agent to Zabbix server or Zabbix proxy containterns:
51
+
This image supports perform active checks, so container linking makes Zabbix server and Zabbix proxy containers available to Zabbix agent instance. Start your application container like this in order to link Zabbix agent to Zabbix server or Zabbix proxy containers:
52
52
53
53
```console
54
54
$ docker run --name some-zabbix-agent --link some-zabbix-server:zabbix-server --init -d zabbix/zabbix-agent:latest
## Connect to Zabbix server or Zabbix proxy containers (Active checks)
50
50
51
-
This image supports perform active checks, so container linking makes Zabbix server and Zabbix proxy containers available to Zabbix agent 2 instance. Start your application container like this in order to link Zabbix agent 2 to Zabbix server or Zabbix proxy containterns:
51
+
This image supports perform active checks, so container linking makes Zabbix server and Zabbix proxy containers available to Zabbix agent 2 instance. Start your application container like this in order to link Zabbix agent 2 to Zabbix server or Zabbix proxy containers:
52
52
53
53
```console
54
54
$ docker run --name some-zabbix-agent --link some-zabbix-server:zabbix-server --init -d zabbix/zabbix-agent2:latest
Copy file name to clipboardExpand all lines: Dockerfiles/java-gateway/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ This variable is used to specify timeout for outgoing connections. By default, v
70
70
71
71
### `ZBX_DEBUGLEVEL`
72
72
73
-
This variable is used to specify log level. By default, value is `info`. The variable allows next values: ``trace``, ``debug``, ``info``, ``want``, ``error``, ``all``, ``off``
73
+
This variable is used to specify log level. By default, value is `info`. The variable allows next values: ``trace``, ``debug``, ``info``, ``warn``, ``error``, ``all``, ``off``
74
74
75
75
### `ZBX_PROPERTIES_FILE`
76
76
@@ -104,7 +104,7 @@ This is the defacto image. If you are unsure about what your needs are, you prob
104
104
105
105
## `zabbix-java-gateway:ol-<version>`
106
106
107
-
Oracle Linux is an open-source operating system available under the GNU General Public License (GPLv2). Suitable for general purpose or Oracle workloads, it benefits from rigorous testing of more than 128,000 hours per day with real-world workloads and includes unique innovations such as Ksplice
107
+
Oracle Linux is an open-source operating system available under the GNU General Public License (GPLv2). Suitable for general purpose or Oracle workloads, it benefits from rigorous testing of more than 128,000 hours per day with real-world workloads and includes unique innovations such as Ksplice for zero-downtime kernel patching, DTrace for real-time diagnostics, the powerful Btrfs file system, and more.
This image can operate as Active proxy (`default` mode). Start your application container like this in order to link Zabbix proxy to Zabbix server containters:
67
+
This image can operate as Active proxy (`default` mode). Start your application container like this in order to link Zabbix proxy to Zabbix server containers:
68
68
69
69
```console
70
70
$ docker run --name some-zabbix-proxy-mysql --link some-zabbix-server:zabbix-server --init -d zabbix/zabbix-proxy-mysql:latest
@@ -90,7 +90,7 @@ When you start the `zabbix-proxy-mysql` image, you can adjust the configuration
90
90
91
91
### `ZBX_PROXYMODE`
92
92
93
-
The variable allows to switch Zabbix proxy mode. Bu default, value is `0` - active proxy. Allowed values are `0` - active proxy and `1` - passive proxy.
93
+
The variable allows to switch Zabbix proxy mode. By default, value is `0` - active proxy. Allowed values are `0` - active proxy and `1` - passive proxy.
94
94
95
95
### `ZBX_HOSTNAME`
96
96
@@ -272,7 +272,7 @@ The volume is used as location of public and private keys for SSH checks and act
272
272
273
273
### ``/var/lib/zabbix/ssl/certs``
274
274
275
-
The volume is used as location of of SSL client certificate files for client authentication. It is `SSLCertLocation` parameter in ``zabbix_proxy.conf``.
275
+
The volume is used as location of SSL client certificate files for client authentication. It is `SSLCertLocation` parameter in ``zabbix_proxy.conf``.
276
276
277
277
### ``/var/lib/zabbix/ssl/keys``
278
278
@@ -289,7 +289,7 @@ SNMP traps processing feature could be enabled using shared volume and switched
289
289
290
290
### ``/var/lib/zabbix/mibs``
291
291
292
-
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed to``/var/lib/zabbix/mibs``.
292
+
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed in``/var/lib/zabbix/mibs``.
Copy file name to clipboardExpand all lines: Dockerfiles/proxy-sqlite3/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ The volume is used as location of public and private keys for SSH checks and act
229
229
230
230
### ``/var/lib/zabbix/ssl/certs``
231
231
232
-
The volume is used as location of of SSL client certificate files for client authentication. It is `SSLCertLocation` parameter in ``zabbix_proxy.conf``.
232
+
The volume is used as location of SSL client certificate files for client authentication. It is `SSLCertLocation` parameter in ``zabbix_proxy.conf``.
233
233
234
234
### ``/var/lib/zabbix/ssl/keys``
235
235
@@ -246,7 +246,7 @@ SNMP traps processing feature could be enabled using shared volume and switched
246
246
247
247
### ``/var/lib/zabbix/mibs``
248
248
249
-
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed to``/var/lib/zabbix/mibs``.
249
+
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed in``/var/lib/zabbix/mibs``.
Copy file name to clipboardExpand all lines: Dockerfiles/server-mysql/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ ZBX_SMSDEVICES=
183
183
ZBX_HOUSEKEEPINGFREQUENCY=1
184
184
ZBX_MAXHOUSEKEEPERDELETE=5000
185
185
ZBX_PROBLEMHOUSEKEEPINGFREQUENCY=60 # Available since 6.0.0
186
-
ZBX_SENDERFREQUENCY=30 # Depcrecated since 3.4.0
186
+
ZBX_SENDERFREQUENCY=30 # Deprecated since 3.4.0
187
187
ZBX_CACHESIZE=8M
188
188
ZBX_CACHEUPDATEFREQUENCY=10
189
189
ZBX_STARTDBSYNCERS=4
@@ -258,7 +258,7 @@ The volume is used as location of public and private keys for SSH checks and act
258
258
259
259
### ``/var/lib/zabbix/ssl/certs``
260
260
261
-
The volume is used as location of of SSL client certificate files for client authentication. It is `SSLCertLocation` parameter in ``zabbix_server.conf``.
261
+
The volume is used as location of SSL client certificate files for client authentication. It is `SSLCertLocation` parameter in ``zabbix_server.conf``.
262
262
263
263
### ``/var/lib/zabbix/ssl/keys``
264
264
@@ -275,7 +275,7 @@ SNMP traps processing feature could be enabled using shared volume and switched
275
275
276
276
### ``/var/lib/zabbix/mibs``
277
277
278
-
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed to``/var/lib/zabbix/mibs``.
278
+
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed in``/var/lib/zabbix/mibs``.
Copy file name to clipboardExpand all lines: Dockerfiles/server-pgsql/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ ZBX_SMSDEVICES=
184
184
ZBX_HOUSEKEEPINGFREQUENCY=1
185
185
ZBX_MAXHOUSEKEEPERDELETE=5000
186
186
ZBX_PROBLEMHOUSEKEEPINGFREQUENCY=60 # Available since 6.0.0
187
-
ZBX_SENDERFREQUENCY=30 # Depcrecated since 3.4.0
187
+
ZBX_SENDERFREQUENCY=30 # Deprecated since 3.4.0
188
188
ZBX_CACHESIZE=8M
189
189
ZBX_CACHEUPDATEFREQUENCY=10
190
190
ZBX_STARTDBSYNCERS=4
@@ -259,7 +259,7 @@ The volume is used as location of public and private keys for SSH checks and act
259
259
260
260
### ``/var/lib/zabbix/ssl/certs``
261
261
262
-
The volume is used as location of of SSL client certificate files for client authentication. It is `SSLCertLocation` parameter in ``zabbix_server.conf``.
262
+
The volume is used as location of SSL client certificate files for client authentication. It is `SSLCertLocation` parameter in ``zabbix_server.conf``.
263
263
264
264
### ``/var/lib/zabbix/ssl/keys``
265
265
@@ -276,7 +276,7 @@ SNMP traps processing feature could be enabled using shared volume and switched
276
276
277
277
### ``/var/lib/zabbix/mibs``
278
278
279
-
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed to``/var/lib/zabbix/mibs``.
279
+
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed in``/var/lib/zabbix/mibs``.
Copy file name to clipboardExpand all lines: Dockerfiles/web-apache-mysql/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,23 +144,23 @@ The variable allows to hide Web server and PHP versions. By default, `on`.
144
144
145
145
### `ZBX_MAXEXECUTIONTIME`
146
146
147
-
The varable is PHP ``max_execution_time`` option. By default, value is `300`.
147
+
The variable is PHP ``max_execution_time`` option. By default, value is `300`.
148
148
149
149
### `ZBX_MEMORYLIMIT`
150
150
151
-
The varable is PHP ``memory_limit`` option. By default, value is `128M`.
151
+
The variable is PHP ``memory_limit`` option. By default, value is `128M`.
152
152
153
153
### `ZBX_POSTMAXSIZE`
154
154
155
-
The varable is PHP ``post_max_size`` option. By default, value is `16M`.
155
+
The variable is PHP ``post_max_size`` option. By default, value is `16M`.
156
156
157
157
### `ZBX_UPLOADMAXFILESIZE`
158
158
159
-
The varable is PHP ``upload_max_filesize`` option. By default, value is `2M`.
159
+
The variable is PHP ``upload_max_filesize`` option. By default, value is `2M`.
160
160
161
161
### `ZBX_MAXINPUTTIME`
162
162
163
-
The varable is PHP ``max_input_time`` option. By default, value is `300`.
163
+
The variable is PHP ``max_input_time`` option. By default, value is `300`.
164
164
165
165
### `ZBX_SESSION_NAME`
166
166
@@ -204,11 +204,11 @@ The variable allows to specify a custom list of valid ciphers. The format of the
204
204
205
205
### `ZBX_SSO_SP_KEY`
206
206
207
-
The variable allows to specify a custom file path to the Serivce Provider (SP) private key file.
207
+
The variable allows to specify a custom file path to the Service Provider (SP) private key file.
208
208
209
209
### `ZBX_SSO_SP_CERT`
210
210
211
-
The variable allows to specify a custom file path to the Serivce Provider (SP) cert file.
211
+
The variable allows to specify a custom file path to the Service Provider (SP) cert file.
212
212
213
213
### `ZBX_SSO_IDP_CERT`
214
214
@@ -258,13 +258,13 @@ WEB_REAL_IP_HEADER=
258
258
259
259
### ``/etc/ssl/apache2``
260
260
261
-
The volume allows to enable HTTPS for the Zabbix web interface. The volume must contains two files ``ssl.crt`` and ``ssl.key`` prepared for Apache2 SSL connections.
261
+
The volume allows to enable HTTPS for the Zabbix web interface. The volume must contain two files ``ssl.crt`` and ``ssl.key`` prepared for Apache2 SSL connections.
262
262
263
263
Please follow official Apache2 [documentation](https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html) to get more details about how to create certificate files.
264
264
265
265
### ``/etc/zabbix/web/certs``
266
266
267
-
The volume allows to use custom certificates for SAML authentification. The volume must contains three files ``sp.key``, ``sp.crt`` and ``idp.crt``. Available since 5.0.0.
267
+
The volume allows to use custom certificates for SAML authentication. The volume must contain three files ``sp.key``, ``sp.crt`` and ``idp.crt``. Available since 5.0.0.
Copy file name to clipboardExpand all lines: Dockerfiles/web-apache-pgsql/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,23 +148,23 @@ The variable allows to hide Web server and PHP versions. By default, `on`.
148
148
149
149
### `ZBX_MAXEXECUTIONTIME`
150
150
151
-
The varable is PHP ``max_execution_time`` option. By default, value is `300`.
151
+
The variable is PHP ``max_execution_time`` option. By default, value is `300`.
152
152
153
153
### `ZBX_MEMORYLIMIT`
154
154
155
-
The varable is PHP ``memory_limit`` option. By default, value is `128M`.
155
+
The variable is PHP ``memory_limit`` option. By default, value is `128M`.
156
156
157
157
### `ZBX_POSTMAXSIZE`
158
158
159
-
The varable is PHP ``post_max_size`` option. By default, value is `16M`.
159
+
The variable is PHP ``post_max_size`` option. By default, value is `16M`.
160
160
161
161
### `ZBX_UPLOADMAXFILESIZE`
162
162
163
-
The varable is PHP ``upload_max_filesize`` option. By default, value is `2M`.
163
+
The variable is PHP ``upload_max_filesize`` option. By default, value is `2M`.
164
164
165
165
### `ZBX_MAXINPUTTIME`
166
166
167
-
The varable is PHP ``max_input_time`` option. By default, value is `300`.
167
+
The variable is PHP ``max_input_time`` option. By default, value is `300`.
168
168
169
169
### `ZBX_SESSION_NAME`
170
170
@@ -204,11 +204,11 @@ The variable allows to activate host verification. Available since 5.0.0.
204
204
205
205
### `ZBX_SSO_SP_KEY`
206
206
207
-
The variable allows to specify a custom file path to the Serivce Provider (SP) private key file.
207
+
The variable allows to specify a custom file path to the Service Provider (SP) private key file.
208
208
209
209
### `ZBX_SSO_SP_CERT`
210
210
211
-
The variable allows to specify a custom file path to the Serivce Provider (SP) cert file.
211
+
The variable allows to specify a custom file path to the Service Provider (SP) cert file.
212
212
213
213
### `ZBX_SSO_IDP_CERT`
214
214
@@ -258,13 +258,13 @@ WEB_REAL_IP_HEADER=
258
258
259
259
### ``/etc/ssl/apache2``
260
260
261
-
The volume allows to enable HTTPS for the Zabbix web interface. The volume must contains two files ``ssl.crt`` and ``ssl.key`` prepared for Apache2 SSL connections.
261
+
The volume allows to enable HTTPS for the Zabbix web interface. The volume must contain two files ``ssl.crt`` and ``ssl.key`` prepared for Apache2 SSL connections.
262
262
263
263
Please follow official Apache2 [documentation](https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html) to get more details about how to create certificate files.
264
264
265
265
### ``/etc/zabbix/web/certs``
266
266
267
-
The volume allows to use custom certificates for SAML authentification. The volume must contains three files ``sp.key``, ``sp.crt`` and ``idp.crt``. Available since 5.0.0.
267
+
The volume allows to use custom certificates for SAML authentication. The volume must contain three files ``sp.key``, ``sp.crt`` and ``idp.crt``. Available since 5.0.0.
0 commit comments