View | Details | Raw Unified | Return to bug 221779
Collapse All | Expand All

(-)net-mgmt/Makefile (+4 lines)
Lines 381-385 Link Here
381
    SUBDIR += zabbix32-frontend
381
    SUBDIR += zabbix32-frontend
382
    SUBDIR += zabbix32-proxy
382
    SUBDIR += zabbix32-proxy
383
    SUBDIR += zabbix32-server
383
    SUBDIR += zabbix32-server
384
    SUBDIR += zabbix34-agent
385
    SUBDIR += zabbix34-frontend
386
    SUBDIR += zabbix34-proxy
387
    SUBDIR += zabbix34-server
384
388
385
.include <bsd.port.subdir.mk>
389
.include <bsd.port.subdir.mk>
(-)net-mgmt/zabbix34-agent/Makefile (-7 / +2 lines)
Lines 1-16 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=	zabbix32
4
PORTNAME=	zabbix34
5
CATEGORIES=	net-mgmt
5
CATEGORIES=	net-mgmt
6
PKGNAMESUFFIX=	-agent
6
PKGNAMESUFFIX=	-agent
7
7
8
MAINTAINER=	pakhom@pakhom.spb.ru
8
MASTERDIR=	${.CURDIR}/../zabbix34-server
9
COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
10
11
LICENSE=	GPLv2
12
13
MASTERDIR=	${.CURDIR}/../zabbix32-server
14
PLIST=		${PKGDIR}/pkg-plist.agent
9
PLIST=		${PKGDIR}/pkg-plist.agent
15
10
16
OPTIONS_DEFINE=		IPV6
11
OPTIONS_DEFINE=		IPV6
(-)net-mgmt/zabbix34-frontend/Makefile (-4 / +5 lines)
Lines 1-11 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=	zabbix32
4
PORTNAME=	zabbix34
5
CATEGORIES=	net-mgmt
5
CATEGORIES=	net-mgmt
6
PKGNAMESUFFIX=	-frontend
6
PKGNAMESUFFIX=	-frontend
7
7
8
MASTERDIR=	${.CURDIR}/../zabbix32-server
8
MASTERDIR=	${.CURDIR}/../zabbix34-server
9
9
10
NO_BUILD=	yes
10
NO_BUILD=	yes
11
NO_ARCH=	yes
11
NO_ARCH=	yes
Lines 17-25 Link Here
17
USES+=		php:web
17
USES+=		php:web
18
18
19
OPTIONS_DEFINE=		MYSQL MYSQLI PGSQL SQLITE ORACLE
19
OPTIONS_DEFINE=		MYSQL MYSQLI PGSQL SQLITE ORACLE
20
OPTIONS_DEFAULT=	MYSQL MYSQLI
20
OPTIONS_DEFAULT=	MYSQLI
21
MYSQLI_DESC=		MySQLI backend
21
MYSQLI_DESC=		MySQLI backend
22
22
23
MYSQL_VARS=	IGNORE_WITH_PHP+=70 71
24
23
.include <bsd.port.options.mk>
25
.include <bsd.port.options.mk>
24
26
25
.if ${PORT_OPTIONS:MMYSQL}
27
.if ${PORT_OPTIONS:MMYSQL}
Lines 39-45 Link Here
39
.endif
41
.endif
40
42
41
.if ${PORT_OPTIONS:MORACLE}
43
.if ${PORT_OPTIONS:MORACLE}
42
ZABBIX_REQUIRE=
43
CONFIGURE_ARGS+=	--with-oracle
44
CONFIGURE_ARGS+=	--with-oracle
44
.endif
45
.endif
45
46
(-)net-mgmt/zabbix34-proxy/Makefile (-7 / +2 lines)
Lines 1-15 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=	zabbix32
4
PORTNAME=	zabbix34
5
CATEGORIES=	net-mgmt
5
CATEGORIES=	net-mgmt
6
PKGNAMESUFFIX=	-proxy
6
PKGNAMESUFFIX=	-proxy
7
7
8
MAINTAINER=	pakhom@pakhom.spb.ru
8
MASTERDIR=	${.CURDIR}/../zabbix34-server
9
COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
10
11
LICENSE=	GPLv2
12
13
MASTERDIR=	${.CURDIR}/../zabbix32-server
14
9
15
.include "${MASTERDIR}/Makefile"
10
.include "${MASTERDIR}/Makefile"
(-)net-mgmt/zabbix34-server/Makefile (-6 / +10 lines)
Lines 1-8 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=	zabbix32
4
PORTNAME=	zabbix34
5
PORTVERSION=	3.2.7
5
PORTVERSION=	3.4.0
6
PORTREVISION?=	0
6
PORTREVISION?=	0
7
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
8
MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
8
MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
Lines 12-21 Link Here
12
MAINTAINER=	pg@pakhom.spb.ru
12
MAINTAINER=	pg@pakhom.spb.ru
13
COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
13
COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
14
14
15
LICENSE=	GPLv2
15
LICENSE=	GPLv2+
16
LICENSE_FILE=	${WRKSRC}/COPYING
16
17
17
CONFLICTS=	zabbix[0-24-9][0-13-9]${PKGNAMESUFFIX} zabbix[0-9]${PKGNAMESUFFIX}
18
LIB_DEPENDS=	libpcre.so:devel/pcre
18
19
20
CONFLICTS=	zabbix[0-24-9][0-35-9]${PKGNAMESUFFIX} zabbix[0-9]${PKGNAMESUFFIX}
21
19
IGNORE_WITH_MYSQL=	41
22
IGNORE_WITH_MYSQL=	41
20
23
21
ZABBIX_BUILD=	${PKGNAMESUFFIX:S/^-//}
24
ZABBIX_BUILD=	${PKGNAMESUFFIX:S/^-//}
Lines 39-51 Link Here
39
.endif
42
.endif
40
43
41
.if ${ZABBIX_BUILD} == "server"
44
.if ${ZABBIX_BUILD} == "server"
45
LIB_DEPENDS+=	libevent.so:devel/libevent
42
PLIST_SUB+=	SERVER=""
46
PLIST_SUB+=	SERVER=""
43
.else
47
.else
44
PLIST_SUB+=	SERVER="@comment "
48
PLIST_SUB+=	SERVER="@comment "
45
.endif
49
.endif
46
50
47
PLIST_SUB+=	ZABBIX_BUILD=${ZABBIX_BUILD} PORTVERSION=${PORTVERSION}
51
PLIST_SUB+=	ZABBIX_BUILD=${ZABBIX_BUILD} PORTVERSION=${PORTVERSION}
48
SUB_LIST=	ZABBIX_BUILD=${ZABBIX_BUILD} ZABBIX_REQUIRE=${ZABBIX_REQUIRE}
52
SUB_LIST=	ZABBIX_BUILD=${ZABBIX_BUILD}
49
53
50
MAKE_ARGS+=	ARCH=freebsd
54
MAKE_ARGS+=	ARCH=freebsd
51
GNU_CONFIGURE=	yes
55
GNU_CONFIGURE=	yes
Lines 55-61 Link Here
55
			--with-iconv=${ICONV_PREFIX}
59
			--with-iconv=${ICONV_PREFIX}
56
60
57
.if ${ZABBIX_BUILD} != "agent"
61
.if ${ZABBIX_BUILD} != "agent"
58
LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp
62
LIB_DEPENDS+=	libnetsnmp.so:net-mgmt/net-snmp
59
USES+=		execinfo
63
USES+=		execinfo
60
64
61
CPPFLAGS+=	-I${LOCALBASE}/include
65
CPPFLAGS+=	-I${LOCALBASE}/include
(-)net-mgmt/zabbix34-server/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1502890246
1
TIMESTAMP = 1503619719
2
SHA256 (zabbix-3.2.7.tar.gz) = 3ea0c299bd69bc728177128740f0476bc1a2c1de438330df5bbd8f5fc6090712
2
SHA256 (zabbix-3.4.0.tar.gz) = 7126df44de57eebc74e14e6738f604551b9a7d462e2f77d6ecfe03770850f013
3
SIZE (zabbix-3.2.7.tar.gz) = 16016367
3
SIZE (zabbix-3.4.0.tar.gz) = 16815960
(-)net-mgmt/zabbix34-server/files/pkg-message.in (-6 / +27 lines)
Lines 1-5 Link Here
1
======================================================================
1
======================================================================
2
For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is required. It is not needed to run Zabbix agent.
2
For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is
3
required. It is not needed to run Zabbix agent.
4
3
% cd %%DATADIR%%/%%ZABBIX_BUILD%%/database
5
% cd %%DATADIR%%/%%ZABBIX_BUILD%%/database
4
6
5
PostgreSQL:
7
PostgreSQL:
Lines 32-47 Link Here
32
shell> db2batch -d zabbix -f images.sql
34
shell> db2batch -d zabbix -f images.sql
33
shell> db2batch -d zabbix -f data.sql
35
shell> db2batch -d zabbix -f data.sql
34
36
37
Upgrade notes for 3.4.0:
38
https://www.zabbix.com/documentation/3.4/manual/installation/upgrade_notes_340
35
39
36
Upgrade notes for 3.2.0 https://www.zabbix.com/documentation/3.2/manual/installation/upgrade_notes_320
40
Upgrade procedure: 
41
https://www.zabbix.com/documentation/3.4/manual/installation/upgrade
37
42
38
Upgrade procedure https://www.zabbix.com/documentation/3.2/manual/installation/upgrade
39
40
Please see https://www.zabbix.com/ for detailed information about Zabbix.
43
Please see https://www.zabbix.com/ for detailed information about Zabbix.
41
44
42
On-line Zabbix documentation is available at https://www.zabbix.com/documentation/3.2/start
45
On-line Zabbix documentation:
46
https://www.zabbix.com/documentation/3.4/start
43
47
44
For Zabbix frontend “Welcome” screen. Enter the user name Admin with password zabbix to log in as a Zabbix superuser.
48
For Zabbix frontend “Welcome” screen. Enter the user name Admin with password
49
zabbix to log in as a Zabbix superuser.
45
50
46
For use NMAP please edit sudoers
51
For use NMAP please edit sudoers
52
======================================================================
53
This is a Zabbix Standard release!
54
55
Standard Zabbix releases are supported for Zabbix customers during six (6)
56
months of Full Support (general, critical and security issues) until the next
57
Zabbix stable release, plus one (1) additional month of Limited Support
58
(critical and security issues only). Zabbix Standard version release will
59
result in change of the second version number.
60
61
Stable release:         Zabbix 3.4
62
Release date:           August, 2017
63
End of Full Support:    February, 2018
64
End of Limited Support: March, 2018
65
66
Zabbix Life Cycle & Release Policy:
67
https://www.zabbix.com/life_cycle_and_release_policy
47
======================================================================
68
======================================================================
(-)net-mgmt/zabbix34-server/pkg-plist.frontend (-15 / +101 lines)
Lines 14-23 Link Here
14
%%WWWDIR%%/app/.htaccess
14
%%WWWDIR%%/app/.htaccess
15
%%WWWDIR%%/app/controllers/CControllerAcknowledgeCreate.php
15
%%WWWDIR%%/app/controllers/CControllerAcknowledgeCreate.php
16
%%WWWDIR%%/app/controllers/CControllerAcknowledgeEdit.php
16
%%WWWDIR%%/app/controllers/CControllerAcknowledgeEdit.php
17
%%WWWDIR%%/app/controllers/CControllerDashboardFavourite.php
17
%%WWWDIR%%/app/controllers/CControllerDashboardAbstract.php
18
%%WWWDIR%%/app/controllers/CControllerDashboardSort.php
18
%%WWWDIR%%/app/controllers/CControllerDashboardDelete.php
19
%%WWWDIR%%/app/controllers/CControllerDashboardGet.php
20
%%WWWDIR%%/app/controllers/CControllerDashboardList.php
21
%%WWWDIR%%/app/controllers/CControllerDashboardUpdate.php
19
%%WWWDIR%%/app/controllers/CControllerDashboardView.php
22
%%WWWDIR%%/app/controllers/CControllerDashboardView.php
20
%%WWWDIR%%/app/controllers/CControllerDashboardWidget.php
23
%%WWWDIR%%/app/controllers/CControllerDashbrdWidgetCheck.php
24
%%WWWDIR%%/app/controllers/CControllerDashbrdWidgetConfig.php
25
%%WWWDIR%%/app/controllers/CControllerDashbrdWidgetRfRate.php
26
%%WWWDIR%%/app/controllers/CControllerDashbrdWidgetUpdate.php
21
%%WWWDIR%%/app/controllers/CControllerDiscoveryView.php
27
%%WWWDIR%%/app/controllers/CControllerDiscoveryView.php
22
%%WWWDIR%%/app/controllers/CControllerFavouriteCreate.php
28
%%WWWDIR%%/app/controllers/CControllerFavouriteCreate.php
23
%%WWWDIR%%/app/controllers/CControllerFavouriteDelete.php
29
%%WWWDIR%%/app/controllers/CControllerFavouriteDelete.php
Lines 49-58 Link Here
49
%%WWWDIR%%/app/controllers/CControllerWebView.php
55
%%WWWDIR%%/app/controllers/CControllerWebView.php
50
%%WWWDIR%%/app/controllers/CControllerWidgetDiscoveryView.php
56
%%WWWDIR%%/app/controllers/CControllerWidgetDiscoveryView.php
51
%%WWWDIR%%/app/controllers/CControllerWidgetHostsView.php
57
%%WWWDIR%%/app/controllers/CControllerWidgetHostsView.php
52
%%WWWDIR%%/app/controllers/CControllerWidgetIssuesView.php
53
%%WWWDIR%%/app/controllers/CControllerWidgetStatusView.php
58
%%WWWDIR%%/app/controllers/CControllerWidgetStatusView.php
54
%%WWWDIR%%/app/controllers/CControllerWidgetSystemView.php
59
%%WWWDIR%%/app/controllers/CControllerWidgetSystemView.php
55
%%WWWDIR%%/app/controllers/CControllerWidgetWebView.php
60
%%WWWDIR%%/app/controllers/CControllerWidgetWebView.php
61
%%WWWDIR%%/app/controllers/CControllerWidget.php
62
%%WWWDIR%%/app/controllers/CControllerWidgetActionLogView.php
63
%%WWWDIR%%/app/controllers/CControllerWidgetClockView.php
64
%%WWWDIR%%/app/controllers/CControllerWidgetDataOverView.php
65
%%WWWDIR%%/app/controllers/CControllerWidgetFavGraphsView.php
66
%%WWWDIR%%/app/controllers/CControllerWidgetFavMapsView.php
67
%%WWWDIR%%/app/controllers/CControllerWidgetFavScreensView.php
68
%%WWWDIR%%/app/controllers/CControllerWidgetGraphView.php
69
%%WWWDIR%%/app/controllers/CControllerWidgetNavigationtreeItemEdit.php
70
%%WWWDIR%%/app/controllers/CControllerWidgetNavigationtreeItemEditDialog.php
71
%%WWWDIR%%/app/controllers/CControllerWidgetNavigationtreeView.php
72
%%WWWDIR%%/app/controllers/CControllerWidgetPlainTextView.php
73
%%WWWDIR%%/app/controllers/CControllerWidgetProblemsView.php
74
%%WWWDIR%%/app/controllers/CControllerWidgetSysmapView.php
75
%%WWWDIR%%/app/controllers/CControllerWidgetTrigOverView.php
76
%%WWWDIR%%/app/controllers/CControllerWidgetUrlView.php
56
%%WWWDIR%%/app/views/administration.mediatype.edit.js.php
77
%%WWWDIR%%/app/views/administration.mediatype.edit.js.php
57
%%WWWDIR%%/app/views/administration.mediatype.edit.php
78
%%WWWDIR%%/app/views/administration.mediatype.edit.php
58
%%WWWDIR%%/app/views/administration.mediatype.list.php
79
%%WWWDIR%%/app/views/administration.mediatype.list.php
Lines 74-79 Link Here
74
%%WWWDIR%%/app/views/monitoring.acknowledge.edit.js.php
95
%%WWWDIR%%/app/views/monitoring.acknowledge.edit.js.php
75
%%WWWDIR%%/app/views/monitoring.acknowledge.edit.php
96
%%WWWDIR%%/app/views/monitoring.acknowledge.edit.php
76
%%WWWDIR%%/app/views/monitoring.dashboard.view.php
97
%%WWWDIR%%/app/views/monitoring.dashboard.view.php
98
%%WWWDIR%%/app/views/monitoring.dashboard.breadcrumbs.php
99
%%WWWDIR%%/app/views/monitoring.dashboard.config.php
100
%%WWWDIR%%/app/views/monitoring.dashboard.edit_form.js.php
101
%%WWWDIR%%/app/views/monitoring.dashboard.edit_form.php
102
%%WWWDIR%%/app/views/monitoring.dashboard.list.php
103
%%WWWDIR%%/app/views/monitoring.dashboard.sharing_form.js.php
104
%%WWWDIR%%/app/views/monitoring.dashboard.sharing_form.php
105
%%WWWDIR%%/app/views/monitoring.dashboard.view.js.php
77
%%WWWDIR%%/app/views/monitoring.discovery.view.php
106
%%WWWDIR%%/app/views/monitoring.discovery.view.php
78
%%WWWDIR%%/app/views/monitoring.map.view.php
107
%%WWWDIR%%/app/views/monitoring.map.view.php
79
%%WWWDIR%%/app/views/monitoring.problem.view.js.php
108
%%WWWDIR%%/app/views/monitoring.problem.view.js.php
Lines 81-90 Link Here
81
%%WWWDIR%%/app/views/monitoring.web.view.php
110
%%WWWDIR%%/app/views/monitoring.web.view.php
82
%%WWWDIR%%/app/views/monitoring.widget.discovery.view.php
111
%%WWWDIR%%/app/views/monitoring.widget.discovery.view.php
83
%%WWWDIR%%/app/views/monitoring.widget.hosts.view.php
112
%%WWWDIR%%/app/views/monitoring.widget.hosts.view.php
84
%%WWWDIR%%/app/views/monitoring.widget.issues.view.php
85
%%WWWDIR%%/app/views/monitoring.widget.status.view.php
113
%%WWWDIR%%/app/views/monitoring.widget.status.view.php
86
%%WWWDIR%%/app/views/monitoring.widget.system.view.php
114
%%WWWDIR%%/app/views/monitoring.widget.system.view.php
87
%%WWWDIR%%/app/views/monitoring.widget.web.view.php
115
%%WWWDIR%%/app/views/monitoring.widget.web.view.php
116
%%WWWDIR%%/app/views/monitoring.widget.actionlog.view.php
117
%%WWWDIR%%/app/views/monitoring.widget.clock.view.php
118
%%WWWDIR%%/app/views/monitoring.widget.dataover.view.php
119
%%WWWDIR%%/app/views/monitoring.widget.favgraphs.view.php
120
%%WWWDIR%%/app/views/monitoring.widget.favmaps.view.php
121
%%WWWDIR%%/app/views/monitoring.widget.favscreens.view.php
122
%%WWWDIR%%/app/views/monitoring.widget.graph.view.php
123
%%WWWDIR%%/app/views/monitoring.widget.navigationtree.view.php
124
%%WWWDIR%%/app/views/monitoring.widget.plaintext.view.php
125
%%WWWDIR%%/app/views/monitoring.widget.problems.view.php
126
%%WWWDIR%%/app/views/monitoring.widget.sysmap.view.php
127
%%WWWDIR%%/app/views/monitoring.widget.trigover.view.php
128
%%WWWDIR%%/app/views/monitoring.widget.url.view.php
88
%%WWWDIR%%/app/views/report.services.php
129
%%WWWDIR%%/app/views/report.services.php
89
%%WWWDIR%%/app/views/report.status.php
130
%%WWWDIR%%/app/views/report.status.php
90
%%WWWDIR%%/app/views/system.warning.php
131
%%WWWDIR%%/app/views/system.warning.php
Lines 113-119 Link Here
113
%%WWWDIR%%/conf/maintenance.inc.php
154
%%WWWDIR%%/conf/maintenance.inc.php
114
%%WWWDIR%%/conf/zabbix.conf.php.example
155
%%WWWDIR%%/conf/zabbix.conf.php.example
115
%%WWWDIR%%/correlation.php
156
%%WWWDIR%%/correlation.php
116
%%WWWDIR%%/dashconf.php
117
%%WWWDIR%%/disc_prototypes.php
157
%%WWWDIR%%/disc_prototypes.php
118
%%WWWDIR%%/discoveryconf.php
158
%%WWWDIR%%/discoveryconf.php
119
%%WWWDIR%%/favicon.ico
159
%%WWWDIR%%/favicon.ico
Lines 157-166 Link Here
157
%%WWWDIR%%/include/classes/api/CApiClientResponse.php
197
%%WWWDIR%%/include/classes/api/CApiClientResponse.php
158
%%WWWDIR%%/include/classes/api/CApiService.php
198
%%WWWDIR%%/include/classes/api/CApiService.php
159
%%WWWDIR%%/include/classes/api/CApiServiceFactory.php
199
%%WWWDIR%%/include/classes/api/CApiServiceFactory.php
200
%%WWWDIR%%/include/classes/api/CAudit.php
160
%%WWWDIR%%/include/classes/api/CRelationMap.php
201
%%WWWDIR%%/include/classes/api/CRelationMap.php
161
%%WWWDIR%%/include/classes/api/clients/CApiClient.php
202
%%WWWDIR%%/include/classes/api/clients/CApiClient.php
162
%%WWWDIR%%/include/classes/api/clients/CLocalApiClient.php
203
%%WWWDIR%%/include/classes/api/clients/CLocalApiClient.php
163
%%WWWDIR%%/include/classes/api/managers/CApplicationManager.php
204
%%WWWDIR%%/include/classes/api/managers/CApplicationManager.php
205
%%WWWDIR%%/include/classes/api/services/CDashboard.php
164
%%WWWDIR%%/include/classes/api/managers/CHistoryManager.php
206
%%WWWDIR%%/include/classes/api/managers/CHistoryManager.php
165
%%WWWDIR%%/include/classes/api/managers/CHttpTestManager.php
207
%%WWWDIR%%/include/classes/api/managers/CHttpTestManager.php
166
%%WWWDIR%%/include/classes/api/services/CAPIInfo.php
208
%%WWWDIR%%/include/classes/api/services/CAPIInfo.php
Lines 234-240 Link Here
234
%%WWWDIR%%/include/classes/db/MysqlDbBackend.php
276
%%WWWDIR%%/include/classes/db/MysqlDbBackend.php
235
%%WWWDIR%%/include/classes/db/OracleDbBackend.php
277
%%WWWDIR%%/include/classes/db/OracleDbBackend.php
236
%%WWWDIR%%/include/classes/db/PostgresqlDbBackend.php
278
%%WWWDIR%%/include/classes/db/PostgresqlDbBackend.php
237
%%WWWDIR%%/include/classes/db/SqliteDbBackend.php
238
%%WWWDIR%%/include/classes/debug/CProfiler.php
279
%%WWWDIR%%/include/classes/debug/CProfiler.php
239
%%WWWDIR%%/include/classes/export/CConfigurationExport.php
280
%%WWWDIR%%/include/classes/export/CConfigurationExport.php
240
%%WWWDIR%%/include/classes/export/CConfigurationExportBuilder.php
281
%%WWWDIR%%/include/classes/export/CConfigurationExportBuilder.php
Lines 250-255 Link Here
250
%%WWWDIR%%/include/classes/helpers/CHtml.php
291
%%WWWDIR%%/include/classes/helpers/CHtml.php
251
%%WWWDIR%%/include/classes/helpers/CJs.php
292
%%WWWDIR%%/include/classes/helpers/CJs.php
252
%%WWWDIR%%/include/classes/helpers/CMenuPopupHelper.php
293
%%WWWDIR%%/include/classes/helpers/CMenuPopupHelper.php
294
%%WWWDIR%%/include/classes/helpers/CMapHelper.php
253
%%WWWDIR%%/include/classes/helpers/CUploadFile.php
295
%%WWWDIR%%/include/classes/helpers/CUploadFile.php
254
%%WWWDIR%%/include/classes/helpers/CViewHelper.php
296
%%WWWDIR%%/include/classes/helpers/CViewHelper.php
255
%%WWWDIR%%/include/classes/html/CActionButtonList.php
297
%%WWWDIR%%/include/classes/html/CActionButtonList.php
Lines 259-264 Link Here
259
%%WWWDIR%%/include/classes/html/CButtonCancel.php
301
%%WWWDIR%%/include/classes/html/CButtonCancel.php
260
%%WWWDIR%%/include/classes/html/CButtonDelete.php
302
%%WWWDIR%%/include/classes/html/CButtonDelete.php
261
%%WWWDIR%%/include/classes/html/CButtonQMessage.php
303
%%WWWDIR%%/include/classes/html/CButtonQMessage.php
304
%%WWWDIR%%/include/classes/html/CDashboardWidgetMap.php
262
%%WWWDIR%%/include/classes/html/CCheckBox.php
305
%%WWWDIR%%/include/classes/html/CCheckBox.php
263
%%WWWDIR%%/include/classes/html/CClock.php
306
%%WWWDIR%%/include/classes/html/CClock.php
264
%%WWWDIR%%/include/classes/html/CCol.php
307
%%WWWDIR%%/include/classes/html/CCol.php
Lines 286-291 Link Here
286
%%WWWDIR%%/include/classes/html/CListBox.php
329
%%WWWDIR%%/include/classes/html/CListBox.php
287
%%WWWDIR%%/include/classes/html/CListItem.php
330
%%WWWDIR%%/include/classes/html/CListItem.php
288
%%WWWDIR%%/include/classes/html/CMultiSelect.php
331
%%WWWDIR%%/include/classes/html/CMultiSelect.php
332
%%WWWDIR%%/include/classes/html/CNavigationTree.php
289
%%WWWDIR%%/include/classes/html/CNumericBox.php
333
%%WWWDIR%%/include/classes/html/CNumericBox.php
290
%%WWWDIR%%/include/classes/html/CObject.php
334
%%WWWDIR%%/include/classes/html/CObject.php
291
%%WWWDIR%%/include/classes/html/CParam.php
335
%%WWWDIR%%/include/classes/html/CParam.php
Lines 330-335 Link Here
330
%%WWWDIR%%/include/classes/import/converters/CConverter.php
374
%%WWWDIR%%/include/classes/import/converters/CConverter.php
331
%%WWWDIR%%/include/classes/import/converters/CConverterChain.php
375
%%WWWDIR%%/include/classes/import/converters/CConverterChain.php
332
%%WWWDIR%%/include/classes/import/converters/CImportConverterFactory.php
376
%%WWWDIR%%/include/classes/import/converters/CImportConverterFactory.php
377
%%WWWDIR%%/include/classes/import/converters/C32ImportConverter.php
333
%%WWWDIR%%/include/classes/import/importers/CAbstractScreenImporter.php
378
%%WWWDIR%%/include/classes/import/importers/CAbstractScreenImporter.php
334
%%WWWDIR%%/include/classes/import/importers/CHostImporter.php
379
%%WWWDIR%%/include/classes/import/importers/CHostImporter.php
335
%%WWWDIR%%/include/classes/import/importers/CImporter.php
380
%%WWWDIR%%/include/classes/import/importers/CImporter.php
Lines 345-350 Link Here
345
%%WWWDIR%%/include/classes/import/validators/C20XmlValidator.php
390
%%WWWDIR%%/include/classes/import/validators/C20XmlValidator.php
346
%%WWWDIR%%/include/classes/import/validators/C30XmlValidator.php
391
%%WWWDIR%%/include/classes/import/validators/C30XmlValidator.php
347
%%WWWDIR%%/include/classes/import/validators/C32XmlValidator.php
392
%%WWWDIR%%/include/classes/import/validators/C32XmlValidator.php
393
%%WWWDIR%%/include/classes/import/validators/C34XmlValidator.php
348
%%WWWDIR%%/include/classes/import/validators/CXmlValidator.php
394
%%WWWDIR%%/include/classes/import/validators/CXmlValidator.php
349
%%WWWDIR%%/include/classes/import/validators/CXmlValidatorGeneral.php
395
%%WWWDIR%%/include/classes/import/validators/CXmlValidatorGeneral.php
350
%%WWWDIR%%/include/classes/items/CHelpItems.php
396
%%WWWDIR%%/include/classes/items/CHelpItems.php
Lines 361-371 Link Here
361
%%WWWDIR%%/include/classes/mvc/CRouter.php
407
%%WWWDIR%%/include/classes/mvc/CRouter.php
362
%%WWWDIR%%/include/classes/mvc/CView.php
408
%%WWWDIR%%/include/classes/mvc/CView.php
363
%%WWWDIR%%/include/classes/pagefilter/CPageFilter.php
409
%%WWWDIR%%/include/classes/pagefilter/CPageFilter.php
410
%%WWWDIR%%/include/classes/parsers/CDnsParser.php
411
%%WWWDIR%%/include/classes/parsers/CFlexibleIntervalParser.php
412
%%WWWDIR%%/include/classes/parsers/CIPParser.php
413
%%WWWDIR%%/include/classes/parsers/CIPRangeParser.php
414
%%WWWDIR%%/include/classes/parsers/CIPv4Parser.php
415
%%WWWDIR%%/include/classes/parsers/CIPv6Parser.php
416
%%WWWDIR%%/include/classes/parsers/CSchedulingIntervalParser.php
417
%%WWWDIR%%/include/classes/parsers/CSimpleIntervalParser.php
418
%%WWWDIR%%/include/classes/parsers/CTimePeriodParser.php
419
%%WWWDIR%%/include/classes/parsers/CTimePeriodsParser.php
420
%%WWWDIR%%/include/classes/parsers/CUpdateIntervalParser.php
364
%%WWWDIR%%/include/classes/parsers/CConditionFormula.php
421
%%WWWDIR%%/include/classes/parsers/CConditionFormula.php
365
%%WWWDIR%%/include/classes/parsers/CFunctionIdParser.php
422
%%WWWDIR%%/include/classes/parsers/CFunctionIdParser.php
366
%%WWWDIR%%/include/classes/parsers/CFunctionMacroParser.php
423
%%WWWDIR%%/include/classes/parsers/CFunctionMacroParser.php
367
%%WWWDIR%%/include/classes/parsers/CFunctionParser.php
424
%%WWWDIR%%/include/classes/parsers/CFunctionParser.php
368
%%WWWDIR%%/include/classes/parsers/CItemDelayFlexParser.php
369
%%WWWDIR%%/include/classes/parsers/CItemKey.php
425
%%WWWDIR%%/include/classes/parsers/CItemKey.php
370
%%WWWDIR%%/include/classes/parsers/CLLDMacroParser.php
426
%%WWWDIR%%/include/classes/parsers/CLLDMacroParser.php
371
%%WWWDIR%%/include/classes/parsers/CMacroFunctionParser.php
427
%%WWWDIR%%/include/classes/parsers/CMacroFunctionParser.php
Lines 414-421 Link Here
414
%%WWWDIR%%/include/classes/services/CServicesSlaCalculator.php
470
%%WWWDIR%%/include/classes/services/CServicesSlaCalculator.php
415
%%WWWDIR%%/include/classes/setup/CFrontendSetup.php
471
%%WWWDIR%%/include/classes/setup/CFrontendSetup.php
416
%%WWWDIR%%/include/classes/setup/CSetupWizard.php
472
%%WWWDIR%%/include/classes/setup/CSetupWizard.php
417
%%WWWDIR%%/include/classes/sysmaps/CCanvas.php
418
%%WWWDIR%%/include/classes/sysmaps/CMapPainter.php
419
%%WWWDIR%%/include/classes/tree/CServiceTree.php
473
%%WWWDIR%%/include/classes/tree/CServiceTree.php
420
%%WWWDIR%%/include/classes/tree/CTree.php
474
%%WWWDIR%%/include/classes/tree/CTree.php
421
%%WWWDIR%%/include/classes/triggers/CTextTriggerConstructor.php
475
%%WWWDIR%%/include/classes/triggers/CTextTriggerConstructor.php
Lines 423-444 Link Here
423
%%WWWDIR%%/include/classes/user/CProfile.php
477
%%WWWDIR%%/include/classes/user/CProfile.php
424
%%WWWDIR%%/include/classes/user/CWebUser.php
478
%%WWWDIR%%/include/classes/user/CWebUser.php
425
%%WWWDIR%%/include/classes/validators/CActionCondValidator.php
479
%%WWWDIR%%/include/classes/validators/CActionCondValidator.php
480
%%WWWDIR%%/include/classes/validators/CApiInputValidator.php
426
%%WWWDIR%%/include/classes/validators/CCollectionValidator.php
481
%%WWWDIR%%/include/classes/validators/CCollectionValidator.php
427
%%WWWDIR%%/include/classes/validators/CColorValidator.php
482
%%WWWDIR%%/include/classes/validators/CColorValidator.php
428
%%WWWDIR%%/include/classes/validators/CDecimalStringValidator.php
483
%%WWWDIR%%/include/classes/validators/CDecimalStringValidator.php
429
%%WWWDIR%%/include/classes/validators/CDecimalValidator.php
484
%%WWWDIR%%/include/classes/validators/CDecimalValidator.php
430
%%WWWDIR%%/include/classes/validators/CFunctionValidator.php
485
%%WWWDIR%%/include/classes/validators/CFunctionValidator.php
431
%%WWWDIR%%/include/classes/validators/CIPRangeValidator.php
432
%%WWWDIR%%/include/classes/validators/CIPValidator.php
433
%%WWWDIR%%/include/classes/validators/CIdValidator.php
486
%%WWWDIR%%/include/classes/validators/CIdValidator.php
434
%%WWWDIR%%/include/classes/validators/CItemDelayFlexValidator.php
435
%%WWWDIR%%/include/classes/validators/CLdapAuthValidator.php
487
%%WWWDIR%%/include/classes/validators/CLdapAuthValidator.php
436
%%WWWDIR%%/include/classes/validators/CLimitedSetValidator.php
488
%%WWWDIR%%/include/classes/validators/CLimitedSetValidator.php
437
%%WWWDIR%%/include/classes/validators/CNewValidator.php
489
%%WWWDIR%%/include/classes/validators/CNewValidator.php
438
%%WWWDIR%%/include/classes/validators/CPartialValidatorInterface.php
490
%%WWWDIR%%/include/classes/validators/CPartialValidatorInterface.php
439
%%WWWDIR%%/include/classes/validators/CRegexValidator.php
491
%%WWWDIR%%/include/classes/validators/CRegexValidator.php
440
%%WWWDIR%%/include/classes/validators/CStringValidator.php
492
%%WWWDIR%%/include/classes/validators/CStringValidator.php
441
%%WWWDIR%%/include/classes/validators/CTimePeriodValidator.php
442
%%WWWDIR%%/include/classes/validators/CValidator.php
493
%%WWWDIR%%/include/classes/validators/CValidator.php
443
%%WWWDIR%%/include/classes/validators/event/CEventSourceObjectValidator.php
494
%%WWWDIR%%/include/classes/validators/event/CEventSourceObjectValidator.php
444
%%WWWDIR%%/include/classes/validators/host/CHostNormalValidator.php
495
%%WWWDIR%%/include/classes/validators/host/CHostNormalValidator.php
Lines 449-454 Link Here
449
%%WWWDIR%%/include/classes/validators/schema/CPartialSchemaValidator.php
500
%%WWWDIR%%/include/classes/validators/schema/CPartialSchemaValidator.php
450
%%WWWDIR%%/include/classes/validators/schema/CSchemaValidator.php
501
%%WWWDIR%%/include/classes/validators/schema/CSchemaValidator.php
451
%%WWWDIR%%/include/classes/validators/string/CLldMacroStringValidator.php
502
%%WWWDIR%%/include/classes/validators/string/CLldMacroStringValidator.php
503
%%WWWDIR%%/include/classes/widgetfields/CWidgetField.php
504
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldCheckBox.php
505
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldComboBox.php
506
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldGroup.php
507
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldHidden.php
508
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldHost.php
509
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldNumericBox.php
510
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldRadioButtonList.php
511
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldReference.php
512
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldSelectResource.php
513
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldSeverities.php
514
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldTags.php
515
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldTextBox.php
516
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldWidgetListComboBox.php
517
%%WWWDIR%%/include/classes/widgets/CActionLogWidgetForm.php
518
%%WWWDIR%%/include/classes/widgets/CClockWidgetForm.php
519
%%WWWDIR%%/include/classes/widgets/CDataOverviewWidgetForm.php
520
%%WWWDIR%%/include/classes/widgets/CGraphWidgetForm.php
521
%%WWWDIR%%/include/classes/widgets/CHostsWidgetForm.php
522
%%WWWDIR%%/include/classes/widgets/CNavigationWidgetForm.php
523
%%WWWDIR%%/include/classes/widgets/CPlainTextWidgetForm.php
524
%%WWWDIR%%/include/classes/widgets/CProblemsWidgetForm.php
525
%%WWWDIR%%/include/classes/widgets/CSysmapWidgetForm.php
526
%%WWWDIR%%/include/classes/widgets/CSystemWidgetForm.php
527
%%WWWDIR%%/include/classes/widgets/CTrigOverviewWidgetForm.php
528
%%WWWDIR%%/include/classes/widgets/CUrlWidgetForm.php
529
%%WWWDIR%%/include/classes/widgets/CWebWidgetForm.php
530
%%WWWDIR%%/include/classes/widgets/CWidgetConfig.php
531
%%WWWDIR%%/include/classes/widgets/CWidgetForm.php
532
%%WWWDIR%%/include/hostgroups.inc.php
452
%%WWWDIR%%/include/config.inc.php
533
%%WWWDIR%%/include/config.inc.php
453
%%WWWDIR%%/include/correlation.inc.php
534
%%WWWDIR%%/include/correlation.inc.php
454
%%WWWDIR%%/include/db.inc.php
535
%%WWWDIR%%/include/db.inc.php
Lines 604-610 Link Here
604
%%WWWDIR%%/include/views/js/monitoring.triggerComment.js.php
685
%%WWWDIR%%/include/views/js/monitoring.triggerComment.js.php
605
%%WWWDIR%%/include/views/js/reports.toptriggers.js.php
686
%%WWWDIR%%/include/views/js/reports.toptriggers.js.php
606
%%WWWDIR%%/include/views/monitoring.charts.php
687
%%WWWDIR%%/include/views/monitoring.charts.php
607
%%WWWDIR%%/include/views/monitoring.dashconf.php
608
%%WWWDIR%%/include/views/monitoring.history.php
688
%%WWWDIR%%/include/views/monitoring.history.php
609
%%WWWDIR%%/include/views/monitoring.hostscreen.php
689
%%WWWDIR%%/include/views/monitoring.hostscreen.php
610
%%WWWDIR%%/include/views/monitoring.overview.items.php
690
%%WWWDIR%%/include/views/monitoring.overview.items.php
Lines 629-634 Link Here
629
%%WWWDIR%%/js/class.bbcode.js
709
%%WWWDIR%%/js/class.bbcode.js
630
%%WWWDIR%%/js/class.calendar.js
710
%%WWWDIR%%/js/class.calendar.js
631
%%WWWDIR%%/js/class.cdate.js
711
%%WWWDIR%%/js/class.cdate.js
712
%%WWWDIR%%/js/class.cclock.js
713
%%WWWDIR%%/js/class.cnavtree.js
632
%%WWWDIR%%/js/class.cdebug.js
714
%%WWWDIR%%/js/class.cdebug.js
633
%%WWWDIR%%/js/class.cmap.js
715
%%WWWDIR%%/js/class.cmap.js
634
%%WWWDIR%%/js/class.cmessages.js
716
%%WWWDIR%%/js/class.cmessages.js
Lines 641-646 Link Here
641
%%WWWDIR%%/js/class.cviewswitcher.js
723
%%WWWDIR%%/js/class.cviewswitcher.js
642
%%WWWDIR%%/js/class.pmaster.js
724
%%WWWDIR%%/js/class.pmaster.js
643
%%WWWDIR%%/js/class.rpc.js
725
%%WWWDIR%%/js/class.rpc.js
726
%%WWWDIR%%/js/class.mapWidget.js
644
%%WWWDIR%%/js/common.js
727
%%WWWDIR%%/js/common.js
645
%%WWWDIR%%/js/flickerfreescreen.js
728
%%WWWDIR%%/js/flickerfreescreen.js
646
%%WWWDIR%%/js/functions.js
729
%%WWWDIR%%/js/functions.js
Lines 655-660 Link Here
655
%%WWWDIR%%/js/vendors/jquery-ui.js
738
%%WWWDIR%%/js/vendors/jquery-ui.js
656
%%WWWDIR%%/js/vendors/jquery.js
739
%%WWWDIR%%/js/vendors/jquery.js
657
%%WWWDIR%%/js/vendors/prototype.js
740
%%WWWDIR%%/js/vendors/prototype.js
741
%%WWWDIR%%/js/dashboard.grid.js
742
%%WWWDIR%%/js/vector/class.svg.canvas.js
743
%%WWWDIR%%/js/vector/class.svg.map.js
658
%%WWWDIR%%/jsLoader.php
744
%%WWWDIR%%/jsLoader.php
659
%%WWWDIR%%/jsrpc.php
745
%%WWWDIR%%/jsrpc.php
660
%%WWWDIR%%/latest.php
746
%%WWWDIR%%/latest.php

Return to bug 221779