File: mtop.templates

package info (click to toggle)
mtop 0.6.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 256 kB
  • ctags: 153
  • sloc: perl: 1,445; sh: 179; makefile: 49
file content (42 lines) | stat: -rw-r--r-- 1,170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Template: mtop/mysql_server
Type: string
Default: localhost
_Description: Database host
 Please enter the name of the MySQL server which will host the mantis database.

Template: mtop/mysql_port
Type: string
Default: 3306
_Description: MySQL listening port
 Please enter the port MySQL listens to.

Template: mtop/info
Type: note
_Description: Information
 A MySQL user named mtop will be created for monitoring the server. Please
 read the README.Debian file if you want to monitor other MySQL servers.

Template: mtop/root
Type: string
Default: root
_Description: Username of the MySQL administrator
 Please enter the username of MySQL administrator (needed for
 creating the mtop user).

Template: mtop/password
Type: password
Default: none
_Description: Administrator password
 Enter "none" if there is no password for MySQL administration.

Template: mtop/confirm
Default: none
Type: password
_Description: Administrator password confirmation
 Enter "none" if there is no password for MySQL administration.

Template: mtop/mismatch
Type: note
_Description: Password mismatch
 The password and the confirmed password are different. Please
 enter the password again.