File: zabbix-agent.README.Debian

package info (click to toggle)
zabbix 1%3A3.0.7%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 60,008 kB
  • ctags: 38,245
  • sloc: php: 125,527; ansic: 120,253; sql: 40,319; sh: 5,620; makefile: 1,138; java: 957; cpp: 211; perl: 41; xml: 29
file content (54 lines) | stat: -rw-r--r-- 1,856 bytes parent folder | download | duplicates (6)
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
43
44
45
46
47
48
49
50
51
52
53
54
/etc/zabbix_agentd.conf changes in 2.0.0
----------------------------------------

Note: the following may be an issue when upgrading from 1.8.*.

"Server" parameter has been changed:
 Entries in it will never be used for active checks, only for passive.
 Only entries from ServerActive will be used for active checks.

Options:
	 ServerPort
	 DisableActive
	 DisablePassive
are no longer supported by zabbix_agent(d).
If the above options are present, agent will fail to start.

Not specifying ServerActive will not do any active item processing,
and specifying StartAgents=0 will disable processing of incoming
connections for passive items.

Read more at
 http://www.zabbix.com/documentation/2.0/manual/installation/upgrade_notes

 -- Dmitry Smirnov <onlyjob@member.fsf.org>  Wed, 27 Jun 2012 11:59:17 +1000


IPv6 confusion
--------------

 The Zabbix packages in Debian are IPv6-enabled. Please be aware that if
 you are just using IPv4 then you may need to specify your IP addresses
 in the /etc/zabbix/zabbix-agentd.conf in IPv6 syntax, too. Example:

 Server=10.20.30.40,::ffff:10.20.30.40

        ^---- IPv4    ^---- IPv6

Removal of /etc/zabbix_agent.conf
---------------------------------

 In short terms: the /etc/zabbix/zabbix_agent.conf is now removed.
 (Not to be confused with the zabbix_agentd.conf with "d".)

 The long story:

 There are two ways to run a Zabbix agent. Either by having it launched by
 inetd - which would look for /etc/zabbix/zabbix_agent.conf. Or by running
 it as a daemon - which would use /etc/zabbix/zabbix_agentd.conf.
 This distinction has often lead to confusion. And hardly anyone has ever
 been using the inetd-started Zabbix agent anyway. So starting with version
 2.0 this zabbix-agent package will remove the zabbix_agent.conf file.

 -- Christoph Haas <haas@debian.org> Fri, 08 Jun 2012 14:38:00 +0100