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
|
@ -50,7 +50,7 @@ log stderr
|
|||
!
|
||||
stats interval 10
|
||||
stats reporter statsd
|
||||
remote-ip 127.0.0.1
|
||||
remote-ip 172.16.0.1
|
||||
remote-port 8125
|
||||
level global
|
||||
no prefix
|
||||
|
|
|
@ -19,6 +19,13 @@ log stderr
|
|||
logging level l1p info
|
||||
logging level dsp info
|
||||
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
|
||||
no login
|
||||
|
|
|
@ -36,7 +36,7 @@ log stderr
|
|||
!
|
||||
stats interval 10
|
||||
stats reporter statsd
|
||||
remote-ip 127.0.0.1
|
||||
remote-ip 172.16.0.1
|
||||
remote-port 8125
|
||||
level global
|
||||
no prefix
|
||||
|
|
|
@ -54,7 +54,7 @@ log stderr
|
|||
!
|
||||
stats interval 10
|
||||
stats reporter statsd
|
||||
remote-ip 127.0.0.1
|
||||
remote-ip 172.16.0.1
|
||||
remote-port 8125
|
||||
level global
|
||||
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
|
||||
flow-control-interval 10
|
||||
cs 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue