Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix/files/1.4.6: zabbix_server.conf postinstall-en.txt zabbix_agentd.conf zabbix_agent.conf
Date: Wed, 23 Jul 2008 15:47:32
Message-Id: E1KLgYr-0001yO-Tf@stork.gentoo.org
1 wschlich 08/07/23 15:47:29
2
3 Added: zabbix_server.conf postinstall-en.txt
4 zabbix_agentd.conf zabbix_agent.conf
5 Log:
6 version bump, removed old versions
7 (Portage version: 2.1.5.6)
8
9 Revision Changes Path
10 1.1 net-analyzer/zabbix/files/1.4.6/zabbix_server.conf
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.4.6/zabbix_server.conf?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.4.6/zabbix_server.conf?rev=1.1&content-type=text/plain
14
15 Index: zabbix_server.conf
16 ===================================================================
17 # This is config file for ZABBIX server process
18 # To get more information about ZABBIX,
19 # go http://www.zabbix.com
20
21 ############ GENERAL PARAMETERS #################
22
23 # This defines which server this is.
24 # Default value 1
25 # This parameter must be between 1 and 255
26 Server=1
27
28 # Number of pre-forked instances of pollers
29 # Default value is 6
30 # This parameter must be between 6 and 255
31 StartPollers=6
32
33 # Number of pre-forked instances of trappers
34 # Default value is 5
35 # This parameter must be between 2 and 255
36 StartTrappers=5
37
38 # Listen interface for trapper. Trapper will listen all network interfaces
39 # if this parameter is missing.
40 ListenIP=127.0.0.1
41
42 # Listen port for trapping. Default port number is 10051. This parameter
43 # must be between 1024 and 32767
44 ListenPort=10051
45
46 # How often ZABBIX will perform housekeeping procedure
47 # (in hours)
48 # Default value is 1 hour
49 # Housekeeping is removing unnecessary information from
50 # tables history, alert, and alarms
51 # This parameter must be between 1 and 24
52 HousekeepingFrequency=1
53
54 # How often ZABBIX will try to send unsent alerts
55 # (in seconds)
56 # Default value is 30 seconds
57 SenderFrequency=30
58
59 # Uncomment this line to disable housekeeping procedure
60 #DisableHousekeeping=1
61
62 # Specifies debug level
63 # 0 - debug is not created
64 # 1 - critical information
65 # 2 - error information
66 # 3 - warnings (default)
67 # 4 - for debugging (produces lots of information)
68 DebugLevel=3
69
70 # Specifies how long we wait for agent (in sec)
71 # Must be between 1 and 30
72 Timeout=5
73
74 # After how many seconds of unreachability treat a host as unavailable
75 UnreachablePeriod=45
76
77 # How ofter check host for availability during the unreachability period
78 UnavailableDelay=15
79
80 # How ofter check host for availability during the unavailability period
81 UnavailableDelay=60
82
83 # Name of PID file
84 PidFile=/var/run/zabbix/zabbix_server.pid
85
86 # Name of log file
87 # If not set, syslog is used
88 LogFile=/var/log/zabbix/zabbix_server.log
89
90 #Location for custom alert scripts
91 AlertScriptsPath=/var/lib/zabbix/scripts
92
93 #Location of 'fping. Default is /usr/sbin/fping
94 FpingLocation=/usr/sbin/fping
95
96 # Frequency of ICMP pings. Defauls is 30 second.
97 PingerFrequency=30
98
99 # Database host name
100 # Default is localhost
101 DBHost=localhost
102
103 # Database name
104 DBName=zabbix
105
106 # Database user
107 DBUser=zabbix
108
109 # Database password
110 # Comment this line if no password used
111 DBPassword=zabbix
112
113 # Connect to MySQL using Unix socket?
114 #DBSocket=/var/run/mysqld/mysqld.sock
115
116
117
118 1.1 net-analyzer/zabbix/files/1.4.6/postinstall-en.txt
119
120 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.4.6/postinstall-en.txt?rev=1.1&view=markup
121 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.4.6/postinstall-en.txt?rev=1.1&content-type=text/plain
122
123 Index: postinstall-en.txt
124 ===================================================================
125 Please change the values of the following variables in
126 ${MY_HTDOCSDIR}/include/db.inc.php:
127
128 DB_TYPE
129 DB_SERVER
130 DB_DATABASE
131 DB_USER
132 DB_PASSWORD
133
134
135
136 1.1 net-analyzer/zabbix/files/1.4.6/zabbix_agentd.conf
137
138 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.4.6/zabbix_agentd.conf?rev=1.1&view=markup
139 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.4.6/zabbix_agentd.conf?rev=1.1&content-type=text/plain
140
141 Index: zabbix_agentd.conf
142 ===================================================================
143 # This is config file for zabbix_agentd
144 # To get more information about ZABBIX, go http://www.zabbix.com
145
146 ############ GENERAL PARAMETERS #################
147
148 # List of comma delimited IP addresses (or hostnames) of ZABBIX servers.
149 # No spaces allowed. First entry is used for sending active checks.
150 # Note that hostnames must resolve hostname->IP address and
151 # IP address->hostname.
152 Server=127.0.0.1
153
154 # Server port for sending active checks
155 ServerPort=10051
156
157 # Unique hostname. Required for active checks.
158 Hostname=localhost
159
160 # Listen port. Default is 10050
161 ListenPort=10050
162
163 # IP address to bind agent
164 # If missing, bind to all available IPs
165 ListenIP=127.0.0.1
166
167 # Number of pre-forked instances of zabbix_agentd.
168 # Default value is 5
169 # This parameter must be between 1 and 16
170 StartAgents=5
171
172 # How often refresh list of active checks. 2 minutes by default.
173 #RefreshActiveChecks=120
174
175 # Disable active checks. The agent will work in passive mode listening server.
176 #DisableActive=1
177
178 # Enable remote commands for ZABBIX agent. By default remote commands disabled.
179 #EnableRemoteCommands=1
180
181 # Specifies debug level
182 # 0 - debug is not created
183 # 1 - critical information
184 # 2 - error information
185 # 3 - warnings (default)
186 # 4 - for debugging (produces lots of information)
187 DebugLevel=3
188
189 # Name of PID file
190 PidFile=/var/run/zabbix/zabbix_agentd.pid
191
192 # Name of log file.
193 # If not set, syslog will be used
194 LogFile=/var/log/zabbix/zabbix_agentd.log
195
196 # Spend no more than Timeout seconds on processing
197 # Must be between 1 and 30
198 Timeout=3
199
200 ####### USER-DEFINED MONITORED PARAMETERS #######
201 # Format: UserParameter=<key>,<shell command>
202 # Note that shell command must not return empty string or EOL only
203 #UserParameter=system.test,who|wc -l
204 ### Set of parameter for monitoring MySQL server (v3.23.42 and later)
205 ### Change -u<username> and add -p<password> if required
206 #UserParameter=mysql.ping,mysqladmin -uroot ping|grep alive|wc -l
207 #UserParameter=mysql.uptime,mysqladmin -uroot status|cut -f2 -d":"|cut -f1 -d"T"
208 #UserParameter=mysql.threads,mysqladmin -uroot status|cut -f3 -d":"|cut -f1 -d"Q"
209 #UserParameter=mysql.questions,mysqladmin -uroot status|cut -f4 -d":"|cut -f1 -d"S"
210 #UserParameter=mysql.slowqueries,mysqladmin -uroot status|cut -f5 -d":"|cut -f1 -d"O"
211 #UserParameter=mysql.qps,mysqladmin -uroot status|cut -f9 -d":"
212 #UserParameter=mysql.version,mysql -V
213
214
215
216 1.1 net-analyzer/zabbix/files/1.4.6/zabbix_agent.conf
217
218 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.4.6/zabbix_agent.conf?rev=1.1&view=markup
219 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.4.6/zabbix_agent.conf?rev=1.1&content-type=text/plain
220
221 Index: zabbix_agent.conf
222 ===================================================================
223 # This is config file for zabbix_agent
224 # To get more information about ZABBIX,
225 # go http://www.zabbix.com
226
227 # IP address of ZABBIX server
228 # Connections from other hosts will be denied
229 Server=127.0.0.1
230
231 # Spend no more than Timeout seconds on processing
232 # Must be between 1 and 30
233 Timeout=3
234
235 ####### USER-DEFINED MONITORED PARAMETERS #######
236 # Format: UserParameter=<key>,<shell command>
237 # Note that shell command must not return empty string or EOL only
238 #UserParameter=system.test,who|wc -l
239 ### Set of parameter for monitoring MySQL server (v3.23.42 and later)
240 ### Change -u<username> and add -p<password> if required
241 #UserParameter=mysql.ping,mysqladmin -uroot ping|grep alive|wc -l
242 #UserParameter=mysql.uptime,mysqladmin -uroot status|cut -f2 -d":"|cut -f1 -d"T"
243 #UserParameter=mysql.threads,mysqladmin -uroot status|cut -f3 -d":"|cut -f1 -d"Q"
244 #UserParameter=mysql.questions,mysqladmin -uroot status|cut -f4 -d":"|cut -f1 -d"S"
245 #UserParameter=mysql.slowqueries,mysqladmin -uroot status|cut -f5 -d":"|cut -f1 -d"O"
246 #UserParameter=mysql.qps,mysqladmin -uroot status|cut -f9 -d":"
247 #UserParameter=mysql.version,mysql -V