From aad73dd4d644a189d111b3eb5fd6377fcab2f38d Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Thu, 2 Aug 2018 14:15:08 -0500 Subject: [PATCH] fixed field names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this is what happens when I copy from DMRlink and don’t s/DMRLINK/HBLINK/g --- config_SAMPLE.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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