From 93aeab33be27c2aeb5fbac42f3a3bbb35f848d72 Mon Sep 17 00:00:00 2001 From: Daniel Langesten Date: Wed, 18 Mar 2015 10:32:52 +0100 Subject: renamed file --- pmacct/nfacct.conf | 19 ------------------- pmacct/nfacctd.conf | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 pmacct/nfacct.conf create mode 100644 pmacct/nfacctd.conf (limited to 'pmacct') diff --git a/pmacct/nfacct.conf b/pmacct/nfacct.conf deleted file mode 100644 index c4a7d57..0000000 --- a/pmacct/nfacct.conf +++ /dev/null @@ -1,19 +0,0 @@ -plugins: mysql -daemonize: false -pidfile: /var/run/nfacctd.pid -aggregate: src_host,dst_host,src_port,dst_port,src_as,dst_as,pkt_len_distrib -pkt_len_distrib_bins: 0-199,200-399,400-599,600-799,800-999,1000-1499,1500-9000 - -!plugins: print - -sql_host: localhost -sql_db: pmacct -sql_table: acct -sql_user: pmacct -sql_passwd: arealsmartpwd -nfacctd_port: 5678 -sql_refresh_time: 90 -sql_history: 1m -sql_history_roundoff: m -sql_table_version: 9 -sql_optimize_clauses: true diff --git a/pmacct/nfacctd.conf b/pmacct/nfacctd.conf new file mode 100644 index 0000000..c4a7d57 --- /dev/null +++ b/pmacct/nfacctd.conf @@ -0,0 +1,19 @@ +plugins: mysql +daemonize: false +pidfile: /var/run/nfacctd.pid +aggregate: src_host,dst_host,src_port,dst_port,src_as,dst_as,pkt_len_distrib +pkt_len_distrib_bins: 0-199,200-399,400-599,600-799,800-999,1000-1499,1500-9000 + +!plugins: print + +sql_host: localhost +sql_db: pmacct +sql_table: acct +sql_user: pmacct +sql_passwd: arealsmartpwd +nfacctd_port: 5678 +sql_refresh_time: 90 +sql_history: 1m +sql_history_roundoff: m +sql_table_version: 9 +sql_optimize_clauses: true -- cgit v1.1