On this page
4 Modbus bővítmény
Áttekintés
Ez a szakasz a Modbus Zabbix agent 2 által támogatott paramétereket sorolja fel beépülő modul konfigurációs fájlja (modbus.conf).
Vegye figyelembe, hogy:
- Az alapértelmezett értékek a folyamat alapértelmezett értékeit tükrözik, nem a szállított konfigurációs fájlok;
- A Zabbix csak UTF-8 kódolásban támogatja a konfigurációs fájlokat anélkül BOM;
- A „#” karakterrel kezdődő megjegyzések csak a kezdetekkor támogatottak a vonal.
Parameters
| Parameter | Mandatory | Range | Default | Description |
|---|---|---|---|---|
| Plugins.Modbus.Sessions.<SessionName>.Endpoint | no | Endpoint is a connection string consisting of a protocol scheme, a host address and a port or seral port name and attributes. <SessionName> - define name of a session for using in item keys. |
||
| Plugins.Modbus.Sessions.<SessionName>.SlaveID | no | Slave ID of a named session. <SessionName> - define name of a session for using in item keys. Example: Plugins.Modbus.Sessions.MB1.SlaveID=20Note that this named session parameter is checked only if the value provided in the item key slave ID parameter is empty. |
||
| Plugins.Modbus.Sessions.<SessionName>.Timeout | no | Timeout of a named session. <SessionName> - define name of a session for using in item keys. Example: Plugins.Modbus.Sessions.MB1.Timeout=2 |
||
| Plugins.Modbus.Timeout | no | 1-30 | global timeout | Request execution timeout (how long to wait for a request to complete before shutting it down). |
See also:
- Description of general Zabbix agent 2 configuration parameters: Zabbix agent 2 (UNIX) / Zabbix agent 2 (Windows)
- Instructions for configuring plugins