diff --git a/README.md b/README.md index bc9004f..293b004 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ php support running on the server. cp config-SAMPLE.py config.py edit config.py and change what you necessary - If you use OpenBridge links please put in config.py in OPB_FILTER - NETWROK ID for each defined link in your server. + If you used FreeDMR don't use OPB_FILTER. + 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 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: - 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 (if you have multiple bridges displaying this information will increase the CPU load, try to use BRIDGES_INC = False in config.py)