10 lines
341 B
Plaintext
10 lines
341 B
Plaintext
|
# Config file for /etc/init.d/ntop
|
||
|
|
||
|
# Set preferred options here
|
||
|
#NTOP_OPTS="--http-server 3000 --https-server 0 --interface eth0"
|
||
|
|
||
|
# suggestions from bug #136983 (use it in case you experience ntop hangs)
|
||
|
#NTOP_OPTS="u ntop -P /var/lib/ntop --disable-schedyield --http-server 3000 --https-server 3001"
|
||
|
|
||
|
NTOP_OPTS="-u ntop -P /var/lib/ntop"
|