Change in osmo-ttcn3-hacks[master]: osmo-mgw.cfg: add missing statsd configuration

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Mon Aug 9 14:10:56 UTC 2021


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25180 )


Change subject: osmo-mgw.cfg: add missing statsd configuration
......................................................................

osmo-mgw.cfg: add missing statsd configuration

The recently added test TC_dlcx_wildcarded depends on statsd information
from osmo-mgw but in the osmo-mgw configuration no statsd is configured.

Change-Id: I35e07a6b1853234559ab4d7e044f3899e8d0a3e8
Related: SYS#5535
---
M mgw/osmo-mgw.cfg
1 file changed, 10 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/80/25180/1

diff --git a/mgw/osmo-mgw.cfg b/mgw/osmo-mgw.cfg
index 76525bc..8428cd3 100644
--- a/mgw/osmo-mgw.cfg
+++ b/mgw/osmo-mgw.cfg
@@ -17,6 +17,16 @@
  no login
  bind 127.0.0.1
 !
+stats interval 0
+stats reporter statsd
+ prefix TTCN3
+ level global
+ remote-ip 127.0.0.1
+ remote-port 8125
+ flush-period 1
+ mtu 1024
+ enable
+!
 mgcp
   bind ip 127.0.0.1
   bind port 2427

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25180
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I35e07a6b1853234559ab4d7e044f3899e8d0a3e8
Gerrit-Change-Number: 25180
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210809/562e44b6/attachment.htm>


More information about the gerrit-log mailing list