Update README.md

This commit is contained in:
Waldek 2021-04-05 19:22:57 +02:00 committed by GitHub
parent c8bea5ebec
commit 79fae60b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 9 deletions

View File

@ -32,12 +32,7 @@ This is version HBMonitor V2
If you use openbrige links, in config.py in OPB_FILTER enter NETWORK_ID to do not display
unnecessary entries in LASTHEARD.
Please remember the table lastheard displays only station transmissions that are longer than 2 seconds.
If you don't want to have the lastheard list set in config.py:
LASTHEARD_INC = False
If you want to have more than the last 15 entries in the Lastherad table
change in the monitor.py file line from
if n == 15:
@ -46,7 +41,7 @@ This is version HBMonitor V2
I recommend using the following settings:
WEB_AUTH = True
in config.py and set a proper username and password in:
in config.py and set a proper username and password in:
WEB_USER = 'hblink'
WEB_PASS = 'hblink'
will provide access to more information about masters / peers / openbridge / monitor for users
@ -63,8 +58,6 @@ This is version HBMonitor V2
In directory sysinfo/ you can find info on how to setup display SYSTEM Info data in Monitor.
If not need monitor online rules (I do not recommend please use in config.py BRIDGES_INC = False
---
**hbmonitor3 by KC1AWV**