Update README.md

This commit is contained in:
Waldek 2021-06-04 19:44:38 +02:00 committed by GitHub
parent 746d973962
commit 37cc67ac94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,9 @@ php support running on the server.
cp config-SAMPLE.py config.py cp config-SAMPLE.py config.py
edit config.py and change what you necessary edit config.py and change what you necessary
If you use OpenBridge links please put in config.py in OPB_FILTER If you used FreeDMR don't use OPB_FILTER.
NETWROK ID for each defined link in your server. If you use HBLink code with OpenBridge links please put in config.py in OPB_FILTER
NETWROK ID for each defined link in your server.
You need to copy the contents of the /opt/HBMonv2/html directory to You need to copy the contents of the /opt/HBMonv2/html directory to
the web server directory. Suppose your web server is available the web server directory. Suppose your web server is available
@ -74,11 +75,6 @@ php support running on the server.
if int(float(p[9])) > 2: if int(float(p[9])) > 2:
In directory sysinfo/ you can find info on how to setup display SYSTEM Info data in Monitor.
You can use and install ezSM to monitor your server: https://www.ezservermonitor.com
instead of using rrdtools and scripts.
I recommend that you do not use the BRIDGE_INC = True option to display bridge information 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, (if you have multiple bridges displaying this information will increase the CPU load,
try to use BRIDGES_INC = False in config.py) try to use BRIDGES_INC = False in config.py)