Update README.md

This commit is contained in:
Waldek 2021-05-21 06:55:42 +02:00 committed by GitHub
parent bffd3a5f8d
commit 0bc4197c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -76,6 +76,27 @@ webserver apache2 etc.
I recommend that you do not use the BRIDGE_INC = True option to display bridge information
(if you have multiple bridges displaying this information will increase the CPU load,
try to use BRIDGES_INC = False in config.py)
***************************************************************************************
The HBMonv2 version without use external web server like apche2 etc is still available:
cd /opt
git clone https://github.com/sp2ong/HBMonv2.git
cd HBMonv2
git checkout webserver-python
chmod +x install.sh
./install.sh
cp config-SAMPLE.py config.py
edit config.py and change what you necessary
cp utils/hbmon.service /lib/systemd/system/
systemctl enable hbmon
systemctl start hbmon
systemctl status hbmon
forward TCP port 9000 and web server port 8080 in firewall
*****************************************************************************************
---