Hi so all went OK,but i was reading all docs and can't find a way to filter out one or two hosts from counting..whydo i need that ?
I have proxy server which is outside main router,this way all LAN connections are hidden and pmmact only sees the LAN<> LOCAL connections,but my proxy server is set on the outer limits and this way connection from IT to my clients are counted by pmacct as 0.0.0.0 (as a source) this way i cant filter it out in mysql (via query). is it possible to add this way ? ----------- aggregate_filter[in]: not host xxx.xxx.xxx.xxx aggregate_filter[out]: not host xxx.xxx.xxx.xxx --------------- Current configuration of d-bases. PL> plugins: mysql[in], mysql[out] PL> sql_db: bwstat PL> aggregate[in]: dst_host PL> aggregate[out]: src_host PL> sql_table[in]: acct_in PL> sql_table[out]: acct_out PL> aggregate_filter[in]: <a nice BPF filter: matches traffic to your networks> PL> aggregate_filter[out]: <another nice BPF filter: matches traffic from your networks>
