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

« back to all changes in this revision

Viewing changes to packages/debian.official/templates

  • 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
Template: ntop/trace
 
2
Type: select
 
3
Choices: 0, 1, 2, 3, 4, 5
 
4
Description: This flag specifies the level of ntop tracings.
 
5
 The trace level ranges between 0 (no trace) and 5 (full debug tracings).
 
6
 The higher is the trace level the more information are printed. Trace
 
7
 level 1 is used to print errors only, level 2 for both warnings and
 
8
 errors, and so on. The default debian setup outputs this information
 
9
 to syslog, so it should show up in /var/log/syslog.
 
10
 
 
11
Template: ntop/getopt
 
12
Type: multiselect
 
13
Choices: -b, -c, -o, -n, -q, -z, -C, -M
 
14
Description: Choose additional command line options to start ntop with ?
 
15
 Please choose additional command line options to start ntop with.
 
16
 Typical options are:
 
17
 .
 
18
  -b Disable protocol decoders
 
19
  -c idle hosts are not purged from hash
 
20
  -o ntop will trust just IP addresses (no MACs)
 
21
  -n Numeric IP addresses - no DNS resolution
 
22
  -q Log suspicious packets to /var/log/ntop/ in tcpdump format.
 
23
  -z Disable TCP session tracking
 
24
  -C ntop will be used to analyze a large network (hint)
 
25
  -M don't merge network interfaces (see man page)
 
26
 
 
27
Template: ntop/mode
 
28
Type: boolean
 
29
Default: false
 
30
Description: Do you want to run ntop as daemon on startup ?
 
31
 
 
32
 
 
33
Template: ntop/port
 
34
Type: string
 
35
Default: 127.0.0.1:3000
 
36
Description: Which is the port the ntop daemon should listen at ?
 
37
 The ntop daemon will listen at the specified port for
 
38
 http connections. You can also use a IP:Port notation to make
 
39
 ntop listen on only on specified IP Adress e.g. 127.0.0.1:3000.
 
40
 
 
41
 
 
42
Template: ntop/sslport
 
43
Type: string
 
44
Default: 127.0.0.1:3001
 
45
Description: Which is the ssl port the ntop daemon should listen at ?
 
46
 The ntop daemon will listen at the specified port for
 
47
 https connections. You can also use a IP:Port notation to make
 
48
 ntop listen on only on specified IP Adress e.g. 127.0.0.1:3001.
 
49
 
 
50
 
 
51
Template: ntop/user
 
52
Type: string
 
53
Default: ntop
 
54
Description: Which is the name of the user to run the ntop daemon as ?
 
55
 The selected user will be created if not already available.
 
56
 Don't choose root, it is not recommended and will be discarded anyway.
 
57
 
 
58
Template: ntop/createuser
 
59
Type: boolean
 
60
Default: true
 
61
Description: Should I create the user ${USER} ?
 
62
 
 
63
Template: ntop/interfaces
 
64
Type: string
 
65
Default: eth0
 
66
Description: Which interfaces should ntop listen on?
 
67
 Please enter a comma separated list of interfaces ntop should listen on.
 
68
 
 
69
Template: ntop/usernotice
 
70
Type: note
 
71
Description: Setup ntop user
 
72
 Please remember to manually setup the ntop user and make him
 
73
 own the /var/lib/ntop directory before attempting to start ntop.
 
74
 
 
75
Template: ntop/adminpass
 
76
Type: password
 
77
Default: admin
 
78
Description: Initial password for the admin user ?
 
79
 Please specify the initial password that the admin account should have.