fixed field names

this is what happens when I copy from DMRlink and don’t
s/DMRLINK/HBLINK/g
This commit is contained in:
Cort Buffington 2018-08-02 14:15:08 -05:00
parent 9fad683c36
commit aad73dd4d6
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
REPORT_NAME = 'system.domain.name' # Name of the monitored HBlink system
CONFIG_INC = True # Include HBlink stats
BRIDGES_INC = True # Include Bridge stats (confbrige.py)
DMRLINK_IP = '127.0.0.1' # HBlink's IP Address
DMRLINK_PORT = 4321 # HBlink's TCP reporting socket
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
WEB_SERVER_PORT = 8080 # Has to be above 1024 if you're not running as root