Collectd: Listen on A-bis Ethernet
So that we can collect stats from the BTS/PCU
This commit is contained in:
parent
ca7caeb21b
commit
982eddd011
6 changed files with 18 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue