Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zhuravlev committed Oct 7, 2015
1 parent 3a606b3 commit 5c25e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c25e79

Please sign in to comment.