From 37cc67ac94f54174ebf2f8ddec335788ac75cd60 Mon Sep 17 00:00:00 2001 From: Waldek Date: Fri, 4 Jun 2021 19:44:38 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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)