Collectd: Listen on A-bis Ethernet

So that we can collect stats from the BTS/PCU
This commit is contained in:
Keith Whyte 2022-06-14 05:34:54 +02:00
parent ca7caeb21b
commit 982eddd011
6 changed files with 18 additions and 4 deletions

View file

@ -1287,7 +1287,7 @@ LoadPlugin users
#</Plugin> #</Plugin>
<Plugin statsd> <Plugin statsd>
Host "localhost" Host "172.16.0.1"
Port "8125" Port "8125"
# DeleteCounters false # DeleteCounters false
# DeleteTimers false # DeleteTimers false

View file

@ -50,7 +50,7 @@ log stderr
! !
stats interval 10 stats interval 10
stats reporter statsd stats reporter statsd
remote-ip 127.0.0.1 remote-ip 172.16.0.1
remote-port 8125 remote-port 8125
level global level global
no prefix no prefix

View file

@ -19,6 +19,13 @@ log stderr
logging level l1p info logging level l1p info
logging level dsp info logging level dsp info
logging level abis notice logging level abis notice
stats interval 10
stats reporter statsd
remote-ip 172.16.0.1
remote-port 8125
level global
no prefix
enable
! !
line vty line vty
no login no login

View file

@ -36,7 +36,7 @@ log stderr
! !
stats interval 10 stats interval 10
stats reporter statsd stats reporter statsd
remote-ip 127.0.0.1 remote-ip 172.16.0.1
remote-port 8125 remote-port 8125
level global level global
no prefix no prefix

View file

@ -54,7 +54,7 @@ log stderr
! !
stats interval 10 stats interval 10
stats reporter statsd stats reporter statsd
remote-ip 127.0.0.1 remote-ip 172.16.0.1
remote-port 8125 remote-port 8125
level global level global
no prefix no prefix

View file

@ -1,3 +1,10 @@
stats interval 10
stats reporter statsd
remote-ip 172.16.0.1
remote-port 8125
level global
no prefix
enable
pcu pcu
flow-control-interval 10 flow-control-interval 10
cs 4 cs 4