~ubuntu-branches/ubuntu/natty/ntop/natty

« back to all changes in this revision

Viewing changes to packages/suse/rc.config.ntopd

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2005-01-30 21:59:13 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050130215913-xc3ke963bw49b3k4
Tags: 2:3.0-5
* Updated README.Debian file so users will understand what to do at
  install, closes: #291794, #287802.
* Updated ntop init script to give better output.
* Also changed log directory from /var/lib/ntop to /var/log/ntop,
  closes: #252352.
* Quoted the interface list to allow whitespace, closes: #267248.
* Added a couple of logcheck ignores, closes: #269321, #269319.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#
 
3
# start the ntopd (yes|no)
 
4
#
 
5
START_NTOPD="no"
 
6
 
 
7
#
 
8
# Specifies the network interface used by ntop
 
9
#
 
10
NTOPD_IFACE="eth0"
 
11
 
 
12
#
 
13
# Supposing to start  ntop  at  the port  3000,
 
14
# the  URL  to  access  is http://hostname:3000/
 
15
#
 
16
# The default administrator user is 'admin'
 
17
# and its password is 'admin' too. 
 
18
# Please change the admin password ASAP !
 
19
#
 
20
# Please note that an HTTP server is NOT needed  in
 
21
# order to use the program in interactive mode.
 
22
#
 
23
NTOPD_PORT="3000"
 
24
 
 
25