mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
16 lines
325 B
Text
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"
|