mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-12-23 01:55:37 -05:00
fixed field names
this is what happens when I copy from DMRlink and don’t s/DMRLINK/HBLINK/g
This commit is contained in:
parent
9fad683c36
commit
aad73dd4d6
@ -1,8 +1,8 @@
|
|||||||
REPORT_NAME = 'system.domain.name' # Name of the monitored HBlink system
|
REPORT_NAME = 'system.domain.name' # Name of the monitored HBlink system
|
||||||
CONFIG_INC = True # Include HBlink stats
|
CONFIG_INC = True # Include HBlink stats
|
||||||
BRIDGES_INC = True # Include Bridge stats (confbrige.py)
|
BRIDGES_INC = True # Include Bridge stats (confbrige.py)
|
||||||
DMRLINK_IP = '127.0.0.1' # HBlink's IP Address
|
HBLINK_IP = '127.0.0.1' # HBlink's IP Address
|
||||||
DMRLINK_PORT = 4321 # HBlink's TCP reporting socket
|
HBLINK_PORT = 4321 # HBlink's TCP reporting socket
|
||||||
FREQUENCY = 10 # Frequency to push updates to web clients
|
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
|
WEB_SERVER_PORT = 8080 # Has to be above 1024 if you're not running as root
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user