Hi
I'm monitoring the traffic on the eth0 on a  per port basis  .
I started out with  two configurations one for incoming data the other for outgoing data then i tried to combine them into one config and then it stopped working .. what have i done wrong in my combined config ..

!!!incoming
debug: false
daemonize: true
interface: eth0
plugin_buffer_size: 2048
plugin_pipe_size: 2048000
plugins: memory
aggregate: src_port
imt_path: /tmp/port_in.pipe
pidfile: /var/run/pmacctd_in.pid !
! pmacct: In + Out
!
!!!outgoing
debug: false
daemonize: true
interface: eth0
plugin_buffer_size: 2048
plugin_pipe_size: 2048000
plugins: memory
aggregate: dst_port
imt_path: /tmp/port_out.pipe
pidfile: /var/run/pmacctd_out.pid !

!!! combined ..
! pmacct: In + Out
!daemonize: true
!
interface: eth0
!
aggregate[in]: src_port
aggregate[out]: dst_port
plugins: memory[in], memory[out]
plugin_buffer_size[in]: 2048
plugin_buffer_size[out]: 2048
plugin_pipe_size[in]: 2048000
plugin_pipe_size[out]: 2048000
imt_path[in]: /tmp/port_in.pipe
imt_path[out]: /tmp/port_out.pipe
pidfile: /var/run/pmacctd_porttraf.pid

many thanks
--
Gregory Machin
[EMAIL PROTECTED]
[EMAIL PROTECTED]
www.linuxpro.co.za
www.exponent.co.za
Web Hosting Solutions
Scalable Linux Solutions
www.iberry.info (support and admin)

+27 72 524 8096

Reply via email to