Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 2020 14:40:39 +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: r553988 - in head/net-mgmt: . zabbix52-agent zabbix52-frontend zabbix52-java zabbix52-proxy zabbix52-server zabbix52-server/files
Message-ID:  <202011031440.0A3Eedc8038175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Tue Nov  3 14:40:39 2020
New Revision: 553988
URL: https://svnweb.freebsd.org/changeset/ports/553988

Log:
  New ports: net-mgmt/zabbix52-[agent|frontend|java|proxy|server]
  
  net-mgmt/zabbix5 -> net-mgmt/zabbix52
  
  What's new in Zabbix 5.2:
  https://www.zabbix.com/documentation/current/manual/introduction/whatsnew520
  
  Changelog:	https://www.zabbix.com/rn/rn5.2.0
  
  PR:		250775
  Approved by:	pg@pakhom.spb.ru (maintainer)

Added:
  head/net-mgmt/zabbix52-agent/
     - copied from r553985, head/net-mgmt/zabbix5-agent/
  head/net-mgmt/zabbix52-frontend/
     - copied from r553985, head/net-mgmt/zabbix5-frontend/
  head/net-mgmt/zabbix52-java/
     - copied from r553985, head/net-mgmt/zabbix5-java/
  head/net-mgmt/zabbix52-proxy/
     - copied from r553985, head/net-mgmt/zabbix5-proxy/
  head/net-mgmt/zabbix52-server/
     - copied from r553985, head/net-mgmt/zabbix5-server/
Modified:
  head/net-mgmt/Makefile
  head/net-mgmt/zabbix52-agent/Makefile
  head/net-mgmt/zabbix52-frontend/Makefile
  head/net-mgmt/zabbix52-java/Makefile
  head/net-mgmt/zabbix52-proxy/Makefile
  head/net-mgmt/zabbix52-server/Makefile
  head/net-mgmt/zabbix52-server/distinfo
  head/net-mgmt/zabbix52-server/files/pkg-message.in
  head/net-mgmt/zabbix52-server/pkg-plist.frontend

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Tue Nov  3 14:36:15 2020	(r553987)
+++ head/net-mgmt/Makefile	Tue Nov  3 14:40:39 2020	(r553988)
@@ -403,5 +403,10 @@
     SUBDIR += zabbix5-java
     SUBDIR += zabbix5-proxy
     SUBDIR += zabbix5-server
+    SUBDIR += zabbix52-agent
+    SUBDIR += zabbix52-frontend
+    SUBDIR += zabbix52-java
+    SUBDIR += zabbix52-proxy
+    SUBDIR += zabbix52-server
 
 .include <bsd.port.subdir.mk>

Modified: head/net-mgmt/zabbix52-agent/Makefile
==============================================================================
--- head/net-mgmt/zabbix5-agent/Makefile	Tue Nov  3 14:19:59 2020	(r553985)
+++ head/net-mgmt/zabbix52-agent/Makefile	Tue Nov  3 14:40:39 2020	(r553988)
@@ -1,11 +1,11 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix5
+PORTNAME=	zabbix52
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-agent
 
-MASTERDIR=	${.CURDIR}/../zabbix5-server
+MASTERDIR=	${.CURDIR}/../zabbix52-server
 PLIST=		${PKGDIR}/pkg-plist.agent
 
 OPTIONS_DEFINE=		CURL IPV6

Modified: head/net-mgmt/zabbix52-frontend/Makefile
==============================================================================
--- head/net-mgmt/zabbix5-frontend/Makefile	Tue Nov  3 14:19:59 2020	(r553985)
+++ head/net-mgmt/zabbix52-frontend/Makefile	Tue Nov  3 14:40:39 2020	(r553988)
@@ -1,11 +1,11 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix5
+PORTNAME=	zabbix52
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-frontend
 
-MASTERDIR=	${.CURDIR}/../zabbix5-server
+MASTERDIR=	${.CURDIR}/../zabbix52-server
 
 NO_BUILD=	yes
 NO_ARCH=	yes
@@ -13,7 +13,7 @@ PATCHDIR=
 PLIST=		${PKGDIR}/pkg-plist.frontend
 
 USE_PHP=	bcmath ctype dom fileinfo filter gd gettext hash json ldap mbstring \
-		pcre session simplexml snmp sockets xml xmlreader xmlwriter
+		openssl pcre session simplexml snmp sockets xml xmlreader xmlwriter
 USES+=		php:web
 
 OPTIONS_DEFINE=		MYSQLI PGSQL ORACLE

Modified: head/net-mgmt/zabbix52-java/Makefile
==============================================================================
--- head/net-mgmt/zabbix5-java/Makefile	Tue Nov  3 14:19:59 2020	(r553985)
+++ head/net-mgmt/zabbix52-java/Makefile	Tue Nov  3 14:40:39 2020	(r553988)
@@ -1,10 +1,10 @@
 # $FreeBSD$
 
-PORTNAME=	zabbix5
+PORTNAME=	zabbix52
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-java
 
-MASTERDIR=	${.CURDIR}/../zabbix5-server
+MASTERDIR=	${.CURDIR}/../zabbix52-server
 PLIST=		${PKGDIR}/pkg-plist.java
 
 OPTIONS_DEFINE=		IPV6

Modified: head/net-mgmt/zabbix52-proxy/Makefile
==============================================================================
--- head/net-mgmt/zabbix5-proxy/Makefile	Tue Nov  3 14:19:59 2020	(r553985)
+++ head/net-mgmt/zabbix52-proxy/Makefile	Tue Nov  3 14:40:39 2020	(r553988)
@@ -1,11 +1,11 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix5
+PORTNAME=	zabbix52
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-proxy
 
-MASTERDIR=	${.CURDIR}/../zabbix5-server
+MASTERDIR=	${.CURDIR}/../zabbix52-server
 
 OPTIONS_SINGLE_DB=	MYSQL PGSQL SQLITE ORACLE
 

Modified: head/net-mgmt/zabbix52-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix5-server/Makefile	Tue Nov  3 14:19:59 2020	(r553985)
+++ head/net-mgmt/zabbix52-server/Makefile	Tue Nov  3 14:40:39 2020	(r553988)
@@ -1,8 +1,8 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix5
-PORTVERSION=	5.0.4
+PORTNAME=	zabbix52
+PORTVERSION=	5.2.0
 PORTREVISION?=	0
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://cdn.zabbix.com/zabbix/sources/stable/${PORTVERSION:R}/
@@ -10,14 +10,16 @@ PKGNAMESUFFIX?=	-server
 DISTNAME=	zabbix-${PORTVERSION}
 
 MAINTAINER=	pg@pakhom.spb.ru
-COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS
+COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
-CONFLICTS_INSTALL=	zabbix[0-9][0-9]${PKGNAMESUFFIX} zabbix[0-46-9]${PKGNAMESUFFIX}
+CONFLICTS_INSTALL=	zabbix[0-46-9][0-9]${PKGNAMESUFFIX} \
+		zabbix5[0-13-9]${PKGNAMESUFFIX} \
+		zabbix[0-9]${PKGNAMESUFFIX}
 
 ZABBIX_BUILD=	${PKGNAMESUFFIX:S/^-//}
 

Modified: head/net-mgmt/zabbix52-server/distinfo
==============================================================================
--- head/net-mgmt/zabbix5-server/distinfo	Tue Nov  3 14:19:59 2020	(r553985)
+++ head/net-mgmt/zabbix52-server/distinfo	Tue Nov  3 14:40:39 2020	(r553988)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601422146
-SHA256 (zabbix-5.0.4.tar.gz) = c1da683fb886bc6edcb59b07c716a1083a92b5ec31b3d2372afdbbc6307f7147
-SIZE (zabbix-5.0.4.tar.gz) = 19039167
+TIMESTAMP = 1604238703
+SHA256 (zabbix-5.2.0.tar.gz) = b4452b1f6d60a1cbbc7a79d263c5a3b657640bba7ba2c11b93644dfe628a1e99
+SIZE (zabbix-5.2.0.tar.gz) = 19509362

Modified: head/net-mgmt/zabbix52-server/files/pkg-message.in
==============================================================================
--- head/net-mgmt/zabbix5-server/files/pkg-message.in	Tue Nov  3 14:19:59 2020	(r553985)
+++ head/net-mgmt/zabbix52-server/files/pkg-message.in	Tue Nov  3 14:40:39 2020	(r553988)
@@ -7,35 +7,36 @@ required. It is not needed to run Zabbix agent.
 % cd %%DATADIR%%/%%ZABBIX_BUILD%%/database
 
 And follow the instructions:
-https://www.zabbix.com/documentation/5.0/manual/appendix/install/db_scripts
+https://www.zabbix.com/documentation/5.2/manual/appendix/install/db_scripts
 
-Upgrade notes for 5.0.0:
-https://www.zabbix.com/documentation/5.0/manual/installation/upgrade_notes_500
+Upgrade notes for 5.2.0:
+https://www.zabbix.com/documentation/5.2/manual/installation/upgrade_notes_520
 
 Upgrade procedure:
-https://www.zabbix.com/documentation/5.0/manual/installation/upgrade/sources
+https://www.zabbix.com/documentation/5.2/manual/installation/upgrade/sources
 
 Please see https://www.zabbix.com/ for detailed information about Zabbix.
 
 Official Zabbix documentation:
-https://www.zabbix.com/documentation/5.0/start
+https://www.zabbix.com/documentation/5.2/start
 
 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
+For use NMAP please edit sudoers.
 
-This is a Zabbix LTS release!
+This is a Zabbix Standard release!
 
-Zabbix LTS releases are supported for Zabbix customers during five (5) years
-i.e. 3 years of Full Support (general, critical and security issues) and 2
-additional years of Limited Support (critical and security issues only).
-Zabbix LTS version release will result in change of the first version number.
+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 5.0
-Release date:           12 May, 2020
-End of Full Support:    31 May, 2023
-End of Limited Support: 31 May, 2025
+Stable release:         Zabbix 5.2
+Release date:           Oct 27, 2020
+End of Full Support:    Apr 30, 2021
+End of Limited Support: May 31, 2021
 
 Zabbix Life Cycle & Release Policy:
 https://www.zabbix.com/life_cycle_and_release_policy

Modified: head/net-mgmt/zabbix52-server/pkg-plist.frontend
==============================================================================
--- head/net-mgmt/zabbix5-server/pkg-plist.frontend	Tue Nov  3 14:19:59 2020	(r553985)
+++ head/net-mgmt/zabbix52-server/pkg-plist.frontend	Tue Nov  3 14:40:39 2020	(r553988)
@@ -1,17 +1,23 @@
 %%WWWDIR%%/actionconf.php
 %%WWWDIR%%/api_jsonrpc.php
 %%WWWDIR%%/app/.htaccess
+%%WWWDIR%%/app/controllers/CControllerActionOperationGet.php
+%%WWWDIR%%/app/controllers/CControllerActionOperationValidate.php
+%%WWWDIR%%/app/controllers/CControllerApplicationCreate.php
+%%WWWDIR%%/app/controllers/CControllerApplicationDelete.php
+%%WWWDIR%%/app/controllers/CControllerApplicationDisable.php
+%%WWWDIR%%/app/controllers/CControllerApplicationEdit.php
+%%WWWDIR%%/app/controllers/CControllerApplicationEnable.php
+%%WWWDIR%%/app/controllers/CControllerApplicationList.php
+%%WWWDIR%%/app/controllers/CControllerApplicationUpdate.php
 %%WWWDIR%%/app/controllers/CControllerAuditLogList.php
 %%WWWDIR%%/app/controllers/CControllerAuthenticationEdit.php
 %%WWWDIR%%/app/controllers/CControllerAuthenticationUpdate.php
 %%WWWDIR%%/app/controllers/CControllerAutoregEdit.php
 %%WWWDIR%%/app/controllers/CControllerAutoregUpdate.php
-%%WWWDIR%%/app/controllers/CControllerActionOperationGet.php
-%%WWWDIR%%/app/controllers/CControllerActionOperationValidate.php
 %%WWWDIR%%/app/controllers/CControllerCharts.php
 %%WWWDIR%%/app/controllers/CControllerChartsView.php
 %%WWWDIR%%/app/controllers/CControllerChartsViewJson.php
-%%WWWDIR%%/app/controllers/CControllerDashboardAbstract.php
 %%WWWDIR%%/app/controllers/CControllerDashboardDelete.php
 %%WWWDIR%%/app/controllers/CControllerDashboardList.php
 %%WWWDIR%%/app/controllers/CControllerDashboardPropertiesCheck.php
@@ -26,12 +32,13 @@
 %%WWWDIR%%/app/controllers/CControllerDashboardWidgetRfRate.php
 %%WWWDIR%%/app/controllers/CControllerDashboardWidgetSanitize.php
 %%WWWDIR%%/app/controllers/CControllerDiscoveryView.php
-%%WWWDIR%%/app/controllers/CControllerExportXml.php
+%%WWWDIR%%/app/controllers/CControllerExport.php
 %%WWWDIR%%/app/controllers/CControllerFavouriteCreate.php
 %%WWWDIR%%/app/controllers/CControllerFavouriteDelete.php
 %%WWWDIR%%/app/controllers/CControllerGuiEdit.php
 %%WWWDIR%%/app/controllers/CControllerGuiUpdate.php
 %%WWWDIR%%/app/controllers/CControllerHost.php
+%%WWWDIR%%/app/controllers/CControllerHostDashboardView.php
 %%WWWDIR%%/app/controllers/CControllerHostMacrosList.php
 %%WWWDIR%%/app/controllers/CControllerHostView.php
 %%WWWDIR%%/app/controllers/CControllerHostViewRefresh.php
@@ -93,10 +100,15 @@
 %%WWWDIR%%/app/controllers/CControllerPopupMediatypeTestSend.php
 %%WWWDIR%%/app/controllers/CControllerPopupScriptExec.php
 %%WWWDIR%%/app/controllers/CControllerPopupServices.php
+%%WWWDIR%%/app/controllers/CControllerPopupTabFilterDelete.php
+%%WWWDIR%%/app/controllers/CControllerPopupTabFilterEdit.php
+%%WWWDIR%%/app/controllers/CControllerPopupTabFilterUpdate.php
 %%WWWDIR%%/app/controllers/CControllerPopupTestTriggerExpr.php
 %%WWWDIR%%/app/controllers/CControllerPopupTriggerExpr.php
 %%WWWDIR%%/app/controllers/CControllerPopupTriggerWizard.php
+%%WWWDIR%%/app/controllers/CControllerProblem.php
 %%WWWDIR%%/app/controllers/CControllerProblemView.php
+%%WWWDIR%%/app/controllers/CControllerProblemViewRefresh.php
 %%WWWDIR%%/app/controllers/CControllerProfileUpdate.php
 %%WWWDIR%%/app/controllers/CControllerProxyCreate.php
 %%WWWDIR%%/app/controllers/CControllerProxyDelete.php
@@ -120,21 +132,18 @@
 %%WWWDIR%%/app/controllers/CControllerScriptUpdate.php
 %%WWWDIR%%/app/controllers/CControllerSearch.php
 %%WWWDIR%%/app/controllers/CControllerSystemWarning.php
+%%WWWDIR%%/app/controllers/CControllerTabFilterProfileUpdate.php
+%%WWWDIR%%/app/controllers/CControllerTemplateDashboardDelete.php
+%%WWWDIR%%/app/controllers/CControllerTemplateDashboardEdit.php
+%%WWWDIR%%/app/controllers/CControllerTemplateDashboardList.php
+%%WWWDIR%%/app/controllers/CControllerTemplateDashboardUpdate.php
 %%WWWDIR%%/app/controllers/CControllerTimeSelectorUpdate.php
 %%WWWDIR%%/app/controllers/CControllerTrigDisplayEdit.php
 %%WWWDIR%%/app/controllers/CControllerTrigDisplayUpdate.php
-%%WWWDIR%%/app/controllers/CControllerTrigSeverityEdit.php
-%%WWWDIR%%/app/controllers/CControllerTrigSeverityUpdate.php
 %%WWWDIR%%/app/controllers/CControllerUserCreate.php
 %%WWWDIR%%/app/controllers/CControllerUserDelete.php
 %%WWWDIR%%/app/controllers/CControllerUserEdit.php
 %%WWWDIR%%/app/controllers/CControllerUserEditGeneral.php
-%%WWWDIR%%/app/controllers/CControllerUserList.php
-%%WWWDIR%%/app/controllers/CControllerUserProfileEdit.php
-%%WWWDIR%%/app/controllers/CControllerUserProfileUpdate.php
-%%WWWDIR%%/app/controllers/CControllerUserUnblock.php
-%%WWWDIR%%/app/controllers/CControllerUserUpdate.php
-%%WWWDIR%%/app/controllers/CControllerUserUpdateGeneral.php
 %%WWWDIR%%/app/controllers/CControllerUsergroupCreate.php
 %%WWWDIR%%/app/controllers/CControllerUsergroupDelete.php
 %%WWWDIR%%/app/controllers/CControllerUsergroupEdit.php
@@ -143,6 +152,18 @@
 %%WWWDIR%%/app/controllers/CControllerUsergroupMassUpdate.php
 %%WWWDIR%%/app/controllers/CControllerUsergroupTagfilterAdd.php
 %%WWWDIR%%/app/controllers/CControllerUsergroupUpdate.php
+%%WWWDIR%%/app/controllers/CControllerUserList.php
+%%WWWDIR%%/app/controllers/CControllerUserProfileEdit.php
+%%WWWDIR%%/app/controllers/CControllerUserProfileUpdate.php
+%%WWWDIR%%/app/controllers/CControllerUserroleCreate.php
+%%WWWDIR%%/app/controllers/CControllerUserroleDelete.php
+%%WWWDIR%%/app/controllers/CControllerUserroleEdit.php
+%%WWWDIR%%/app/controllers/CControllerUserroleEditGeneral.php
+%%WWWDIR%%/app/controllers/CControllerUserroleList.php
+%%WWWDIR%%/app/controllers/CControllerUserroleUpdate.php
+%%WWWDIR%%/app/controllers/CControllerUserUnblock.php
+%%WWWDIR%%/app/controllers/CControllerUserUpdate.php
+%%WWWDIR%%/app/controllers/CControllerUserUpdateGeneral.php
 %%WWWDIR%%/app/controllers/CControllerValuemapCreate.php
 %%WWWDIR%%/app/controllers/CControllerValuemapDelete.php
 %%WWWDIR%%/app/controllers/CControllerValuemapEdit.php
@@ -174,8 +195,6 @@
 %%WWWDIR%%/app/controllers/CControllerWidgetTrigOverView.php
 %%WWWDIR%%/app/controllers/CControllerWidgetUrlView.php
 %%WWWDIR%%/app/controllers/CControllerWidgetWebView.php
-%%WWWDIR%%/app/controllers/CControllerWorkingTimeEdit.php
-%%WWWDIR%%/app/controllers/CControllerWorkingTimeUpdate.php
 %%WWWDIR%%/app/partials/administration.usergroup.grouprights.html.php
 %%WWWDIR%%/app/partials/administration.usergroup.tagfilters.html.php
 %%WWWDIR%%/app/partials/common.filter.trigger.php
@@ -184,7 +203,6 @@
 %%WWWDIR%%/app/partials/dataoverview.table.top.php
 %%WWWDIR%%/app/partials/hostmacros.inherited.list.html.php
 %%WWWDIR%%/app/partials/hostmacros.list.html.php
-%%WWWDIR%%/app/partials/popup.operations.php
 %%WWWDIR%%/app/partials/js/common.filter.trigger.js.php
 %%WWWDIR%%/app/partials/js/configuration.tags.tab.js.php
 %%WWWDIR%%/app/partials/js/massupdate.macros.tab.js.php
@@ -193,8 +211,12 @@
 %%WWWDIR%%/app/partials/layout.htmlpage.header.php
 %%WWWDIR%%/app/partials/massupdate.macros.tab.php
 %%WWWDIR%%/app/partials/monitoring.dashboard.breadcrumbs.php
+%%WWWDIR%%/app/partials/monitoring.host.filter.php
 %%WWWDIR%%/app/partials/monitoring.host.view.html.php
 %%WWWDIR%%/app/partials/monitoring.latest.view.html.php
+%%WWWDIR%%/app/partials/monitoring.problem.filter.php
+%%WWWDIR%%/app/partials/popup.operations.php
+%%WWWDIR%%/app/partials/timeselector.filter.php
 %%WWWDIR%%/app/partials/trigoverview.table.left.php
 %%WWWDIR%%/app/partials/trigoverview.table.top.php
 %%WWWDIR%%/app/views/administration.authentication.edit.php
@@ -218,38 +240,50 @@
 %%WWWDIR%%/app/views/administration.script.edit.php
 %%WWWDIR%%/app/views/administration.script.list.php
 %%WWWDIR%%/app/views/administration.trigdisplay.edit.php
-%%WWWDIR%%/app/views/administration.trigseverity.edit.php
 %%WWWDIR%%/app/views/administration.user.edit.php
 %%WWWDIR%%/app/views/administration.user.list.php
 %%WWWDIR%%/app/views/administration.usergroup.edit.php
 %%WWWDIR%%/app/views/administration.usergroup.grouprights.php
 %%WWWDIR%%/app/views/administration.usergroup.list.php
 %%WWWDIR%%/app/views/administration.usergroup.tagfilters.php
+%%WWWDIR%%/app/views/administration.userrole.edit.php
+%%WWWDIR%%/app/views/administration.userrole.list.php
 %%WWWDIR%%/app/views/administration.valuemap.edit.php
 %%WWWDIR%%/app/views/administration.valuemap.list.php
-%%WWWDIR%%/app/views/administration.workingtime.edit.php
+%%WWWDIR%%/app/views/configuration.application.edit.php
+%%WWWDIR%%/app/views/configuration.application.list.php
+%%WWWDIR%%/app/views/configuration.dashboard.edit.php
+%%WWWDIR%%/app/views/configuration.dashboard.list.php
 %%WWWDIR%%/app/views/dashboard.properties.edit.php
-%%WWWDIR%%/app/views/dashboard.sharing.edit.php
+%%WWWDIR%%/app/views/dashboard.share.edit.php
 %%WWWDIR%%/app/views/hostmacros.list.php
 %%WWWDIR%%/app/views/js/administration.authentication.edit.js.php
 %%WWWDIR%%/app/views/js/administration.autoreg.edit.js.php
+%%WWWDIR%%/app/views/js/administration.gui.edit.js.php
 %%WWWDIR%%/app/views/js/administration.housekeeping.edit.js.php
 %%WWWDIR%%/app/views/js/administration.iconmap.edit.js.php
 %%WWWDIR%%/app/views/js/administration.image.edit.js.php
 %%WWWDIR%%/app/views/js/administration.macros.edit.js.php
 %%WWWDIR%%/app/views/js/administration.mediatype.edit.js.php
+%%WWWDIR%%/app/views/js/administration.miscconfig.edit.js.php
 %%WWWDIR%%/app/views/js/administration.proxy.edit.js.php
 %%WWWDIR%%/app/views/js/administration.regex.edit.js.php
 %%WWWDIR%%/app/views/js/administration.script.edit.js.php
 %%WWWDIR%%/app/views/js/administration.trigdisplay.edit.js.php
-%%WWWDIR%%/app/views/js/administration.trigseverity.edit.js.php
 %%WWWDIR%%/app/views/js/administration.user.edit.common.js.php
 %%WWWDIR%%/app/views/js/administration.user.edit.js.php
 %%WWWDIR%%/app/views/js/administration.usergroup.edit.js.php
 %%WWWDIR%%/app/views/js/administration.userprofile.edit.js.php
+%%WWWDIR%%/app/views/js/administration.userrole.edit.js.php
 %%WWWDIR%%/app/views/js/administration.valuemap.edit.js.php
+%%WWWDIR%%/app/views/js/configuration.applications.edit.js.php
+%%WWWDIR%%/app/views/js/configuration.dashboard.edit.js.php
+%%WWWDIR%%/app/views/js/dashboard/class.dashboard-share.js.php
+%%WWWDIR%%/app/views/js/dashboard/class.dashboard.js.php
+%%WWWDIR%%/app/views/js/dashboard/class.template-dashboard.js.php
 %%WWWDIR%%/app/views/js/monitoring.charts.view.js.php
 %%WWWDIR%%/app/views/js/monitoring.dashboard.view.js.php
+%%WWWDIR%%/app/views/js/monitoring.host.dashboard.view.js.php
 %%WWWDIR%%/app/views/js/monitoring.host.view.js.php
 %%WWWDIR%%/app/views/js/monitoring.latest.view.js.php
 %%WWWDIR%%/app/views/js/monitoring.problem.view.js.php
@@ -260,21 +294,23 @@
 %%WWWDIR%%/app/views/js/popup.media.js.php
 %%WWWDIR%%/app/views/js/popup.mediatype.message.js.php
 %%WWWDIR%%/app/views/js/popup.mediatypetest.edit.js.php
+%%WWWDIR%%/app/views/js/popup.tabfilter.edit.js.php
 %%WWWDIR%%/app/views/js/popup.triggerwizard.js.php
 %%WWWDIR%%/app/views/js/reports.auditlog.list.js.php
 %%WWWDIR%%/app/views/layout.csv.php
+%%WWWDIR%%/app/views/layout.export.php
 %%WWWDIR%%/app/views/layout.htmlpage.php
 %%WWWDIR%%/app/views/layout.javascript.php
 %%WWWDIR%%/app/views/layout.json.php
 %%WWWDIR%%/app/views/layout.warning.php
 %%WWWDIR%%/app/views/layout.widget.php
-%%WWWDIR%%/app/views/layout.xml.php
 %%WWWDIR%%/app/views/monitoring.charts.view.json.php
 %%WWWDIR%%/app/views/monitoring.charts.view.php
 %%WWWDIR%%/app/views/monitoring.dashboard.list.php
 %%WWWDIR%%/app/views/monitoring.dashboard.view.php
 %%WWWDIR%%/app/views/monitoring.dashboard.widget.edit.php
 %%WWWDIR%%/app/views/monitoring.discovery.view.php
+%%WWWDIR%%/app/views/monitoring.host.dashboard.view.php
 %%WWWDIR%%/app/views/monitoring.host.view.php
 %%WWWDIR%%/app/views/monitoring.host.view.refresh.php
 %%WWWDIR%%/app/views/monitoring.latest.view.php
@@ -317,6 +353,7 @@
 %%WWWDIR%%/app/views/popup.mediatypetest.edit.php
 %%WWWDIR%%/app/views/popup.scriptexec.php
 %%WWWDIR%%/app/views/popup.services.php
+%%WWWDIR%%/app/views/popup.tabfilter.edit.php
 %%WWWDIR%%/app/views/popup.testtriggerexpr.php
 %%WWWDIR%%/app/views/popup.triggerexpr.php
 %%WWWDIR%%/app/views/popup.triggerwizard.php
@@ -326,7 +363,6 @@
 %%WWWDIR%%/app/views/reports.auditlog.list.php
 %%WWWDIR%%/app/views/search.php
 %%WWWDIR%%/app/views/system.warning.php
-%%WWWDIR%%/applications.php
 %%WWWDIR%%/assets/fonts/DejaVuSans.ttf
 %%WWWDIR%%/assets/img/apple-touch-icon-120x120-precomposed.png
 %%WWWDIR%%/assets/img/apple-touch-icon-152x152-precomposed.png
@@ -356,6 +392,8 @@
 %%WWWDIR%%/chart5.php
 %%WWWDIR%%/chart6.php
 %%WWWDIR%%/chart7.php
+%%WWWDIR%%/composer.json
+%%WWWDIR%%/composer.lock
 %%WWWDIR%%/conf.import.php
 %%WWWDIR%%/conf/.htaccess
 %%WWWDIR%%/conf/maintenance.inc.php
@@ -368,7 +406,6 @@
 %%WWWDIR%%/history.php
 %%WWWDIR%%/host_discovery.php
 %%WWWDIR%%/host_prototypes.php
-%%WWWDIR%%/host_screen.php
 %%WWWDIR%%/hostgroups.php
 %%WWWDIR%%/hostinventories.php
 %%WWWDIR%%/hostinventoriesoverview.php
@@ -387,9 +424,9 @@
 %%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/CRelationMap.php
 %%WWWDIR%%/include/classes/api/helpers/CApiHostHelper.php
 %%WWWDIR%%/include/classes/api/helpers/CApiTagHelper.php
 %%WWWDIR%%/include/classes/api/managers/CApplicationManager.php
@@ -402,20 +439,22 @@
 %%WWWDIR%%/include/classes/api/managers/CItemPrototypeManager.php
 %%WWWDIR%%/include/classes/api/managers/CTriggerManager.php
 %%WWWDIR%%/include/classes/api/managers/CTriggerPrototypeManager.php
-%%WWWDIR%%/include/classes/api/services/CAPIInfo.php
 %%WWWDIR%%/include/classes/api/services/CAction.php
 %%WWWDIR%%/include/classes/api/services/CAlert.php
+%%WWWDIR%%/include/classes/api/services/CAPIInfo.php
 %%WWWDIR%%/include/classes/api/services/CApplication.php
 %%WWWDIR%%/include/classes/api/services/CAuditLog.php
+%%WWWDIR%%/include/classes/api/services/CAuthentication.php
 %%WWWDIR%%/include/classes/api/services/CAutoregistration.php
 %%WWWDIR%%/include/classes/api/services/CConfiguration.php
 %%WWWDIR%%/include/classes/api/services/CCorrelation.php
+%%WWWDIR%%/include/classes/api/services/CDashboard.php
+%%WWWDIR%%/include/classes/api/services/CDashboardGeneral.php
 %%WWWDIR%%/include/classes/api/services/CDCheck.php
 %%WWWDIR%%/include/classes/api/services/CDHost.php
+%%WWWDIR%%/include/classes/api/services/CDiscoveryRule.php
 %%WWWDIR%%/include/classes/api/services/CDRule.php
 %%WWWDIR%%/include/classes/api/services/CDService.php
-%%WWWDIR%%/include/classes/api/services/CDashboard.php
-%%WWWDIR%%/include/classes/api/services/CDiscoveryRule.php
 %%WWWDIR%%/include/classes/api/services/CEvent.php
 %%WWWDIR%%/include/classes/api/services/CGraph.php
 %%WWWDIR%%/include/classes/api/services/CGraphGeneral.php
@@ -428,6 +467,7 @@
 %%WWWDIR%%/include/classes/api/services/CHostGroup.php
 %%WWWDIR%%/include/classes/api/services/CHostInterface.php
 %%WWWDIR%%/include/classes/api/services/CHostPrototype.php
+%%WWWDIR%%/include/classes/api/services/CHousekeeping.php
 %%WWWDIR%%/include/classes/api/services/CHttpTest.php
 %%WWWDIR%%/include/classes/api/services/CIconMap.php
 %%WWWDIR%%/include/classes/api/services/CImage.php
@@ -441,14 +481,15 @@
 %%WWWDIR%%/include/classes/api/services/CModule.php
 %%WWWDIR%%/include/classes/api/services/CProblem.php
 %%WWWDIR%%/include/classes/api/services/CProxy.php
+%%WWWDIR%%/include/classes/api/services/CRole.php
 %%WWWDIR%%/include/classes/api/services/CScreen.php
 %%WWWDIR%%/include/classes/api/services/CScreenItem.php
 %%WWWDIR%%/include/classes/api/services/CScript.php
 %%WWWDIR%%/include/classes/api/services/CService.php
+%%WWWDIR%%/include/classes/api/services/CSettings.php
 %%WWWDIR%%/include/classes/api/services/CTask.php
 %%WWWDIR%%/include/classes/api/services/CTemplate.php
-%%WWWDIR%%/include/classes/api/services/CTemplateScreen.php
-%%WWWDIR%%/include/classes/api/services/CTemplateScreenItem.php
+%%WWWDIR%%/include/classes/api/services/CTemplateDashboard.php
 %%WWWDIR%%/include/classes/api/services/CTrend.php
 %%WWWDIR%%/include/classes/api/services/CTrigger.php
 %%WWWDIR%%/include/classes/api/services/CTriggerGeneral.php
@@ -464,18 +505,19 @@
 %%WWWDIR%%/include/classes/core/CAutoloader.php
 %%WWWDIR%%/include/classes/core/CComponentRegistry.php
 %%WWWDIR%%/include/classes/core/CConfigFile.php
+%%WWWDIR%%/include/classes/core/CCookieSession.php
+%%WWWDIR%%/include/classes/core/CEncryptedCookieSession.php
 %%WWWDIR%%/include/classes/core/CHttpRequest.php
 %%WWWDIR%%/include/classes/core/CJsonRpc.php
 %%WWWDIR%%/include/classes/core/CModule.php
 %%WWWDIR%%/include/classes/core/CModuleManager.php
-%%WWWDIR%%/include/classes/core/CRegistryFactory.php
-%%WWWDIR%%/include/classes/core/CSession.php
 %%WWWDIR%%/include/classes/core/ConfigFileException.php
+%%WWWDIR%%/include/classes/core/CRegistryFactory.php
 %%WWWDIR%%/include/classes/core/Manager.php
 %%WWWDIR%%/include/classes/core/ZBase.php
 %%WWWDIR%%/include/classes/db/DB.php
-%%WWWDIR%%/include/classes/db/DBException.php
 %%WWWDIR%%/include/classes/db/DbBackend.php
+%%WWWDIR%%/include/classes/db/DBException.php
 %%WWWDIR%%/include/classes/db/MysqlDbBackend.php
 %%WWWDIR%%/include/classes/db/OracleDbBackend.php
 %%WWWDIR%%/include/classes/db/PostgresqlDbBackend.php
@@ -487,28 +529,43 @@
 %%WWWDIR%%/include/classes/export/writers/CExportWriterFactory.php
 %%WWWDIR%%/include/classes/export/writers/CJsonExportWriter.php
 %%WWWDIR%%/include/classes/export/writers/CXmlExportWriter.php
+%%WWWDIR%%/include/classes/export/writers/CYamlExportWriter.php
 %%WWWDIR%%/include/classes/graph/CSvgGraph.php
 %%WWWDIR%%/include/classes/graphdraw/CGraphDraw.php
 %%WWWDIR%%/include/classes/graphdraw/CLineGraphDraw.php
 %%WWWDIR%%/include/classes/graphdraw/CPieGraphDraw.php
 %%WWWDIR%%/include/classes/helpers/CArrayHelper.php
+%%WWWDIR%%/include/classes/helpers/CAuthenticationHelper.php
 %%WWWDIR%%/include/classes/helpers/CBrandHelper.php
 %%WWWDIR%%/include/classes/helpers/CConditionHelper.php
+%%WWWDIR%%/include/classes/helpers/CConfigGeneralHelper.php
+%%WWWDIR%%/include/classes/helpers/CCookieHelper.php
+%%WWWDIR%%/include/classes/helpers/CDashboardHelper.php
+%%WWWDIR%%/include/classes/helpers/CDataCacheHelper.php
 %%WWWDIR%%/include/classes/helpers/CElasticsearchHelper.php
+%%WWWDIR%%/include/classes/helpers/CEncryptHelper.php
+%%WWWDIR%%/include/classes/helpers/CHousekeepingHelper.php
 %%WWWDIR%%/include/classes/helpers/CHtml.php
 %%WWWDIR%%/include/classes/helpers/CMapHelper.php
 %%WWWDIR%%/include/classes/helpers/CMathHelper.php
 %%WWWDIR%%/include/classes/helpers/CMediatypeHelper.php
+%%WWWDIR%%/include/classes/helpers/CMenuHelper.php
 %%WWWDIR%%/include/classes/helpers/CMenuPopupHelper.php
+%%WWWDIR%%/include/classes/helpers/CMessageHelper.php
 %%WWWDIR%%/include/classes/helpers/CPagerHelper.php
+%%WWWDIR%%/include/classes/helpers/CRoleHelper.php
+%%WWWDIR%%/include/classes/helpers/CSessionHelper.php
+%%WWWDIR%%/include/classes/helpers/CSettingsHelper.php
 %%WWWDIR%%/include/classes/helpers/CSvgGraphHelper.php
 %%WWWDIR%%/include/classes/helpers/CUploadFile.php
+%%WWWDIR%%/include/classes/helpers/CVaultHelper.php
 %%WWWDIR%%/include/classes/helpers/CViewHelper.php
 %%WWWDIR%%/include/classes/html/CActionButtonList.php
 %%WWWDIR%%/include/classes/html/CButton.php
 %%WWWDIR%%/include/classes/html/CButtonCancel.php
 %%WWWDIR%%/include/classes/html/CButtonDelete.php
 %%WWWDIR%%/include/classes/html/CButtonDropdown.php
+%%WWWDIR%%/include/classes/html/CButtonExport.php
 %%WWWDIR%%/include/classes/html/CButtonQMessage.php
 %%WWWDIR%%/include/classes/html/CCheckBox.php
 %%WWWDIR%%/include/classes/html/CCheckBoxList.php
@@ -525,6 +582,9 @@
 %%WWWDIR%%/include/classes/html/CFile.php
 %%WWWDIR%%/include/classes/html/CFilter.php
 %%WWWDIR%%/include/classes/html/CForm.php
+%%WWWDIR%%/include/classes/html/CFormActions.php
+%%WWWDIR%%/include/classes/html/CFormField.php
+%%WWWDIR%%/include/classes/html/CFormGrid.php
 %%WWWDIR%%/include/classes/html/CFormList.php
 %%WWWDIR%%/include/classes/html/CHorList.php
 %%WWWDIR%%/include/classes/html/CIFrame.php
@@ -542,8 +602,8 @@
 %%WWWDIR%%/include/classes/html/CMacroValue.php
 %%WWWDIR%%/include/classes/html/CMenu.php
 %%WWWDIR%%/include/classes/html/CMenuItem.php
-%%WWWDIR%%/include/classes/html/CMultiSelect.php
 %%WWWDIR%%/include/classes/html/CMultilineInput.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
@@ -557,6 +617,10 @@
 %%WWWDIR%%/include/classes/html/CRow.php
 %%WWWDIR%%/include/classes/html/CRowHeader.php
 %%WWWDIR%%/include/classes/html/CScriptTag.php
+%%WWWDIR%%/include/classes/html/CScriptTemplate.php
+%%WWWDIR%%/include/classes/html/CSelect.php
+%%WWWDIR%%/include/classes/html/CSelectOption.php
+%%WWWDIR%%/include/classes/html/CSelectOptionGroup.php
 %%WWWDIR%%/include/classes/html/CSeverity.php
 %%WWWDIR%%/include/classes/html/CSeverityCheckBoxList.php
 %%WWWDIR%%/include/classes/html/CSimpleButton.php
@@ -564,10 +628,11 @@
 %%WWWDIR%%/include/classes/html/CSubmit.php
 %%WWWDIR%%/include/classes/html/CSubmitButton.php
 %%WWWDIR%%/include/classes/html/CSup.php
-%%WWWDIR%%/include/classes/html/CTabView.php
+%%WWWDIR%%/include/classes/html/CTabFilter.php
 %%WWWDIR%%/include/classes/html/CTable.php
 %%WWWDIR%%/include/classes/html/CTableColumn.php
 %%WWWDIR%%/include/classes/html/CTableInfo.php
+%%WWWDIR%%/include/classes/html/CTabView.php
 %%WWWDIR%%/include/classes/html/CTag.php
 %%WWWDIR%%/include/classes/html/CTextArea.php
 %%WWWDIR%%/include/classes/html/CTextAreaFlexible.php
@@ -600,8 +665,8 @@
 %%WWWDIR%%/include/classes/html/widget/CWidget.php
 %%WWWDIR%%/include/classes/import/CConfigurationImport.php
 %%WWWDIR%%/include/classes/import/CImportDataAdapter.php
-%%WWWDIR%%/include/classes/import/CImportReferencer.php
 %%WWWDIR%%/include/classes/import/CImportedObjectContainer.php
+%%WWWDIR%%/include/classes/import/CImportReferencer.php
 %%WWWDIR%%/include/classes/import/converters/C10ImportConverter.php
 %%WWWDIR%%/include/classes/import/converters/C10ItemKeyConverter.php
 %%WWWDIR%%/include/classes/import/converters/C10TriggerConverter.php
@@ -614,23 +679,25 @@
 %%WWWDIR%%/include/classes/import/converters/C40ImportConverter.php
 %%WWWDIR%%/include/classes/import/converters/C42ImportConverter.php
 %%WWWDIR%%/include/classes/import/converters/C44ImportConverter.php
-%%WWWDIR%%/include/classes/import/converters/CArrayKeysImportConverter.php
+%%WWWDIR%%/include/classes/import/converters/C50ImportConverter.php
 %%WWWDIR%%/include/classes/import/converters/CConstantImportConverter.php
 %%WWWDIR%%/include/classes/import/converters/CConverter.php
 %%WWWDIR%%/include/classes/import/converters/CDefaultImportConverter.php
 %%WWWDIR%%/include/classes/import/converters/CImportConverterFactory.php
+%%WWWDIR%%/include/classes/import/converters/CImportDataNormalizer.php
+%%WWWDIR%%/include/classes/import/converters/CTemplateScreenConverter.php
 %%WWWDIR%%/include/classes/import/converters/CTransformImportConverter.php
-%%WWWDIR%%/include/classes/import/importers/CAbstractScreenImporter.php
 %%WWWDIR%%/include/classes/import/importers/CHostImporter.php
 %%WWWDIR%%/include/classes/import/importers/CImporter.php
 %%WWWDIR%%/include/classes/import/importers/CMapImporter.php
 %%WWWDIR%%/include/classes/import/importers/CScreenImporter.php
+%%WWWDIR%%/include/classes/import/importers/CTemplateDashboardImporter.php
 %%WWWDIR%%/include/classes/import/importers/CTemplateImporter.php
-%%WWWDIR%%/include/classes/import/importers/CTemplateScreenImporter.php
 %%WWWDIR%%/include/classes/import/readers/CImportReader.php
 %%WWWDIR%%/include/classes/import/readers/CImportReaderFactory.php
 %%WWWDIR%%/include/classes/import/readers/CJsonImportReader.php
 %%WWWDIR%%/include/classes/import/readers/CXmlImportReader.php
+%%WWWDIR%%/include/classes/import/readers/CYamlImportReader.php
 %%WWWDIR%%/include/classes/import/validators/C10XmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/C20XmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/C30XmlValidator.php
@@ -640,6 +707,7 @@
 %%WWWDIR%%/include/classes/import/validators/C42XmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/C44XmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/C50XmlValidator.php
+%%WWWDIR%%/include/classes/import/validators/C52XmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/CImportValidatorFactory.php
 %%WWWDIR%%/include/classes/import/validators/CXmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/CXmlValidatorGeneral.php
@@ -657,10 +725,12 @@
 %%WWWDIR%%/include/classes/mvc/CPartial.php
 %%WWWDIR%%/include/classes/mvc/CRouter.php
 %%WWWDIR%%/include/classes/mvc/CView.php
-%%WWWDIR%%/include/classes/parsers/CADNameAttributeParser.php
 %%WWWDIR%%/include/classes/parsers/CAbsoluteTimeParser.php
+%%WWWDIR%%/include/classes/parsers/CADNameAttributeParser.php
 %%WWWDIR%%/include/classes/parsers/CConditionFormula.php
 %%WWWDIR%%/include/classes/parsers/CDnsParser.php
+%%WWWDIR%%/include/classes/parsers/CExpressionMacroFunctionParser.php
+%%WWWDIR%%/include/classes/parsers/CExpressionMacroParser.php
 %%WWWDIR%%/include/classes/parsers/CFlexibleIntervalParser.php
 %%WWWDIR%%/include/classes/parsers/CFunctionIdParser.php
 %%WWWDIR%%/include/classes/parsers/CFunctionMacroParser.php
@@ -681,8 +751,8 @@
 %%WWWDIR%%/include/classes/parsers/CPrometheusOutputParser.php
 %%WWWDIR%%/include/classes/parsers/CPrometheusPatternParser.php
 %%WWWDIR%%/include/classes/parsers/CRangeParser.php
-%%WWWDIR%%/include/classes/parsers/CRangeTimeParser.php
 %%WWWDIR%%/include/classes/parsers/CRangesParser.php
+%%WWWDIR%%/include/classes/parsers/CRangeTimeParser.php
 %%WWWDIR%%/include/classes/parsers/CReferenceParser.php
 %%WWWDIR%%/include/classes/parsers/CRelativeTimeParser.php
 %%WWWDIR%%/include/classes/parsers/CReplacementParser.php
@@ -695,6 +765,7 @@
 %%WWWDIR%%/include/classes/parsers/CUpdateIntervalParser.php
 %%WWWDIR%%/include/classes/parsers/CUserMacroParser.php
 %%WWWDIR%%/include/classes/parsers/CValidationRule.php
+%%WWWDIR%%/include/classes/parsers/CVaultSecretParser.php
 %%WWWDIR%%/include/classes/parsers/results/CParserResult.php
 %%WWWDIR%%/include/classes/parsers/results/CTriggerExprParserResult.php
 %%WWWDIR%%/include/classes/regexp/CGlobalRegexp.php
@@ -709,9 +780,9 @@
 %%WWWDIR%%/include/classes/screens/CScreenEvents.php
 %%WWWDIR%%/include/classes/screens/CScreenGraph.php
 %%WWWDIR%%/include/classes/screens/CScreenHistory.php
-%%WWWDIR%%/include/classes/screens/CScreenHostTriggers.php
 %%WWWDIR%%/include/classes/screens/CScreenHostgroupTriggers.php
 %%WWWDIR%%/include/classes/screens/CScreenHostsInfo.php
+%%WWWDIR%%/include/classes/screens/CScreenHostTriggers.php
 %%WWWDIR%%/include/classes/screens/CScreenHttpTest.php
 %%WWWDIR%%/include/classes/screens/CScreenHttpTestDetails.php
 %%WWWDIR%%/include/classes/screens/CScreenLldGraph.php
@@ -728,6 +799,7 @@
 %%WWWDIR%%/include/classes/screens/CScreenUrl.php
 %%WWWDIR%%/include/classes/server/CZabbixServer.php
 %%WWWDIR%%/include/classes/services/CServicesSlaCalculator.php
+%%WWWDIR%%/include/classes/services/CTabFilterProfile.php
 %%WWWDIR%%/include/classes/setup/CFrontendSetup.php
 %%WWWDIR%%/include/classes/setup/CSetupWizard.php
 %%WWWDIR%%/include/classes/tree/CServiceTree.php
@@ -742,6 +814,7 @@
 %%WWWDIR%%/include/classes/validators/CColorValidator.php
 %%WWWDIR%%/include/classes/validators/CEmailValidator.php
 %%WWWDIR%%/include/classes/validators/CEventCorrCondValidator.php
+%%WWWDIR%%/include/classes/validators/CEventNameValidator.php
 %%WWWDIR%%/include/classes/validators/CFunctionValidator.php
 %%WWWDIR%%/include/classes/validators/CHtmlUrlValidator.php
 %%WWWDIR%%/include/classes/validators/CIdValidator.php
@@ -852,11 +925,9 @@
 %%WWWDIR%%/include/maintenances.inc.php
 %%WWWDIR%%/include/maps.inc.php
 %%WWWDIR%%/include/media.inc.php
-%%WWWDIR%%/include/menu.inc.php
 %%WWWDIR%%/include/page_footer.php
 %%WWWDIR%%/include/page_header.php
 %%WWWDIR%%/include/perm.inc.php
-%%WWWDIR%%/include/profiles.inc.php
 %%WWWDIR%%/include/regexp.inc.php
 %%WWWDIR%%/include/schema.inc.php
 %%WWWDIR%%/include/screens.inc.php
@@ -871,8 +942,6 @@
 %%WWWDIR%%/include/views/conf.import.php
 %%WWWDIR%%/include/views/configuration.action.edit.php
 %%WWWDIR%%/include/views/configuration.action.list.php
-%%WWWDIR%%/include/views/configuration.application.edit.php
-%%WWWDIR%%/include/views/configuration.application.list.php
 %%WWWDIR%%/include/views/configuration.copy.elements.php
 %%WWWDIR%%/include/views/configuration.correlation.edit.php
 %%WWWDIR%%/include/views/configuration.correlation.list.php
@@ -953,7 +1022,6 @@
 %%WWWDIR%%/include/views/js/monitoring.sysmap.edit.js.php
 %%WWWDIR%%/include/views/js/monitoring.sysmaps.js.php
 %%WWWDIR%%/include/views/monitoring.history.php
-%%WWWDIR%%/include/views/monitoring.hostscreen.php
 %%WWWDIR%%/include/views/monitoring.overview.items.php
 %%WWWDIR%%/include/views/monitoring.overview.triggers.php
 %%WWWDIR%%/include/views/monitoring.screen.constructor.edit.php
@@ -968,9 +1036,9 @@
 %%WWWDIR%%/include/views/monitoring.sysmap.edit.php
 %%WWWDIR%%/include/views/monitoring.sysmap.list.php
 %%WWWDIR%%/include/views/reports.toptriggers.php
-%%WWWDIR%%/index.php
 %%WWWDIR%%/index_http.php
 %%WWWDIR%%/index_sso.php
+%%WWWDIR%%/index.php
 %%WWWDIR%%/items.php
 %%WWWDIR%%/js/browsers.js
 %%WWWDIR%%/js/chkbxrange.js
@@ -1007,9 +1075,13 @@
 %%WWWDIR%%/js/class.rpc.js
 %%WWWDIR%%/js/class.scrollable.js
 %%WWWDIR%%/js/class.sidebar.js
+%%WWWDIR%%/js/class.tab-indicators.js
+%%WWWDIR%%/js/class.tabfilter.js
+%%WWWDIR%%/js/class.tabfilteritem.js
 %%WWWDIR%%/js/class.template.js
 %%WWWDIR%%/js/colorpicker.js
 %%WWWDIR%%/js/common.js
+%%WWWDIR%%/js/component.z-select.js
 %%WWWDIR%%/js/csvggraphwidget.js
 %%WWWDIR%%/js/dashboard.grid.js
 %%WWWDIR%%/js/flickerfreescreen.js
@@ -1026,6 +1098,7 @@
 %%WWWDIR%%/js/pages/items.js
 %%WWWDIR%%/js/pages/popup.condition.common.js
 %%WWWDIR%%/js/pages/popup.operation.common.js
+%%WWWDIR%%/js/pages/setup.js
 %%WWWDIR%%/js/servercheck.js
 %%WWWDIR%%/js/textareaflexible.js
 %%WWWDIR%%/js/vector/class.svg.canvas.js
@@ -1036,7 +1109,6 @@
 %%WWWDIR%%/jsrpc.php
 %%WWWDIR%%/local/.htaccess
 %%WWWDIR%%/local/README
-%%WWWDIR%%/locale/README
 %%WWWDIR%%/locale/add_new_language.sh
 %%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.mo
 %%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.po
@@ -1087,6 +1159,7 @@
 %%WWWDIR%%/locale/pt_BR/LC_MESSAGES/frontend.po
 %%WWWDIR%%/locale/pt_PT/LC_MESSAGES/frontend.mo
 %%WWWDIR%%/locale/pt_PT/LC_MESSAGES/frontend.po
+%%WWWDIR%%/locale/README
 %%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.mo
 %%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.po
 %%WWWDIR%%/locale/ru/LC_MESSAGES/frontend.mo
@@ -1130,14 +1203,26 @@
 %%WWWDIR%%/tr_events.php
 %%WWWDIR%%/trigger_prototypes.php
 %%WWWDIR%%/triggers.php
-%%WWWDIR%%/vendor/php-saml/CHANGELOG
-%%WWWDIR%%/vendor/php-saml/LICENSE
-%%WWWDIR%%/vendor/php-saml/README.md
+%%WWWDIR%%/vendor/autoload.php
+%%WWWDIR%%/vendor/bin/yaml-lint
+%%WWWDIR%%/vendor/bin/yaml-lint.bat
+%%WWWDIR%%/vendor/composer/autoload_classmap.php
+%%WWWDIR%%/vendor/composer/autoload_files.php
+%%WWWDIR%%/vendor/composer/autoload_namespaces.php
+%%WWWDIR%%/vendor/composer/autoload_psr4.php
+%%WWWDIR%%/vendor/composer/autoload_real.php
+%%WWWDIR%%/vendor/composer/autoload_static.php
+%%WWWDIR%%/vendor/composer/ClassLoader.php
+%%WWWDIR%%/vendor/composer/installed.json
+%%WWWDIR%%/vendor/composer/LICENSE
 %%WWWDIR%%/vendor/php-saml/_toolkit_loader.php
 %%WWWDIR%%/vendor/php-saml/advanced_settings_example.php
 %%WWWDIR%%/vendor/php-saml/certs/README
+%%WWWDIR%%/vendor/php-saml/CHANGELOG
 %%WWWDIR%%/vendor/php-saml/composer.json
+%%WWWDIR%%/vendor/php-saml/LICENSE
 %%WWWDIR%%/vendor/php-saml/phpunit.xml
+%%WWWDIR%%/vendor/php-saml/README.md
 %%WWWDIR%%/vendor/php-saml/settings_example.php
 %%WWWDIR%%/vendor/php-saml/src/Saml2/Auth.php
 %%WWWDIR%%/vendor/php-saml/src/Saml2/AuthnRequest.php
@@ -1148,9 +1233,6 @@
 %%WWWDIR%%/vendor/php-saml/src/Saml2/LogoutResponse.php
 %%WWWDIR%%/vendor/php-saml/src/Saml2/Metadata.php
 %%WWWDIR%%/vendor/php-saml/src/Saml2/Response.php
-%%WWWDIR%%/vendor/php-saml/src/Saml2/Settings.php
-%%WWWDIR%%/vendor/php-saml/src/Saml2/Utils.php
-%%WWWDIR%%/vendor/php-saml/src/Saml2/ValidationError.php
 %%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/saml-schema-assertion-2.0.xsd
 %%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/saml-schema-authn-context-2.0.xsd
 %%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/saml-schema-authn-context-types-2.0.xsd
@@ -1163,11 +1245,41 @@
 %%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/xenc-schema.xsd
 %%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/xml.xsd
 %%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/xmldsig-core-schema.xsd
+%%WWWDIR%%/vendor/php-saml/src/Saml2/Settings.php
+%%WWWDIR%%/vendor/php-saml/src/Saml2/Utils.php
+%%WWWDIR%%/vendor/php-saml/src/Saml2/ValidationError.php
 %%WWWDIR%%/vendor/php-saml/src/Saml2/version.json
+%%WWWDIR%%/vendor/symfony/deprecation-contracts/CHANGELOG.md
+%%WWWDIR%%/vendor/symfony/deprecation-contracts/composer.json
+%%WWWDIR%%/vendor/symfony/deprecation-contracts/function.php
+%%WWWDIR%%/vendor/symfony/deprecation-contracts/LICENSE
+%%WWWDIR%%/vendor/symfony/deprecation-contracts/README.md
+%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-ctype/composer.json
+%%WWWDIR%%/vendor/symfony/polyfill-ctype/Ctype.php
+%%WWWDIR%%/vendor/symfony/polyfill-ctype/LICENSE
+%%WWWDIR%%/vendor/symfony/polyfill-ctype/README.md
+%%WWWDIR%%/vendor/symfony/yaml/CHANGELOG.md
+%%WWWDIR%%/vendor/symfony/yaml/Command/LintCommand.php
+%%WWWDIR%%/vendor/symfony/yaml/composer.json
+%%WWWDIR%%/vendor/symfony/yaml/Dumper.php
+%%WWWDIR%%/vendor/symfony/yaml/Escaper.php
+%%WWWDIR%%/vendor/symfony/yaml/Exception/DumpException.php
+%%WWWDIR%%/vendor/symfony/yaml/Exception/ExceptionInterface.php
+%%WWWDIR%%/vendor/symfony/yaml/Exception/ParseException.php
+%%WWWDIR%%/vendor/symfony/yaml/Exception/RuntimeException.php
+%%WWWDIR%%/vendor/symfony/yaml/Inline.php
+%%WWWDIR%%/vendor/symfony/yaml/LICENSE
+%%WWWDIR%%/vendor/symfony/yaml/Parser.php
+%%WWWDIR%%/vendor/symfony/yaml/README.md
+%%WWWDIR%%/vendor/symfony/yaml/Resources/bin/yaml-lint
+%%WWWDIR%%/vendor/symfony/yaml/Tag/TaggedValue.php
+%%WWWDIR%%/vendor/symfony/yaml/Unescaper.php
+%%WWWDIR%%/vendor/symfony/yaml/Yaml.php
 %%WWWDIR%%/vendor/xmlseclibs/CHANGELOG.txt
+%%WWWDIR%%/vendor/xmlseclibs/composer.json
 %%WWWDIR%%/vendor/xmlseclibs/LICENSE
 %%WWWDIR%%/vendor/xmlseclibs/README.md
-%%WWWDIR%%/vendor/xmlseclibs/composer.json
 %%WWWDIR%%/vendor/xmlseclibs/src/Utils/XPath.php
 %%WWWDIR%%/vendor/xmlseclibs/src/XMLSecEnc.php
 %%WWWDIR%%/vendor/xmlseclibs/src/XMLSecurityDSig.php



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