From 898f74c160b4402ed309d9495878b90d9e311710 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Thu, 24 Aug 2017 14:10:36 +0200 Subject: Make address and port of collector point configurable. Introduce new command line arguments --collector and --collectorport to make it possible to send the GSM packages outside localhost. --- apps/grgsm_livemon.grc | 92 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 89 insertions(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/grgsm_livemon.grc b/apps/grgsm_livemon.grc index 40bee70..98613f8 100644 --- a/apps/grgsm_livemon.grc +++ b/apps/grgsm_livemon.grc @@ -384,7 +384,7 @@ host - 127.0.0.1 + collector id @@ -392,7 +392,7 @@ mtu - 10000 + 1500 maxoutbuf @@ -404,7 +404,7 @@ port - 4729 + collectorport tcp_no_delay @@ -2876,6 +2876,92 @@ 400e3 + + parameter + + alias + + + + comment + + + + _enabled + True + + + _coordinate + (1248, 8) + + + _rotation + 0 + + + id + collector + + + label + IP or DNS name of collector point + + + short_id + + + + type + string + + + value + localhost + + + + parameter + + alias + + + + comment + + + + _enabled + True + + + _coordinate + (1248, 96) + + + _rotation + 0 + + + id + collectorport + + + label + UDP port number of collector + + + short_id + + + + type + string + + + value + 4729 + + blocks_rotator_cc_0 gsm_input_0 -- cgit v1.2.3