Display (True) or not (False) empty master in status

This commit is contained in:
Waldek 2020-12-31 22:24:23 +01:00 committed by GitHub
parent 831711ad64
commit 4bad062b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,11 @@
REPORT_NAME = 'Dashboard of local DMR network' # Name of the monitored HBlink system
#
CONFIG_INC = True # Include HBlink stats
LASTHEARD_INC = True # Include Lastheard (10)
HOMEBREW_INC = True # Include Homebrew Peers
BRIDGES_INC = True # Include Bridge stats (confbrige.py)
HOMEBREW_INC = True # Display Homebrew Peers status
LASTHEARD_INC = True # Display lastheard table on main page
BRIDGES_INC = False # Display Bridge status and button
EMPTY_MASTERS = False # Display (True) or not (False) empty master in status
#
HBLINK_IP = '127.0.0.1' # HBlink's IP Address
HBLINK_PORT = 4321 # HBlink's TCP reporting socket
FREQUENCY = 10 # Frequency to push updates to web clients