PKGBUILDs/extra/ntop/ntop.confd

17 lines
325 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
#
# Paramaters passed to ntop by init
#
# -d -- to daemonize. (without this, the init script will not work)
#
# Parameters to be passed to ntop
#
# -i -- comma separated list of interfaces to monitor
# -w -- port to listen on (default 3000)
#
NTOP_ARGS="-i eth0 -w 3000"
#
# Log file for ntop
#
NTOP_LOG="/var/log/ntop.log"