Skip to content

Commit 2cea64e

Browse files
committed
Merge pull request #1837 from saranf/fix-typos-in-documentation
docs: fix typos in README files
1 parent af016ee commit 2cea64e

File tree

12 files changed

+53
-53
lines changed

12 files changed

+53
-53
lines changed

Dockerfiles/agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ docker run --name some-zabbix-server --link some-zabbix-agent:zabbix-agent --i
4848

4949
## Connect to Zabbix server or Zabbix proxy containers (Active checks)
5050

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:
5252

5353
```console
5454
$ docker run --name some-zabbix-agent --link some-zabbix-server:zabbix-server --init -d zabbix/zabbix-agent:latest

Dockerfiles/agent2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ docker run --name some-zabbix-server --link some-zabbix-agent:zabbix-agent2 --
4848

4949
## Connect to Zabbix server or Zabbix proxy containers (Active checks)
5050

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:
5252

5353
```console
5454
$ docker run --name some-zabbix-agent --link some-zabbix-server:zabbix-server --init -d zabbix/zabbix-agent2:latest

Dockerfiles/java-gateway/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This variable is used to specify timeout for outgoing connections. By default, v
7070

7171
### `ZBX_DEBUGLEVEL`
7272

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``
7474

7575
### `ZBX_PROPERTIES_FILE`
7676

@@ -104,7 +104,7 @@ This is the defacto image. If you are unsure about what your needs are, you prob
104104

105105
## `zabbix-java-gateway:ol-<version>`
106106

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.
108108

109109
# Supported Docker versions
110110

Dockerfiles/proxy-mysql/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $ docker run --name some-zabbix-server --link some-zabbix-proxy-mysql:zabbix-pro
6464

6565
## Connect to Zabbix server (Active proxy)
6666

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 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:
6868

6969
```console
7070
$ 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
9090

9191
### `ZBX_PROXYMODE`
9292

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.
9494

9595
### `ZBX_HOSTNAME`
9696

@@ -272,7 +272,7 @@ The volume is used as location of public and private keys for SSH checks and act
272272

273273
### ``/var/lib/zabbix/ssl/certs``
274274

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``.
276276

277277
### ``/var/lib/zabbix/ssl/keys``
278278

@@ -289,7 +289,7 @@ SNMP traps processing feature could be enabled using shared volume and switched
289289

290290
### ``/var/lib/zabbix/mibs``
291291

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``.
293293

294294
# The image variants
295295

Dockerfiles/proxy-sqlite3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The volume is used as location of public and private keys for SSH checks and act
229229

230230
### ``/var/lib/zabbix/ssl/certs``
231231

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``.
233233

234234
### ``/var/lib/zabbix/ssl/keys``
235235

@@ -246,7 +246,7 @@ SNMP traps processing feature could be enabled using shared volume and switched
246246

247247
### ``/var/lib/zabbix/mibs``
248248

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``.
250250

251251
# The image variants
252252

Dockerfiles/server-mysql/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ ZBX_SMSDEVICES=
183183
ZBX_HOUSEKEEPINGFREQUENCY=1
184184
ZBX_MAXHOUSEKEEPERDELETE=5000
185185
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
187187
ZBX_CACHESIZE=8M
188188
ZBX_CACHEUPDATEFREQUENCY=10
189189
ZBX_STARTDBSYNCERS=4
@@ -258,7 +258,7 @@ The volume is used as location of public and private keys for SSH checks and act
258258

259259
### ``/var/lib/zabbix/ssl/certs``
260260

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``.
262262

263263
### ``/var/lib/zabbix/ssl/keys``
264264

@@ -275,7 +275,7 @@ SNMP traps processing feature could be enabled using shared volume and switched
275275

276276
### ``/var/lib/zabbix/mibs``
277277

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``.
279279

280280
### ``/var/lib/zabbix/export``
281281

Dockerfiles/server-pgsql/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ ZBX_SMSDEVICES=
184184
ZBX_HOUSEKEEPINGFREQUENCY=1
185185
ZBX_MAXHOUSEKEEPERDELETE=5000
186186
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
188188
ZBX_CACHESIZE=8M
189189
ZBX_CACHEUPDATEFREQUENCY=10
190190
ZBX_STARTDBSYNCERS=4
@@ -259,7 +259,7 @@ The volume is used as location of public and private keys for SSH checks and act
259259

260260
### ``/var/lib/zabbix/ssl/certs``
261261

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``.
263263

264264
### ``/var/lib/zabbix/ssl/keys``
265265

@@ -276,7 +276,7 @@ SNMP traps processing feature could be enabled using shared volume and switched
276276

277277
### ``/var/lib/zabbix/mibs``
278278

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``.
280280

281281
### ``/var/lib/zabbix/export``
282282

Dockerfiles/snmptraps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The volume contains log file ``snmptraps.log`` named with received SNMP traps.
8181

8282
### ``/var/lib/zabbix/mibs``
8383

84-
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed to ``/var/lib/zabbix/mibs``.
84+
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed in ``/var/lib/zabbix/mibs``.
8585

8686
### ``/var/lib/zabbix/snmptrapd_config``
8787

Dockerfiles/web-apache-mysql/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -144,23 +144,23 @@ The variable allows to hide Web server and PHP versions. By default, `on`.
144144

145145
### `ZBX_MAXEXECUTIONTIME`
146146

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`.
148148

149149
### `ZBX_MEMORYLIMIT`
150150

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`.
152152

153153
### `ZBX_POSTMAXSIZE`
154154

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`.
156156

157157
### `ZBX_UPLOADMAXFILESIZE`
158158

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`.
160160

161161
### `ZBX_MAXINPUTTIME`
162162

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`.
164164

165165
### `ZBX_SESSION_NAME`
166166

@@ -204,11 +204,11 @@ The variable allows to specify a custom list of valid ciphers. The format of the
204204

205205
### `ZBX_SSO_SP_KEY`
206206

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.
208208

209209
### `ZBX_SSO_SP_CERT`
210210

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.
212212

213213
### `ZBX_SSO_IDP_CERT`
214214

@@ -258,13 +258,13 @@ WEB_REAL_IP_HEADER=
258258

259259
### ``/etc/ssl/apache2``
260260

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.
262262

263263
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.
264264

265265
### ``/etc/zabbix/web/certs``
266266

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.
268268

269269
# The image variants
270270

Dockerfiles/web-apache-pgsql/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -148,23 +148,23 @@ The variable allows to hide Web server and PHP versions. By default, `on`.
148148

149149
### `ZBX_MAXEXECUTIONTIME`
150150

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`.
152152

153153
### `ZBX_MEMORYLIMIT`
154154

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`.
156156

157157
### `ZBX_POSTMAXSIZE`
158158

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`.
160160

161161
### `ZBX_UPLOADMAXFILESIZE`
162162

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`.
164164

165165
### `ZBX_MAXINPUTTIME`
166166

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`.
168168

169169
### `ZBX_SESSION_NAME`
170170

@@ -204,11 +204,11 @@ The variable allows to activate host verification. Available since 5.0.0.
204204

205205
### `ZBX_SSO_SP_KEY`
206206

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.
208208

209209
### `ZBX_SSO_SP_CERT`
210210

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.
212212

213213
### `ZBX_SSO_IDP_CERT`
214214

@@ -258,13 +258,13 @@ WEB_REAL_IP_HEADER=
258258

259259
### ``/etc/ssl/apache2``
260260

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.
262262

263263
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.
264264

265265
### ``/etc/zabbix/web/certs``
266266

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.
268268

269269
# The image variants
270270

0 commit comments

Comments
 (0)