[Lunar-commits] CVS: moonbase/zbeta/ntop ntop.conf,1.1.1.1,1.2

Jan Eidtmann cmak at lunar-linux.org
Tue Mar 15 15:28:12 UTC 2005


Update of /var/cvs/lunar/moonbase/zbeta/ntop
In directory espresso.foo-projects.org:/tmp/cvs-serv4382

Modified Files:
	ntop.conf 
Log Message:
ntop tweaks

Index: ntop.conf
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/ntop/ntop.conf,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ntop.conf	21 Aug 2002 00:55:23 -0000	1.1.1.1
+++ ntop.conf	15 Mar 2005 15:28:10 -0000	1.2
@@ -7,13 +7,13 @@
 #
 
 # Path for ntop web server access log
-# ARGS="$ARGS --access-log-path /var/log/ntop/log"
+#ARGS="$ARGS --access-log-file /var/log/apache/ntop_log"
 
 # Idle hosts are not purged from hash
 # ARGS="$ARGS --sticky-hosts"
 
 # Run ntop in daemon mode
-ARGS="$ARGS --daemon"
+#ARGS="$ARGS --daemon"
 
 # Maximum number of table rows to report
 # ARGS="$ARGS --max-table-rows <number>"
@@ -22,43 +22,43 @@
 # ARGS="$ARGS --traffic-dump-file <file>"
 
 # Interface name or names to monitor
-# ARGS="$ARGS --interface <name>"
+#ARGS="$ARGS --interface eth0"
 
 # Set ntop in border/gateway sniffing mode
-# ARGS="$ARGS --border-sniffer-mode"
+#ARGS="$ARGS --border-sniffer-mode"
 
 # Show kernel filter expression in extra frame
-# ARGS="$ARGS --filter-expression-in-extra-frame"
+#ARGS="$ARGS --filter-expression-in-extra-frame"
 
 # Dump packets captured to a file (debug only!)
 # ARGS="$ARGS --pcap-log <path>"
 
 # Local subnetwork(s) (see man page)
-# ARGS="$ARGS --local-subnets <addresses>"
+#ARGS="$ARGS --local-subnets 192.168.0.0/24"
 
 # Numeric IP addresses - no DNS resolution
-# ARGS="$ARGS --numeric-ip-addresses"
+#ARGS="$ARGS --numeric-ip-addresses"
 
 # List of IP protocols to monitor (see man page)
-# ARGS="$ARGS --protocols <list>"
+#ARGS="$ARGS --protocols FTP=ftp|ftpdata,SSH=22,HTTP=http|www|https,DNS=name|domain"
 
 # Create file ntop-suspicious-pkts.XXX.pcap file
 # ARGS="$ARGS --create-suspicious-packets"
 
 # Refresh time in seconds, default is 120
-# ARGS="$ARGS --refresh-time 120"
+#ARGS="$ARGS --refresh-time 30"
 
 # Disable promiscuous mode
 # ARGS="$ARGS --no-promiscuous"
 
 # Trace level [0-5]
-# ARGS="$ARGS --trace-level <number>"
+#ARGS="$ARGS --trace-level 2"
 
 # Userid/name to run ntop under (see man page)
-ARGS="$ARGS --user nobody"
+#ARGS="$ARGS --user nobody"
 
 # Web server (http:) port (or address:port) to listen on
-# ARGS="$ARGS --http-server <port>"
+#ARGS="$ARGS --http-server 3000"
 
 # Packet filter expression, like tcpdump
 # ARGS="$ARGS --filter-expression"
@@ -66,9 +66,6 @@
 # Internet domain name
 # ARGS="$ARGS --domain <name>"
 
-# Enable lsof/nmap integration (if present)
-# ARGS="$ARGS --enable-external-tools"
-
 # Flow specs (see man page)
 # ARGS="$ARGS --flow-spec <specs>"
 
@@ -76,7 +73,7 @@
 # ARGS="$ARGS --enable-debug"
 
 # Do logging via syslog
-# ARGS="$ARGS -L"
+#ARGS="$ARGS -L"
 
 # Do logging via syslog, facility - Note that the = is REQUIRED
 # ARGS="$ARGS --use-syslog=<facility>"
@@ -88,13 +85,10 @@
 # ARGS="$ARGS --no-nmap"
 
 # Path for log files in pcap format
-# ARGS="$ARGS --pcap-file-path <path>"
+#ARGS="$ARGS --pcap-file-path /var/ntop/"
 
 # Path for ntop internal database files
-# ARGS="$ARGS --db-file-path <path>"
-
-# Persistent storage mode [0-none, 1-all, 2-local only]
-# ARGS="$ARGS --store-mode <number>"
+#ARGS="$ARGS --db-file-path /var/ntop"
 
 # URL (mapper.pl) for displaying host location
 # ARGS="$ARGS --mapper <URL>"
@@ -102,9 +96,6 @@
 # Web server (https:) port (or address:port) to listen on
 # ARGS="$ARGS --https-server <port>"
 
-# Use BAR chart for graphs
-# ARGS="$ARGS --throughput-bar-chart"
-
 # Ignore SIGPIPE errors
 # ARGS="$ARGS --ignore-sigpipe"
 



More information about the Lunar-commits mailing list