From 2f1417edd722bb914891740ba3bd2aa77fa2e9bf Mon Sep 17 00:00:00 2001 From: Waldek Date: Fri, 19 Jul 2019 08:21:57 +0200 Subject: [PATCH] Update config_SAMPLE.py Add switch on/off display HomeBrew Peers stats --- config_SAMPLE.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config_SAMPLE.py b/config_SAMPLE.py index 0ed6baa..905ba77 100755 --- a/config_SAMPLE.py +++ b/config_SAMPLE.py @@ -1,5 +1,6 @@ REPORT_NAME = 'system.domain.name' # Name of the monitored HBlink system CONFIG_INC = True # Include HBlink stats +HOMEBREW_INC = True # Include HomeBrew Peers stats BRIDGES_INC = True # Include Bridge stats (confbrige.py) HBLINK_IP = '127.0.0.1' # HBlink's IP Address HBLINK_PORT = 4321 # HBlink's TCP reporting socket