diff options
Diffstat (limited to 'obsolete-buildroot/sources/openwrt/ipkg/fprobe/root/etc/fprobe.conf')
-rw-r--r-- | obsolete-buildroot/sources/openwrt/ipkg/fprobe/root/etc/fprobe.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/obsolete-buildroot/sources/openwrt/ipkg/fprobe/root/etc/fprobe.conf b/obsolete-buildroot/sources/openwrt/ipkg/fprobe/root/etc/fprobe.conf new file mode 100644 index 000000000..3abfba6f9 --- /dev/null +++ b/obsolete-buildroot/sources/openwrt/ipkg/fprobe/root/etc/fprobe.conf @@ -0,0 +1,8 @@ +# Interface to listen on +IFNAME=any + +# NetFlow collector (host:port) +REMOTE=192.168.1.100:2055 + +# Maximum log level (0=EMERG, 1=ALERT, 2=CRIT, 3=ERR, 4=WARNING, 5=NOTICE, 6=INFO, 7=DEBUG) +LOG_LEVEL=3 |