docs: fix grammar error 'must be placed to' to 'must be placed in'
- Fix 'must be placed to' to 'must be placed in' in proxy-sqlite3/README.md - Fix 'must be placed to' to 'must be placed in' in snmptraps/README.md - Fix 'must be placed to' to 'must be placed in' in server-mysql/README.md - Fix 'must be placed to' to 'must be placed in' in server-pgsql/README.md - Fix 'must be placed to' to 'must be placed in' in proxy-mysql/README.md The correct preposition with 'placed' is 'in' or 'at', not 'to'.
This commit is contained in:
parent
d2fbe0047a
commit
5f0333f1b3
|
|
@ -290,7 +290,7 @@ SNMP traps processing feature could be enabled using shared volume and switched
|
|||
|
||||
### ``/var/lib/zabbix/mibs``
|
||||
|
||||
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed to ``/var/lib/zabbix/mibs``.
|
||||
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed in ``/var/lib/zabbix/mibs``.
|
||||
|
||||
# The image variants
|
||||
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ SNMP traps processing feature could be enabled using shared volume and switched
|
|||
|
||||
### ``/var/lib/zabbix/mibs``
|
||||
|
||||
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed to ``/var/lib/zabbix/mibs``.
|
||||
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed in ``/var/lib/zabbix/mibs``.
|
||||
|
||||
# The image variants
|
||||
|
||||
|
|
|
|||
|
|
@ -280,7 +280,7 @@ SNMP traps processing feature could be enabled using shared volume and switched
|
|||
|
||||
### ``/var/lib/zabbix/mibs``
|
||||
|
||||
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed to ``/var/lib/zabbix/mibs``.
|
||||
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed in ``/var/lib/zabbix/mibs``.
|
||||
|
||||
### ``/var/lib/zabbix/export``
|
||||
|
||||
|
|
|
|||
|
|
@ -281,7 +281,7 @@ SNMP traps processing feature could be enabled using shared volume and switched
|
|||
|
||||
### ``/var/lib/zabbix/mibs``
|
||||
|
||||
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed to ``/var/lib/zabbix/mibs``.
|
||||
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed in ``/var/lib/zabbix/mibs``.
|
||||
|
||||
### ``/var/lib/zabbix/export``
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ The volume contains log file ``snmptraps.log`` named with received SNMP traps.
|
|||
|
||||
### ``/var/lib/zabbix/mibs``
|
||||
|
||||
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed to ``/var/lib/zabbix/mibs``.
|
||||
The volume allows to add new MIB files. It does not support subdirectories, all MIBs must be placed in ``/var/lib/zabbix/mibs``.
|
||||
|
||||
### ``/var/lib/zabbix/snmptrapd_config``
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue