View | Details | Raw Unified | Return to bug 249993 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-mgmt/zabbix5-server/Makefile (-1 / +1 lines)
Lines 1-217 Link Here
1
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
1
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	zabbix5
4
PORTNAME=	zabbix5
5
PORTVERSION=	5.0.3
5
PORTVERSION=	5.0.4
6
PORTREVISION?=	0
6
PORTREVISION?=	0
7
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
8
MASTER_SITES=	https://cdn.zabbix.com/zabbix/sources/stable/${PORTVERSION:R}/
8
MASTER_SITES=	https://cdn.zabbix.com/zabbix/sources/stable/${PORTVERSION:R}/
9
PKGNAMESUFFIX?=	-server
9
PKGNAMESUFFIX?=	-server
10
DISTNAME=	zabbix-${PORTVERSION}
10
DISTNAME=	zabbix-${PORTVERSION}
11
11
12
MAINTAINER=	pg@pakhom.spb.ru
12
MAINTAINER=	pg@pakhom.spb.ru
13
COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS
13
COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS
14
14
15
LICENSE=	GPLv2+
15
LICENSE=	GPLv2+
16
LICENSE_FILE=	${WRKSRC}/COPYING
16
LICENSE_FILE=	${WRKSRC}/COPYING
17
17
18
LIB_DEPENDS=	libpcre.so:devel/pcre
18
LIB_DEPENDS=	libpcre.so:devel/pcre
19
19
20
CONFLICTS_INSTALL=	zabbix[0-9][0-9]${PKGNAMESUFFIX} zabbix[0-46-9]${PKGNAMESUFFIX}
20
CONFLICTS_INSTALL=	zabbix[0-9][0-9]${PKGNAMESUFFIX} zabbix[0-46-9]${PKGNAMESUFFIX}
21
21
22
ZABBIX_BUILD=	${PKGNAMESUFFIX:S/^-//}
22
ZABBIX_BUILD=	${PKGNAMESUFFIX:S/^-//}
23
23
24
.if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings
24
.if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings
25
.if ${ZABBIX_BUILD} != "agent"
25
.if ${ZABBIX_BUILD} != "agent"
26
CONFIGURE_ARGS+=	--with-libevent=${LOCALBASE} --cache-file=${WRKSRC}/config.cache
26
CONFIGURE_ARGS+=	--with-libevent=${LOCALBASE} --cache-file=${WRKSRC}/config.cache
27
LIB_DEPENDS+=	libevent.so:devel/libevent
27
LIB_DEPENDS+=	libevent.so:devel/libevent
28
USE_RC_SUBR=	zabbix_${ZABBIX_BUILD}
28
USE_RC_SUBR=	zabbix_${ZABBIX_BUILD}
29
.else
29
.else
30
USE_RC_SUBR=	zabbix_${ZABBIX_BUILD}d
30
USE_RC_SUBR=	zabbix_${ZABBIX_BUILD}d
31
.endif
31
.endif
32
32
33
USES=		pkgconfig iconv
33
USES=		pkgconfig iconv
34
34
35
USERS=		zabbix
35
USERS=		zabbix
36
GROUPS=		zabbix
36
GROUPS=		zabbix
37
37
38
.if ${ZABBIX_BUILD} != "proxy"
38
.if ${ZABBIX_BUILD} != "proxy"
39
PLIST_SUB=	PROXY="@comment "
39
PLIST_SUB=	PROXY="@comment "
40
.else
40
.else
41
PLIST_SUB=	PROXY=""
41
PLIST_SUB=	PROXY=""
42
PLIST_FILES+=	bin/zabbix_proxy_js
42
PLIST_FILES+=	bin/zabbix_proxy_js
43
.endif
43
.endif
44
44
45
.if ${ZABBIX_BUILD} == "server"
45
.if ${ZABBIX_BUILD} == "server"
46
PLIST_SUB+=	SERVER=""
46
PLIST_SUB+=	SERVER=""
47
PLIST_FILES+=	bin/zabbix_js
47
PLIST_FILES+=	bin/zabbix_js
48
.else
48
.else
49
PLIST_SUB+=	SERVER="@comment "
49
PLIST_SUB+=	SERVER="@comment "
50
.endif
50
.endif
51
51
52
PLIST_SUB+=	ZABBIX_BUILD=${ZABBIX_BUILD} PORTVERSION=${PORTVERSION}
52
PLIST_SUB+=	ZABBIX_BUILD=${ZABBIX_BUILD} PORTVERSION=${PORTVERSION}
53
SUB_LIST=	ZABBIX_BUILD=${ZABBIX_BUILD}
53
SUB_LIST=	ZABBIX_BUILD=${ZABBIX_BUILD}
54
54
55
MAKE_ARGS+=	ARCH=freebsd
55
MAKE_ARGS+=	ARCH=freebsd
56
GNU_CONFIGURE=	yes
56
GNU_CONFIGURE=	yes
57
CONFIGURE_ARGS+=	--enable-${ZABBIX_BUILD} \
57
CONFIGURE_ARGS+=	--enable-${ZABBIX_BUILD} \
58
			--sysconfdir=${ETCDIR} \
58
			--sysconfdir=${ETCDIR} \
59
			--datadir=${ETCDIR} \
59
			--datadir=${ETCDIR} \
60
			--with-iconv=${ICONV_PREFIX}
60
			--with-iconv=${ICONV_PREFIX}
61
61
62
.if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java"
62
.if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java"
63
LIB_DEPENDS+=	libnetsnmp.so:net-mgmt/net-snmp
63
LIB_DEPENDS+=	libnetsnmp.so:net-mgmt/net-snmp
64
64
65
CPPFLAGS+=	-I${LOCALBASE}/include
65
CPPFLAGS+=	-I${LOCALBASE}/include
66
66
67
SUB_FILES=	pkg-message
67
SUB_FILES=	pkg-message
68
68
69
CONFIGURE_ARGS+=	--with-net-snmp
69
CONFIGURE_ARGS+=	--with-net-snmp
70
70
71
OPTIONS_DEFINE=		IPV6 FPING CURL LDAP IPMI SSH NMAP LIBXML2 UNIXODBC
71
OPTIONS_DEFINE=		IPV6 FPING CURL LDAP IPMI SSH NMAP LIBXML2 UNIXODBC
72
72
73
OPTIONS_DEFAULT=	FPING CURL UNIXODBC MYSQL OPENSSL
73
OPTIONS_DEFAULT=	FPING CURL UNIXODBC MYSQL OPENSSL
74
OPTIONS_SUB=		yes
74
OPTIONS_SUB=		yes
75
75
76
FPING_DESC=		Build/install fping for ping checks
76
FPING_DESC=		Build/install fping for ping checks
77
IPMI_DESC=		Support for IPMI checks
77
IPMI_DESC=		Support for IPMI checks
78
LDAP_DESC=		Support for LDAP server checks
78
LDAP_DESC=		Support for LDAP server checks
79
NMAP_DESC=		Build/install nmap for o/s detection
79
NMAP_DESC=		Build/install nmap for o/s detection
80
SSH_DESC=		Support for SSH-based checks
80
SSH_DESC=		Support for SSH-based checks
81
UNIXODBC_DESC=		Support for database checks via ODBC
81
UNIXODBC_DESC=		Support for database checks via ODBC
82
LIBXML2_DESC=		Support for libxml2 (required by monitoring VMware)
82
LIBXML2_DESC=		Support for libxml2 (required by monitoring VMware)
83
83
84
OPTIONS_SINGLE=		DB SSL
84
OPTIONS_SINGLE=		DB SSL
85
OPTIONS_SINGLE_DB?=	MYSQL PGSQL ORACLE
85
OPTIONS_SINGLE_DB?=	MYSQL PGSQL ORACLE
86
OPTIONS_SINGLE_SSL=	OPENSSL GNUTLS
86
OPTIONS_SINGLE_SSL=	OPENSSL GNUTLS
87
87
88
MYSQL_CONFIGURE_WITH=	mysql
88
MYSQL_CONFIGURE_WITH=	mysql
89
MYSQL_USES+=		compiler:c11 mysql
89
MYSQL_USES+=		compiler:c11 mysql
90
90
91
PGSQL_CONFIGURE_WITH=	postgresql
91
PGSQL_CONFIGURE_WITH=	postgresql
92
PGSQL_USES+=		pgsql
92
PGSQL_USES+=		pgsql
93
93
94
SQLITE_CONFIGURE_WITH=	sqlite3
94
SQLITE_CONFIGURE_WITH=	sqlite3
95
SQLITE_USES+=		sqlite:3
95
SQLITE_USES+=		sqlite:3
96
96
97
ORACLE_CONFIGURE_WITH=	oracle
97
ORACLE_CONFIGURE_WITH=	oracle
98
98
99
LDAP_CONFIGURE_WITH=	ldap
99
LDAP_CONFIGURE_WITH=	ldap
100
LDAP_USE=		OPENLDAP=yes
100
LDAP_USE=		OPENLDAP=yes
101
101
102
IPMI_CONFIGURE_WITH=	openipmi
102
IPMI_CONFIGURE_WITH=	openipmi
103
IPMI_LIB_DEPENDS=	libOpenIPMI.so:sysutils/openipmi
103
IPMI_LIB_DEPENDS=	libOpenIPMI.so:sysutils/openipmi
104
104
105
FPING_RUN_DEPENDS=	fping:net/fping
105
FPING_RUN_DEPENDS=	fping:net/fping
106
106
107
SSH_CONFIGURE_WITH=	ssh2
107
SSH_CONFIGURE_WITH=	ssh2
108
SSH_LIB_DEPENDS=	libssh2.so:security/libssh2
108
SSH_LIB_DEPENDS=	libssh2.so:security/libssh2
109
109
110
UNIXODBC_CONFIGURE_WITH=unixodbc
110
UNIXODBC_CONFIGURE_WITH=unixodbc
111
UNIXODBC_LIB_DEPENDS=	libodbc.so:databases/unixODBC
111
UNIXODBC_LIB_DEPENDS=	libodbc.so:databases/unixODBC
112
.elif ${ZABBIX_BUILD} == "agent"
112
.elif ${ZABBIX_BUILD} == "agent"
113
OPTIONS_SINGLE=	SSL
113
OPTIONS_SINGLE=	SSL
114
OPTIONS_SINGLE_SSL=	OPENSSL GNUTLS
114
OPTIONS_SINGLE_SSL=	OPENSSL GNUTLS
115
.endif # if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java"
115
.endif # if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java"
116
116
117
CURL_DESC=		Support for web monitoring
117
CURL_DESC=		Support for web monitoring
118
CURL_CONFIGURE_WITH=	libcurl
118
CURL_CONFIGURE_WITH=	libcurl
119
CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
119
CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
120
120
121
IPV6_CONFIGURE_ENABLE=	ipv6
121
IPV6_CONFIGURE_ENABLE=	ipv6
122
122
123
NMAP_RUN_DEPENDS=	nmap:security/nmap \
123
NMAP_RUN_DEPENDS=	nmap:security/nmap \
124
			sudo:security/sudo
124
			sudo:security/sudo
125
125
126
LIBXML2_CONFIGURE_WITH=	libxml2=${LOCALBASE}
126
LIBXML2_CONFIGURE_WITH=	libxml2=${LOCALBASE}
127
LIBXML2_LIB_DEPENDS=	libxml2.so:textproc/libxml2
127
LIBXML2_LIB_DEPENDS=	libxml2.so:textproc/libxml2
128
128
129
OPENSSL_CONFIGURE_WITH=	openssl
129
OPENSSL_CONFIGURE_WITH=	openssl
130
OPENSSL_USES=		ssl
130
OPENSSL_USES=		ssl
131
OPENSSL_VARS=		BROKEN_SSL="libressl libressl-devel" \
131
OPENSSL_VARS=		BROKEN_SSL="libressl libressl-devel" \
132
			BROKEN_SSL_REASON="PSK is not provided by LibreSSL"
132
			BROKEN_SSL_REASON="PSK is not provided by LibreSSL"
133
133
134
GNUTLS_CONFIGURE_WITH=	gnutls
134
GNUTLS_CONFIGURE_WITH=	gnutls
135
GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
135
GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
136
136
137
.include <bsd.port.pre.mk>
137
.include <bsd.port.pre.mk>
138
138
139
post-patch:
139
post-patch:
140
	@${GREP} -rl "/etc/zabbix" ${WRKSRC} \
140
	@${GREP} -rl "/etc/zabbix" ${WRKSRC} \
141
	  | ${XARGS} ${REINPLACE_CMD} -e 's#/usr/local/etc#${ETCDIR}#g'
141
	  | ${XARGS} ${REINPLACE_CMD} -e 's#/usr/local/etc#${ETCDIR}#g'
142
142
143
	@${REINPLACE_CMD} -e 's#/usr/sbin/fping#${LOCALBASE}/sbin/fping#g' \
143
	@${REINPLACE_CMD} -e 's#/usr/sbin/fping#${LOCALBASE}/sbin/fping#g' \
144
		${WRKSRC}/conf/zabbix_*.conf \
144
		${WRKSRC}/conf/zabbix_*.conf \
145
		${WRKSRC}/src/zabbix_proxy/proxy.c \
145
		${WRKSRC}/src/zabbix_proxy/proxy.c \
146
		${WRKSRC}/src/zabbix_server/server.c
146
		${WRKSRC}/src/zabbix_server/server.c
147
147
148
.if ${ZABBIX_BUILD} == "server"
148
.if ${ZABBIX_BUILD} == "server"
149
	@${REINPLACE_CMD} -e 's#/tmp/zabbix_server.pid#/var/run/zabbix/zabbix_server.pid#g' \
149
	@${REINPLACE_CMD} -e 's#/tmp/zabbix_server.pid#/var/run/zabbix/zabbix_server.pid#g' \
150
		${WRKSRC}/conf/zabbix_server.conf \
150
		${WRKSRC}/conf/zabbix_server.conf \
151
		${WRKSRC}/src/zabbix_server/server.c
151
		${WRKSRC}/src/zabbix_server/server.c
152
.endif
152
.endif
153
153
154
.if ${ZABBIX_BUILD} == "proxy"
154
.if ${ZABBIX_BUILD} == "proxy"
155
	@${REINPLACE_CMD} -e 's#/tmp/zabbix_proxy.pid#/var/run/zabbix/zabbix_proxy.pid#g' \
155
	@${REINPLACE_CMD} -e 's#/tmp/zabbix_proxy.pid#/var/run/zabbix/zabbix_proxy.pid#g' \
156
		${WRKSRC}/conf/zabbix_proxy.conf \
156
		${WRKSRC}/conf/zabbix_proxy.conf \
157
		${WRKSRC}/src/zabbix_proxy/proxy.c
157
		${WRKSRC}/src/zabbix_proxy/proxy.c
158
.endif
158
.endif
159
159
160
.if ${ZABBIX_BUILD} == "agent"
160
.if ${ZABBIX_BUILD} == "agent"
161
	@${REINPLACE_CMD} -e 's#/tmp/zabbix_agentd.pid#/var/run/zabbix/zabbix_agentd.pid#g' \
161
	@${REINPLACE_CMD} -e 's#/tmp/zabbix_agentd.pid#/var/run/zabbix/zabbix_agentd.pid#g' \
162
		${WRKSRC}/conf/zabbix_agentd.conf \
162
		${WRKSRC}/conf/zabbix_agentd.conf \
163
		${WRKSRC}/src/zabbix_agent/zabbix_agentd.c
163
		${WRKSRC}/src/zabbix_agent/zabbix_agentd.c
164
.endif
164
.endif
165
165
166
.if ${ZABBIX_BUILD} == "java"
166
.if ${ZABBIX_BUILD} == "java"
167
	@${REINPLACE_CMD} -e 's#/tmp/zabbix_java.pid#/var/run/zabbix/zabbix_java.pid#g' \
167
	@${REINPLACE_CMD} -e 's#/tmp/zabbix_java.pid#/var/run/zabbix/zabbix_java.pid#g' \
168
		${WRKSRC}/src/zabbix_java/settings.sh
168
		${WRKSRC}/src/zabbix_java/settings.sh
169
.endif
169
.endif
170
170
171
.if ${ZABBIX_BUILD} != "agent"
171
.if ${ZABBIX_BUILD} != "agent"
172
.  for d in mysql oracle postgresql sqlite3
172
.  for d in mysql oracle postgresql sqlite3
173
	@${REINPLACE_CMD} \
173
	@${REINPLACE_CMD} \
174
		-e 's|/usr/bin/traceroute|/usr/sbin/traceroute|g' \
174
		-e 's|/usr/bin/traceroute|/usr/sbin/traceroute|g' \
175
		-e 's|sudo /usr/bin/nmap|sudo ${LOCALBASE}/bin/nmap|g' \
175
		-e 's|sudo /usr/bin/nmap|sudo ${LOCALBASE}/bin/nmap|g' \
176
		${WRKSRC}/database/${d}/data.sql
176
		${WRKSRC}/database/${d}/data.sql
177
.  endfor
177
.  endfor
178
.endif
178
.endif
179
	@${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) \
179
	@${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) \
180
		-exec ${RM} {} +
180
		-exec ${RM} {} +
181
181
182
pre-configure:
182
pre-configure:
183
	@echo "ac_cv_env_PKG_CONFIG_set=${LOCALBASE}/bin/pkgconf" > ${WRKSRC}/config.cache
183
	@echo "ac_cv_env_PKG_CONFIG_set=${LOCALBASE}/bin/pkgconf" > ${WRKSRC}/config.cache
184
184
185
post-install:
185
post-install:
186
.if ${ZABBIX_BUILD} == "java"
186
.if ${ZABBIX_BUILD} == "java"
187
	${MV} ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh \
187
	${MV} ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh \
188
		${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh.sample
188
		${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh.sample
189
	@${MKDIR} ${STAGEDIR}/var/run/zabbix
189
	@${MKDIR} ${STAGEDIR}/var/run/zabbix
190
.endif
190
.endif
191
191
192
.if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java"
192
.if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java"
193
	${MKDIR} ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database
193
	${MKDIR} ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database
194
	@${RM} ${WRKSRC}/database/*/Makefile*
194
	@${RM} ${WRKSRC}/database/*/Makefile*
195
	(cd ${WRKSRC}/database/ && \
195
	(cd ${WRKSRC}/database/ && \
196
		${COPYTREE_SHARE} "mysql oracle postgresql sqlite3" \
196
		${COPYTREE_SHARE} "mysql oracle postgresql sqlite3" \
197
		${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database/)
197
		${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database/)
198
198
199
	${MV} ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}.conf \
199
	${MV} ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}.conf \
200
		${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}.conf.sample
200
		${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}.conf.sample
201
.endif
201
.endif
202
202
203
.if ${ZABBIX_BUILD} == "agent"
203
.if ${ZABBIX_BUILD} == "agent"
204
	${MV} ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}d.conf \
204
	${MV} ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}d.conf \
205
		${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}d.conf.sample
205
		${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}d.conf.sample
206
.endif
206
.endif
207
207
208
.if ${ZABBIX_BUILD} == "proxy"
208
.if ${ZABBIX_BUILD} == "proxy"
209
	${MV} ${STAGEDIR}${LOCALBASE}/bin/zabbix_js \
209
	${MV} ${STAGEDIR}${LOCALBASE}/bin/zabbix_js \
210
		${STAGEDIR}${LOCALBASE}/bin/zabbix_proxy_js
210
		${STAGEDIR}${LOCALBASE}/bin/zabbix_proxy_js
211
.endif
211
.endif
212
212
213
.else # frontend
213
.else # frontend
214
.include <bsd.port.pre.mk>
214
.include <bsd.port.pre.mk>
215
.endif
215
.endif
216
216
217
.include <bsd.port.post.mk>
217
.include <bsd.port.post.mk>
(-)b/net-mgmt/zabbix5-server/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1598823160
1
TIMESTAMP = 1601411393
2
SHA256 (zabbix-5.0.3.tar.gz) = 34fcbc6bdc95c618a7903ca17434cfeb1ad12f0cdebbc75d35990975d37283b5
2
SHA256 (zabbix-5.0.4.tar.gz) = c1da683fb886bc6edcb59b07c716a1083a92b5ec31b3d2372afdbbc6307f7147
3
SIZE (zabbix-5.0.3.tar.gz) = 18893485
3
SIZE (zabbix-5.0.4.tar.gz) = 19039167
(-)b/net-mgmt/zabbix5-server/files/pkg-message.in (-2 / +2 lines)
Lines 1-44 Link Here
1
[
1
[
2
{ type: install
2
{ type: install
3
  message: <<EOM
3
  message: <<EOM
4
For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is
4
For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is
5
required. It is not needed to run Zabbix agent.
5
required. It is not needed to run Zabbix agent.
6
6
7
% cd %%DATADIR%%/%%ZABBIX_BUILD%%/database
7
% cd %%DATADIR%%/%%ZABBIX_BUILD%%/database
8
8
9
And follow the instructions:
9
And follow the instructions:
10
https://www.zabbix.com/documentation/5.0/manual/appendix/install/db_scripts
10
https://www.zabbix.com/documentation/5.0/manual/appendix/install/db_scripts
11
11
12
Upgrade notes for 5.0.0:
12
Upgrade notes for 5.0.4:
13
https://www.zabbix.com/documentation/5.0/manual/installation/upgrade_notes_500
13
https://www.zabbix.com/documentation/5.0/manual/installation/upgrade_notes_504
14
14
15
Upgrade procedure:
15
Upgrade procedure:
16
https://www.zabbix.com/documentation/5.0/manual/installation/upgrade/sources
16
https://www.zabbix.com/documentation/5.0/manual/installation/upgrade/sources
17
17
18
Please see https://www.zabbix.com/ for detailed information about Zabbix.
18
Please see https://www.zabbix.com/ for detailed information about Zabbix.
19
19
20
Official Zabbix documentation:
20
Official Zabbix documentation:
21
https://www.zabbix.com/documentation/5.0/start
21
https://www.zabbix.com/documentation/5.0/start
22
22
23
For Zabbix frontend "Welcome" screen. Enter the user name Admin with password
23
For Zabbix frontend "Welcome" screen. Enter the user name Admin with password
24
zabbix to log in as a Zabbix superuser.
24
zabbix to log in as a Zabbix superuser.
25
25
26
For use NMAP please edit sudoers
26
For use NMAP please edit sudoers
27
27
28
This is a Zabbix LTS release!
28
This is a Zabbix LTS release!
29
29
30
Zabbix LTS releases are supported for Zabbix customers during five (5) years
30
Zabbix LTS releases are supported for Zabbix customers during five (5) years
31
i.e. 3 years of Full Support (general, critical and security issues) and 2
31
i.e. 3 years of Full Support (general, critical and security issues) and 2
32
additional years of Limited Support (critical and security issues only).
32
additional years of Limited Support (critical and security issues only).
33
Zabbix LTS version release will result in change of the first version number.
33
Zabbix LTS version release will result in change of the first version number.
34
34
35
Stable release:         Zabbix 5.0
35
Stable release:         Zabbix 5.0
36
Release date:           12 May, 2020
36
Release date:           12 May, 2020
37
End of Full Support:    31 May, 2023
37
End of Full Support:    31 May, 2023
38
End of Limited Support: 31 May, 2025
38
End of Limited Support: 31 May, 2025
39
39
40
Zabbix Life Cycle & Release Policy:
40
Zabbix Life Cycle & Release Policy:
41
https://www.zabbix.com/life_cycle_and_release_policy
41
https://www.zabbix.com/life_cycle_and_release_policy
42
EOM
42
EOM
43
}
43
}
44
]
44
]

Return to bug 249993