diff options
Diffstat (limited to 'main/ntop/ntop.confd')
-rw-r--r-- | main/ntop/ntop.confd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/ntop/ntop.confd b/main/ntop/ntop.confd new file mode 100644 index 00000000000..352a26fa9b1 --- /dev/null +++ b/main/ntop/ntop.confd @@ -0,0 +1,9 @@ +# 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" |