From 5c25e794c3de3140da8c86ad204d32337893b1d8 Mon Sep 17 00:00:00 2001 From: v-zhuravlev Date: Wed, 7 Oct 2015 15:04:01 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8b0c2d..ea58f49 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ Download from https://share.zabbix.com/dir-libraries/zabbix-loadable-modules/mo - `make install` ## 3.Integrate into Zabbix - - Module libzbxmodule.so can be loaded into zabbix_server, zabbix_proxy or zabbix_agent. + - Module libzbxmodule.so can be loaded into zabbix_server, zabbix_proxy or zabbix_agent(use passive mode). Depending where you want to load you module edit appropriate zabbix configuration file: ``` LoadModulePath = /usr/local/lib LoadModule = libzbxmodbus.so ``` - (optional) If you plan to use Modbus RTU over serial port then add zabbix user to dialout group to gain proper access to ports: - `adduser zabbix dialout` + `usermod -a -G dialout zabbix` - Restart Zabbix daemon ## 4. Configure Modbus polling in Zabbix