~ubuntu-dev/ubuntu/lucid/zabbix/lucid-201002110857

« back to all changes in this revision

Viewing changes to misc/conf/zabbix_server.conf

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2007-07-02 09:06:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070702090651-8l6fl3fjw9rh6l2u
Tags: 1:1.4.1-2
Add patch from SVN in order to fix Incorrect processing of character '%'
in user parameters and remote commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
############ GENERAL PARAMETERS #################
6
6
 
7
 
# This defines which server this is.
8
 
# Default value 1
9
 
# This parameter must be between 1 and 255
10
 
Server=1
 
7
# This defines unique NodeID in distributed setup,
 
8
# Default value 0 (standalone server)
 
9
# This parameter must be between 0 and 999
 
10
#NodeID=0
11
11
 
12
12
# Number of pre-forked instances of pollers
13
 
# Default value is 6
14
 
# This parameter must be between 6 and 255
15
 
StartPollers=6
 
13
# Default value is 5
 
14
# This parameter must be between 0 and 255
 
15
#StartPollers=5
 
16
 
 
17
# Number of pre-forked instances of pollers for unreachable hosts
 
18
# Default value is 1
 
19
# This parameter must be between 0 and 255
 
20
#StartPollersUnreachable=1
16
21
 
17
22
# Number of pre-forked instances of trappers
18
23
# Default value is 5
19
 
# This parameter must be between 2 and 255
20
 
StartTrappers=5
 
24
# This parameter must be between 0 and 255
 
25
#StartTrappers=5
 
26
 
 
27
# Number of pre-forked instances of ICMP pingers
 
28
# Default value is 1
 
29
# This parameter must be between 0 and 255
 
30
#StartPingers=1
 
31
 
 
32
# Number of pre-forked instances of discoverers
 
33
# Default value is 1
 
34
# This parameter must be between 0 and 255
 
35
#StartDiscoverers=1
 
36
 
 
37
# Number of pre-forked instances of HTTP pollers
 
38
# Default value is 1
 
39
# This parameter must be between 0 and 255
 
40
#StartHTTPPollers=1
 
41
 
 
42
# Listen port for trapper. Default port number is 10051. This parameter 
 
43
# must be between 1024 and 32767
 
44
 
 
45
#ListenPort=10051
21
46
 
22
47
# Listen interface for trapper. Trapper will listen all network interfaces
23
48
# if this parameter is missing.
24
49
 
25
50
#ListenIP=127.0.0.1
26
51
 
27
 
# Listen port for trapping. Default port number is 10051. This parameter 
28
 
# must be between 1024 and 32767
29
 
 
30
 
ListenPort=10051
31
 
 
32
52
# How often ZABBIX will perform housekeeping procedure
33
53
# (in hours)
34
54
# Default value is 1 hour
36
56
# tables history, alert, and alarms
37
57
# This parameter must be between 1 and 24
38
58
 
39
 
HousekeepingFrequency=1
 
59
#HousekeepingFrequency=1
40
60
 
41
61
# How often ZABBIX will try to send unsent alerts
42
62
# (in seconds)
44
64
SenderFrequency=30
45
65
 
46
66
# Uncomment this line to disable housekeeping procedure
47
 
 
48
67
#DisableHousekeeping=1
49
68
 
50
69
# Specifies debug level
56
75
 
57
76
DebugLevel=3
58
77
 
59
 
# Specifies how long we wait for agent (in sec)
 
78
# Specifies how long we wait for agent response (in sec)
60
79
# Must be between 1 and 30 
61
80
Timeout=5
62
81
 
 
82
# Specifies how many seconds trapper may spend processing new data
 
83
# Must be between 1 and 30 
 
84
#TrapperTimeout=5
 
85
 
63
86
# After how many seconds of unreachability treat a host as unavailable
64
87
#UnreachablePeriod=45
65
88
 
78
101
 
79
102
LogFile=/tmp/zabbix_server.log
80
103
 
81
 
#Location for custom alert scripts
 
104
# Maximum size of log file in MB. Set to 0 to disable automatic log rotation.
 
105
#LogFileSize=1
 
106
 
 
107
# Location for custom alert scripts
82
108
AlertScriptsPath=/home/zabbix/bin/
83
109
 
84
 
#Location of 'fping. Default is /usr/sbin/fping
 
110
# Location of external scripts
 
111
#ExternalScripts=/etc/zabbix/externalscripts
 
112
 
 
113
# Location of 'fping. Default is /usr/sbin/fping
 
114
# Make sure that fping binary has root permissions and SUID flag set
85
115
#FpingLocation=/usr/sbin/fping
86
116
 
87
 
# Frequency of ICMP pings. Defauls is 30 second.
88
 
#PingerFrequency=30
 
117
# Frequency of ICMP pings (item keys 'icmpping' and 'icmppingsec'). Defauls is 60 seconds.
 
118
#PingerFrequency=60
89
119
 
90
120
# Database host name
91
121
# Default is localhost
93
123
#DBHost=localhost
94
124
 
95
125
# Database name
96
 
 
 
126
# SQLite3 note: path to database file must be provided. DBUser and DBPassword are ignored.
97
127
DBName=zabbix
98
128
 
99
129
# Database user