Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2017 23:25:42 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448743 - in head/net-mgmt: . zabbix34-agent zabbix34-frontend zabbix34-proxy zabbix34-server zabbix34-server/files
Message-ID:  <201708252325.v7PNPg16033555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Fri Aug 25 23:25:42 2017
New Revision: 448743
URL: https://svnweb.freebsd.org/changeset/ports/448743

Log:
  New ports: net-mgmt/zabbix34-[agent|frontend|proxy|server]
  
  net-mgmt/zabbix32 -> net-mgmt/zabbix34
  
  What's new in Zabbix 3.4.0:
  https://www.zabbix.com/documentation/3.4/manual/introduction/whatsnew340
  
  PR:		221779
  Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru>

Added:
  head/net-mgmt/zabbix34-agent/
     - copied from r448741, head/net-mgmt/zabbix32-agent/
  head/net-mgmt/zabbix34-frontend/
     - copied from r448741, head/net-mgmt/zabbix32-frontend/
  head/net-mgmt/zabbix34-proxy/
     - copied from r448741, head/net-mgmt/zabbix32-proxy/
  head/net-mgmt/zabbix34-server/
     - copied from r448741, head/net-mgmt/zabbix32-server/
Modified:
  head/net-mgmt/Makefile
  head/net-mgmt/zabbix34-agent/Makefile
  head/net-mgmt/zabbix34-frontend/Makefile
  head/net-mgmt/zabbix34-proxy/Makefile
  head/net-mgmt/zabbix34-server/Makefile
  head/net-mgmt/zabbix34-server/distinfo
  head/net-mgmt/zabbix34-server/files/pkg-message.in
  head/net-mgmt/zabbix34-server/pkg-plist.frontend

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Fri Aug 25 22:53:16 2017	(r448742)
+++ head/net-mgmt/Makefile	Fri Aug 25 23:25:42 2017	(r448743)
@@ -381,5 +381,9 @@
     SUBDIR += zabbix32-frontend
     SUBDIR += zabbix32-proxy
     SUBDIR += zabbix32-server
+    SUBDIR += zabbix34-agent
+    SUBDIR += zabbix34-frontend
+    SUBDIR += zabbix34-proxy
+    SUBDIR += zabbix34-server
 
 .include <bsd.port.subdir.mk>

Modified: head/net-mgmt/zabbix34-agent/Makefile
==============================================================================
--- head/net-mgmt/zabbix32-agent/Makefile	Fri Aug 25 21:08:52 2017	(r448741)
+++ head/net-mgmt/zabbix34-agent/Makefile	Fri Aug 25 23:25:42 2017	(r448743)
@@ -1,16 +1,11 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix32
+PORTNAME=	zabbix34
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-agent
 
-MAINTAINER=	pakhom@pakhom.spb.ru
-COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
-
-LICENSE=	GPLv2
-
-MASTERDIR=	${.CURDIR}/../zabbix32-server
+MASTERDIR=	${.CURDIR}/../zabbix34-server
 PLIST=		${PKGDIR}/pkg-plist.agent
 
 OPTIONS_DEFINE=		IPV6

Modified: head/net-mgmt/zabbix34-frontend/Makefile
==============================================================================
--- head/net-mgmt/zabbix32-frontend/Makefile	Fri Aug 25 21:08:52 2017	(r448741)
+++ head/net-mgmt/zabbix34-frontend/Makefile	Fri Aug 25 23:25:42 2017	(r448743)
@@ -1,11 +1,11 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix32
+PORTNAME=	zabbix34
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-frontend
 
-MASTERDIR=	${.CURDIR}/../zabbix32-server
+MASTERDIR=	${.CURDIR}/../zabbix34-server
 
 NO_BUILD=	yes
 NO_ARCH=	yes
@@ -17,9 +17,11 @@ USE_PHP=	bcmath ctype dom gd gettext json ldap mbstrin
 USES+=		php:web
 
 OPTIONS_DEFINE=		MYSQL MYSQLI PGSQL SQLITE ORACLE
-OPTIONS_DEFAULT=	MYSQL MYSQLI
+OPTIONS_DEFAULT=	MYSQLI
 MYSQLI_DESC=		MySQLI backend
 
+MYSQL_VARS=	IGNORE_WITH_PHP+=70 71
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MMYSQL}
@@ -39,7 +41,6 @@ USE_PHP+=	sqlite3
 .endif
 
 .if ${PORT_OPTIONS:MORACLE}
-ZABBIX_REQUIRE=
 CONFIGURE_ARGS+=	--with-oracle
 .endif
 

Modified: head/net-mgmt/zabbix34-proxy/Makefile
==============================================================================
--- head/net-mgmt/zabbix32-proxy/Makefile	Fri Aug 25 21:08:52 2017	(r448741)
+++ head/net-mgmt/zabbix34-proxy/Makefile	Fri Aug 25 23:25:42 2017	(r448743)
@@ -1,15 +1,10 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix32
+PORTNAME=	zabbix34
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-proxy
 
-MAINTAINER=	pakhom@pakhom.spb.ru
-COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
-
-LICENSE=	GPLv2
-
-MASTERDIR=	${.CURDIR}/../zabbix32-server
+MASTERDIR=	${.CURDIR}/../zabbix34-server
 
 .include "${MASTERDIR}/Makefile"

Modified: head/net-mgmt/zabbix34-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix32-server/Makefile	Fri Aug 25 21:08:52 2017	(r448741)
+++ head/net-mgmt/zabbix34-server/Makefile	Fri Aug 25 23:25:42 2017	(r448743)
@@ -1,8 +1,8 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix32
-PORTVERSION=	3.2.7
+PORTNAME=	zabbix34
+PORTVERSION=	3.4.0
 PORTREVISION?=	0
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
@@ -12,10 +12,13 @@ DISTNAME=	zabbix-${PORTVERSION}
 MAINTAINER=	pg@pakhom.spb.ru
 COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-CONFLICTS=	zabbix[0-24-9][0-13-9]${PKGNAMESUFFIX} zabbix[0-9]${PKGNAMESUFFIX}
+LIB_DEPENDS=	libpcre.so:devel/pcre
 
+CONFLICTS=	zabbix[0-24-9][0-35-9]${PKGNAMESUFFIX} zabbix[0-9]${PKGNAMESUFFIX}
+
 IGNORE_WITH_MYSQL=	41
 
 ZABBIX_BUILD=	${PKGNAMESUFFIX:S/^-//}
@@ -39,13 +42,14 @@ PLIST_SUB=	PROXY=""
 .endif
 
 .if ${ZABBIX_BUILD} == "server"
+LIB_DEPENDS+=	libevent.so:devel/libevent
 PLIST_SUB+=	SERVER=""
 .else
 PLIST_SUB+=	SERVER="@comment "
 .endif
 
 PLIST_SUB+=	ZABBIX_BUILD=${ZABBIX_BUILD} PORTVERSION=${PORTVERSION}
-SUB_LIST=	ZABBIX_BUILD=${ZABBIX_BUILD} ZABBIX_REQUIRE=${ZABBIX_REQUIRE}
+SUB_LIST=	ZABBIX_BUILD=${ZABBIX_BUILD}
 
 MAKE_ARGS+=	ARCH=freebsd
 GNU_CONFIGURE=	yes
@@ -55,7 +59,7 @@ CONFIGURE_ARGS+=	--enable-${ZABBIX_BUILD} \
 			--with-iconv=${ICONV_PREFIX}
 
 .if ${ZABBIX_BUILD} != "agent"
-LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp
+LIB_DEPENDS+=	libnetsnmp.so:net-mgmt/net-snmp
 USES+=		execinfo
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/net-mgmt/zabbix34-server/distinfo
==============================================================================
--- head/net-mgmt/zabbix32-server/distinfo	Fri Aug 25 21:08:52 2017	(r448741)
+++ head/net-mgmt/zabbix34-server/distinfo	Fri Aug 25 23:25:42 2017	(r448743)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502890246
-SHA256 (zabbix-3.2.7.tar.gz) = 3ea0c299bd69bc728177128740f0476bc1a2c1de438330df5bbd8f5fc6090712
-SIZE (zabbix-3.2.7.tar.gz) = 16016367
+TIMESTAMP = 1503619719
+SHA256 (zabbix-3.4.0.tar.gz) = 7126df44de57eebc74e14e6738f604551b9a7d462e2f77d6ecfe03770850f013
+SIZE (zabbix-3.4.0.tar.gz) = 16815960

Modified: head/net-mgmt/zabbix34-server/files/pkg-message.in
==============================================================================
--- head/net-mgmt/zabbix32-server/files/pkg-message.in	Fri Aug 25 21:08:52 2017	(r448741)
+++ head/net-mgmt/zabbix34-server/files/pkg-message.in	Fri Aug 25 23:25:42 2017	(r448743)
@@ -1,5 +1,7 @@
 ======================================================================
-For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is required. It is not needed to run Zabbix agent.
+For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is
+required. It is not needed to run Zabbix agent.
+
 % cd %%DATADIR%%/%%ZABBIX_BUILD%%/database
 
 PostgreSQL:
@@ -32,16 +34,35 @@ shell> db2batch -d zabbix -f schema.sql
 shell> db2batch -d zabbix -f images.sql
 shell> db2batch -d zabbix -f data.sql
 
+Upgrade notes for 3.4.0:
+https://www.zabbix.com/documentation/3.4/manual/installation/upgrade_notes_340
 
-Upgrade notes for 3.2.0 https://www.zabbix.com/documentation/3.2/manual/installation/upgrade_notes_320
+Upgrade procedure: 
+https://www.zabbix.com/documentation/3.4/manual/installation/upgrade
 
-Upgrade procedure https://www.zabbix.com/documentation/3.2/manual/installation/upgrade
-
 Please see https://www.zabbix.com/ for detailed information about Zabbix.
 
-On-line Zabbix documentation is available at https://www.zabbix.com/documentation/3.2/start
+On-line Zabbix documentation:
+https://www.zabbix.com/documentation/3.4/start
 
-For Zabbix frontend “Welcome” screen. Enter the user name Admin with password zabbix to log in as a Zabbix superuser.
+For Zabbix frontend “Welcome” screen. Enter the user name Admin with password
+zabbix to log in as a Zabbix superuser.
 
 For use NMAP please edit sudoers
+======================================================================
+This is a Zabbix Standard release!
+
+Standard Zabbix releases are supported for Zabbix customers during six (6)
+months of Full Support (general, critical and security issues) until the next
+Zabbix stable release, plus one (1) additional month of Limited Support
+(critical and security issues only). Zabbix Standard version release will
+result in change of the second version number.
+
+Stable release:         Zabbix 3.4
+Release date:           August, 2017
+End of Full Support:    February, 2018
+End of Limited Support: March, 2018
+
+Zabbix Life Cycle & Release Policy:
+https://www.zabbix.com/life_cycle_and_release_policy
 ======================================================================

Modified: head/net-mgmt/zabbix34-server/pkg-plist.frontend
==============================================================================
--- head/net-mgmt/zabbix32-server/pkg-plist.frontend	Fri Aug 25 21:08:52 2017	(r448741)
+++ head/net-mgmt/zabbix34-server/pkg-plist.frontend	Fri Aug 25 23:25:42 2017	(r448743)
@@ -14,10 +14,16 @@
 %%WWWDIR%%/app/.htaccess
 %%WWWDIR%%/app/controllers/CControllerAcknowledgeCreate.php
 %%WWWDIR%%/app/controllers/CControllerAcknowledgeEdit.php
-%%WWWDIR%%/app/controllers/CControllerDashboardFavourite.php
-%%WWWDIR%%/app/controllers/CControllerDashboardSort.php
+%%WWWDIR%%/app/controllers/CControllerDashboardAbstract.php
+%%WWWDIR%%/app/controllers/CControllerDashboardDelete.php
+%%WWWDIR%%/app/controllers/CControllerDashboardGet.php
+%%WWWDIR%%/app/controllers/CControllerDashboardList.php
+%%WWWDIR%%/app/controllers/CControllerDashboardUpdate.php
 %%WWWDIR%%/app/controllers/CControllerDashboardView.php
-%%WWWDIR%%/app/controllers/CControllerDashboardWidget.php
+%%WWWDIR%%/app/controllers/CControllerDashbrdWidgetCheck.php
+%%WWWDIR%%/app/controllers/CControllerDashbrdWidgetConfig.php
+%%WWWDIR%%/app/controllers/CControllerDashbrdWidgetRfRate.php
+%%WWWDIR%%/app/controllers/CControllerDashbrdWidgetUpdate.php
 %%WWWDIR%%/app/controllers/CControllerDiscoveryView.php
 %%WWWDIR%%/app/controllers/CControllerFavouriteCreate.php
 %%WWWDIR%%/app/controllers/CControllerFavouriteDelete.php
@@ -49,10 +55,25 @@
 %%WWWDIR%%/app/controllers/CControllerWebView.php
 %%WWWDIR%%/app/controllers/CControllerWidgetDiscoveryView.php
 %%WWWDIR%%/app/controllers/CControllerWidgetHostsView.php
-%%WWWDIR%%/app/controllers/CControllerWidgetIssuesView.php
 %%WWWDIR%%/app/controllers/CControllerWidgetStatusView.php
 %%WWWDIR%%/app/controllers/CControllerWidgetSystemView.php
 %%WWWDIR%%/app/controllers/CControllerWidgetWebView.php
+%%WWWDIR%%/app/controllers/CControllerWidget.php
+%%WWWDIR%%/app/controllers/CControllerWidgetActionLogView.php
+%%WWWDIR%%/app/controllers/CControllerWidgetClockView.php
+%%WWWDIR%%/app/controllers/CControllerWidgetDataOverView.php
+%%WWWDIR%%/app/controllers/CControllerWidgetFavGraphsView.php
+%%WWWDIR%%/app/controllers/CControllerWidgetFavMapsView.php
+%%WWWDIR%%/app/controllers/CControllerWidgetFavScreensView.php
+%%WWWDIR%%/app/controllers/CControllerWidgetGraphView.php
+%%WWWDIR%%/app/controllers/CControllerWidgetNavigationtreeItemEdit.php
+%%WWWDIR%%/app/controllers/CControllerWidgetNavigationtreeItemEditDialog.php
+%%WWWDIR%%/app/controllers/CControllerWidgetNavigationtreeView.php
+%%WWWDIR%%/app/controllers/CControllerWidgetPlainTextView.php
+%%WWWDIR%%/app/controllers/CControllerWidgetProblemsView.php
+%%WWWDIR%%/app/controllers/CControllerWidgetSysmapView.php
+%%WWWDIR%%/app/controllers/CControllerWidgetTrigOverView.php
+%%WWWDIR%%/app/controllers/CControllerWidgetUrlView.php
 %%WWWDIR%%/app/views/administration.mediatype.edit.js.php
 %%WWWDIR%%/app/views/administration.mediatype.edit.php
 %%WWWDIR%%/app/views/administration.mediatype.list.php
@@ -74,6 +95,14 @@
 %%WWWDIR%%/app/views/monitoring.acknowledge.edit.js.php
 %%WWWDIR%%/app/views/monitoring.acknowledge.edit.php
 %%WWWDIR%%/app/views/monitoring.dashboard.view.php
+%%WWWDIR%%/app/views/monitoring.dashboard.breadcrumbs.php
+%%WWWDIR%%/app/views/monitoring.dashboard.config.php
+%%WWWDIR%%/app/views/monitoring.dashboard.edit_form.js.php
+%%WWWDIR%%/app/views/monitoring.dashboard.edit_form.php
+%%WWWDIR%%/app/views/monitoring.dashboard.list.php
+%%WWWDIR%%/app/views/monitoring.dashboard.sharing_form.js.php
+%%WWWDIR%%/app/views/monitoring.dashboard.sharing_form.php
+%%WWWDIR%%/app/views/monitoring.dashboard.view.js.php
 %%WWWDIR%%/app/views/monitoring.discovery.view.php
 %%WWWDIR%%/app/views/monitoring.map.view.php
 %%WWWDIR%%/app/views/monitoring.problem.view.js.php
@@ -81,10 +110,22 @@
 %%WWWDIR%%/app/views/monitoring.web.view.php
 %%WWWDIR%%/app/views/monitoring.widget.discovery.view.php
 %%WWWDIR%%/app/views/monitoring.widget.hosts.view.php
-%%WWWDIR%%/app/views/monitoring.widget.issues.view.php
 %%WWWDIR%%/app/views/monitoring.widget.status.view.php
 %%WWWDIR%%/app/views/monitoring.widget.system.view.php
 %%WWWDIR%%/app/views/monitoring.widget.web.view.php
+%%WWWDIR%%/app/views/monitoring.widget.actionlog.view.php
+%%WWWDIR%%/app/views/monitoring.widget.clock.view.php
+%%WWWDIR%%/app/views/monitoring.widget.dataover.view.php
+%%WWWDIR%%/app/views/monitoring.widget.favgraphs.view.php
+%%WWWDIR%%/app/views/monitoring.widget.favmaps.view.php
+%%WWWDIR%%/app/views/monitoring.widget.favscreens.view.php
+%%WWWDIR%%/app/views/monitoring.widget.graph.view.php
+%%WWWDIR%%/app/views/monitoring.widget.navigationtree.view.php
+%%WWWDIR%%/app/views/monitoring.widget.plaintext.view.php
+%%WWWDIR%%/app/views/monitoring.widget.problems.view.php
+%%WWWDIR%%/app/views/monitoring.widget.sysmap.view.php
+%%WWWDIR%%/app/views/monitoring.widget.trigover.view.php
+%%WWWDIR%%/app/views/monitoring.widget.url.view.php
 %%WWWDIR%%/app/views/report.services.php
 %%WWWDIR%%/app/views/report.status.php
 %%WWWDIR%%/app/views/system.warning.php
@@ -113,7 +154,6 @@
 %%WWWDIR%%/conf/maintenance.inc.php
 %%WWWDIR%%/conf/zabbix.conf.php.example
 %%WWWDIR%%/correlation.php
-%%WWWDIR%%/dashconf.php
 %%WWWDIR%%/disc_prototypes.php
 %%WWWDIR%%/discoveryconf.php
 %%WWWDIR%%/favicon.ico
@@ -157,10 +197,12 @@
 %%WWWDIR%%/include/classes/api/CApiClientResponse.php
 %%WWWDIR%%/include/classes/api/CApiService.php
 %%WWWDIR%%/include/classes/api/CApiServiceFactory.php
+%%WWWDIR%%/include/classes/api/CAudit.php
 %%WWWDIR%%/include/classes/api/CRelationMap.php
 %%WWWDIR%%/include/classes/api/clients/CApiClient.php
 %%WWWDIR%%/include/classes/api/clients/CLocalApiClient.php
 %%WWWDIR%%/include/classes/api/managers/CApplicationManager.php
+%%WWWDIR%%/include/classes/api/services/CDashboard.php
 %%WWWDIR%%/include/classes/api/managers/CHistoryManager.php
 %%WWWDIR%%/include/classes/api/managers/CHttpTestManager.php
 %%WWWDIR%%/include/classes/api/services/CAPIInfo.php
@@ -234,7 +276,6 @@
 %%WWWDIR%%/include/classes/db/MysqlDbBackend.php
 %%WWWDIR%%/include/classes/db/OracleDbBackend.php
 %%WWWDIR%%/include/classes/db/PostgresqlDbBackend.php
-%%WWWDIR%%/include/classes/db/SqliteDbBackend.php
 %%WWWDIR%%/include/classes/debug/CProfiler.php
 %%WWWDIR%%/include/classes/export/CConfigurationExport.php
 %%WWWDIR%%/include/classes/export/CConfigurationExportBuilder.php
@@ -250,6 +291,7 @@
 %%WWWDIR%%/include/classes/helpers/CHtml.php
 %%WWWDIR%%/include/classes/helpers/CJs.php
 %%WWWDIR%%/include/classes/helpers/CMenuPopupHelper.php
+%%WWWDIR%%/include/classes/helpers/CMapHelper.php
 %%WWWDIR%%/include/classes/helpers/CUploadFile.php
 %%WWWDIR%%/include/classes/helpers/CViewHelper.php
 %%WWWDIR%%/include/classes/html/CActionButtonList.php
@@ -259,6 +301,7 @@
 %%WWWDIR%%/include/classes/html/CButtonCancel.php
 %%WWWDIR%%/include/classes/html/CButtonDelete.php
 %%WWWDIR%%/include/classes/html/CButtonQMessage.php
+%%WWWDIR%%/include/classes/html/CDashboardWidgetMap.php
 %%WWWDIR%%/include/classes/html/CCheckBox.php
 %%WWWDIR%%/include/classes/html/CClock.php
 %%WWWDIR%%/include/classes/html/CCol.php
@@ -286,6 +329,7 @@
 %%WWWDIR%%/include/classes/html/CListBox.php
 %%WWWDIR%%/include/classes/html/CListItem.php
 %%WWWDIR%%/include/classes/html/CMultiSelect.php
+%%WWWDIR%%/include/classes/html/CNavigationTree.php
 %%WWWDIR%%/include/classes/html/CNumericBox.php
 %%WWWDIR%%/include/classes/html/CObject.php
 %%WWWDIR%%/include/classes/html/CParam.php
@@ -330,6 +374,7 @@
 %%WWWDIR%%/include/classes/import/converters/CConverter.php
 %%WWWDIR%%/include/classes/import/converters/CConverterChain.php
 %%WWWDIR%%/include/classes/import/converters/CImportConverterFactory.php
+%%WWWDIR%%/include/classes/import/converters/C32ImportConverter.php
 %%WWWDIR%%/include/classes/import/importers/CAbstractScreenImporter.php
 %%WWWDIR%%/include/classes/import/importers/CHostImporter.php
 %%WWWDIR%%/include/classes/import/importers/CImporter.php
@@ -345,6 +390,7 @@
 %%WWWDIR%%/include/classes/import/validators/C20XmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/C30XmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/C32XmlValidator.php
+%%WWWDIR%%/include/classes/import/validators/C34XmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/CXmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/CXmlValidatorGeneral.php
 %%WWWDIR%%/include/classes/items/CHelpItems.php
@@ -361,11 +407,21 @@
 %%WWWDIR%%/include/classes/mvc/CRouter.php
 %%WWWDIR%%/include/classes/mvc/CView.php
 %%WWWDIR%%/include/classes/pagefilter/CPageFilter.php
+%%WWWDIR%%/include/classes/parsers/CDnsParser.php
+%%WWWDIR%%/include/classes/parsers/CFlexibleIntervalParser.php
+%%WWWDIR%%/include/classes/parsers/CIPParser.php
+%%WWWDIR%%/include/classes/parsers/CIPRangeParser.php
+%%WWWDIR%%/include/classes/parsers/CIPv4Parser.php
+%%WWWDIR%%/include/classes/parsers/CIPv6Parser.php
+%%WWWDIR%%/include/classes/parsers/CSchedulingIntervalParser.php
+%%WWWDIR%%/include/classes/parsers/CSimpleIntervalParser.php
+%%WWWDIR%%/include/classes/parsers/CTimePeriodParser.php
+%%WWWDIR%%/include/classes/parsers/CTimePeriodsParser.php
+%%WWWDIR%%/include/classes/parsers/CUpdateIntervalParser.php
 %%WWWDIR%%/include/classes/parsers/CConditionFormula.php
 %%WWWDIR%%/include/classes/parsers/CFunctionIdParser.php
 %%WWWDIR%%/include/classes/parsers/CFunctionMacroParser.php
 %%WWWDIR%%/include/classes/parsers/CFunctionParser.php
-%%WWWDIR%%/include/classes/parsers/CItemDelayFlexParser.php
 %%WWWDIR%%/include/classes/parsers/CItemKey.php
 %%WWWDIR%%/include/classes/parsers/CLLDMacroParser.php
 %%WWWDIR%%/include/classes/parsers/CMacroFunctionParser.php
@@ -414,8 +470,6 @@
 %%WWWDIR%%/include/classes/services/CServicesSlaCalculator.php
 %%WWWDIR%%/include/classes/setup/CFrontendSetup.php
 %%WWWDIR%%/include/classes/setup/CSetupWizard.php
-%%WWWDIR%%/include/classes/sysmaps/CCanvas.php
-%%WWWDIR%%/include/classes/sysmaps/CMapPainter.php
 %%WWWDIR%%/include/classes/tree/CServiceTree.php
 %%WWWDIR%%/include/classes/tree/CTree.php
 %%WWWDIR%%/include/classes/triggers/CTextTriggerConstructor.php
@@ -423,22 +477,19 @@
 %%WWWDIR%%/include/classes/user/CProfile.php
 %%WWWDIR%%/include/classes/user/CWebUser.php
 %%WWWDIR%%/include/classes/validators/CActionCondValidator.php
+%%WWWDIR%%/include/classes/validators/CApiInputValidator.php
 %%WWWDIR%%/include/classes/validators/CCollectionValidator.php
 %%WWWDIR%%/include/classes/validators/CColorValidator.php
 %%WWWDIR%%/include/classes/validators/CDecimalStringValidator.php
 %%WWWDIR%%/include/classes/validators/CDecimalValidator.php
 %%WWWDIR%%/include/classes/validators/CFunctionValidator.php
-%%WWWDIR%%/include/classes/validators/CIPRangeValidator.php
-%%WWWDIR%%/include/classes/validators/CIPValidator.php
 %%WWWDIR%%/include/classes/validators/CIdValidator.php
-%%WWWDIR%%/include/classes/validators/CItemDelayFlexValidator.php
 %%WWWDIR%%/include/classes/validators/CLdapAuthValidator.php
 %%WWWDIR%%/include/classes/validators/CLimitedSetValidator.php
 %%WWWDIR%%/include/classes/validators/CNewValidator.php
 %%WWWDIR%%/include/classes/validators/CPartialValidatorInterface.php
 %%WWWDIR%%/include/classes/validators/CRegexValidator.php
 %%WWWDIR%%/include/classes/validators/CStringValidator.php
-%%WWWDIR%%/include/classes/validators/CTimePeriodValidator.php
 %%WWWDIR%%/include/classes/validators/CValidator.php
 %%WWWDIR%%/include/classes/validators/event/CEventSourceObjectValidator.php
 %%WWWDIR%%/include/classes/validators/host/CHostNormalValidator.php
@@ -449,6 +500,36 @@
 %%WWWDIR%%/include/classes/validators/schema/CPartialSchemaValidator.php
 %%WWWDIR%%/include/classes/validators/schema/CSchemaValidator.php
 %%WWWDIR%%/include/classes/validators/string/CLldMacroStringValidator.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetField.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldCheckBox.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldComboBox.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldGroup.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldHidden.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldHost.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldNumericBox.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldRadioButtonList.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldReference.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldSelectResource.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldSeverities.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldTags.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldTextBox.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldWidgetListComboBox.php
+%%WWWDIR%%/include/classes/widgets/CActionLogWidgetForm.php
+%%WWWDIR%%/include/classes/widgets/CClockWidgetForm.php
+%%WWWDIR%%/include/classes/widgets/CDataOverviewWidgetForm.php
+%%WWWDIR%%/include/classes/widgets/CGraphWidgetForm.php
+%%WWWDIR%%/include/classes/widgets/CHostsWidgetForm.php
+%%WWWDIR%%/include/classes/widgets/CNavigationWidgetForm.php
+%%WWWDIR%%/include/classes/widgets/CPlainTextWidgetForm.php
+%%WWWDIR%%/include/classes/widgets/CProblemsWidgetForm.php
+%%WWWDIR%%/include/classes/widgets/CSysmapWidgetForm.php
+%%WWWDIR%%/include/classes/widgets/CSystemWidgetForm.php
+%%WWWDIR%%/include/classes/widgets/CTrigOverviewWidgetForm.php
+%%WWWDIR%%/include/classes/widgets/CUrlWidgetForm.php
+%%WWWDIR%%/include/classes/widgets/CWebWidgetForm.php
+%%WWWDIR%%/include/classes/widgets/CWidgetConfig.php
+%%WWWDIR%%/include/classes/widgets/CWidgetForm.php
+%%WWWDIR%%/include/hostgroups.inc.php
 %%WWWDIR%%/include/config.inc.php
 %%WWWDIR%%/include/correlation.inc.php
 %%WWWDIR%%/include/db.inc.php
@@ -604,7 +685,6 @@
 %%WWWDIR%%/include/views/js/monitoring.triggerComment.js.php
 %%WWWDIR%%/include/views/js/reports.toptriggers.js.php
 %%WWWDIR%%/include/views/monitoring.charts.php
-%%WWWDIR%%/include/views/monitoring.dashconf.php
 %%WWWDIR%%/include/views/monitoring.history.php
 %%WWWDIR%%/include/views/monitoring.hostscreen.php
 %%WWWDIR%%/include/views/monitoring.overview.items.php
@@ -629,6 +709,8 @@
 %%WWWDIR%%/js/class.bbcode.js
 %%WWWDIR%%/js/class.calendar.js
 %%WWWDIR%%/js/class.cdate.js
+%%WWWDIR%%/js/class.cclock.js
+%%WWWDIR%%/js/class.cnavtree.js
 %%WWWDIR%%/js/class.cdebug.js
 %%WWWDIR%%/js/class.cmap.js
 %%WWWDIR%%/js/class.cmessages.js
@@ -641,6 +723,7 @@
 %%WWWDIR%%/js/class.cviewswitcher.js
 %%WWWDIR%%/js/class.pmaster.js
 %%WWWDIR%%/js/class.rpc.js
+%%WWWDIR%%/js/class.mapWidget.js
 %%WWWDIR%%/js/common.js
 %%WWWDIR%%/js/flickerfreescreen.js
 %%WWWDIR%%/js/functions.js
@@ -655,6 +738,9 @@
 %%WWWDIR%%/js/vendors/jquery-ui.js
 %%WWWDIR%%/js/vendors/jquery.js
 %%WWWDIR%%/js/vendors/prototype.js
+%%WWWDIR%%/js/dashboard.grid.js
+%%WWWDIR%%/js/vector/class.svg.canvas.js
+%%WWWDIR%%/js/vector/class.svg.map.js
 %%WWWDIR%%/jsLoader.php
 %%WWWDIR%%/jsrpc.php
 %%WWWDIR%%/latest.php



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708252325.v7PNPg16033555>