aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pmacct/files/pmacct.conf.eth0
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pmacct/files/pmacct.conf.eth0')
-rw-r--r--recipes/pmacct/files/pmacct.conf.eth011
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/pmacct/files/pmacct.conf.eth0 b/recipes/pmacct/files/pmacct.conf.eth0
new file mode 100644
index 0000000000..12e00ebe1c
--- /dev/null
+++ b/recipes/pmacct/files/pmacct.conf.eth0
@@ -0,0 +1,11 @@
+!
+! pmacctd configuration for eth0
+!
+promisc: false
+interface: eth0
+daemonize: true
+aggregate[in]: dst_host
+aggregate[out]: src_host
+plugins: memory[in], memory[out]
+imt_path[in]: /var/run/pmacct-eth0-in.pipe
+imt_path[out]: /var/run/pmacct-eth0-out.pipe \ No newline at end of file