diff --git a/config_SAMPLE.py b/config_SAMPLE.py index 6b2af5a..01732dd 100644 --- a/config_SAMPLE.py +++ b/config_SAMPLE.py @@ -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