PKGBUILDs/extra/ntop/ntop.confd
2009-10-09 21:23:22 -05:00

16 lines
325 B
Text

#
# 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"