Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2020 22:50:18 +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: r537856 - in head/net-mgmt: . zabbix5-agent zabbix5-frontend zabbix5-java zabbix5-proxy zabbix5-server zabbix5-server/files
Message-ID:  <202006032250.053MoIvp052297@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Wed Jun  3 22:50:18 2020
New Revision: 537856
URL: https://svnweb.freebsd.org/changeset/ports/537856

Log:
  New ports: net-mgmt/zabbix5-[agent|frontend|java|proxy|server]
  
  net-mgmt/zabbix4 -> net-mgmt/zabbix5
  
  What's new in Zabbix 5.0:
  https://www.zabbix.com/documentation/current/manual/introduction/whatsnew500
  
  PR:		246447
  Submitted by:	Juraj Lutter <juraj@lutter.sk>
  Submitted by:	pg@pakhom.spb.ru
  Reported by:	vvd@unislabs.com

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

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Wed Jun  3 21:54:29 2020	(r537855)
+++ head/net-mgmt/Makefile	Wed Jun  3 22:50:18 2020	(r537856)
@@ -401,5 +401,10 @@
     SUBDIR += zabbix44-java
     SUBDIR += zabbix44-proxy
     SUBDIR += zabbix44-server
+    SUBDIR += zabbix5-agent
+    SUBDIR += zabbix5-frontend
+    SUBDIR += zabbix5-java
+    SUBDIR += zabbix5-proxy
+    SUBDIR += zabbix5-server
 
 .include <bsd.port.subdir.mk>

Modified: head/net-mgmt/zabbix5-agent/Makefile
==============================================================================
--- head/net-mgmt/zabbix4-agent/Makefile	Wed Jun  3 21:54:29 2020	(r537855)
+++ head/net-mgmt/zabbix5-agent/Makefile	Wed Jun  3 22:50:18 2020	(r537856)
@@ -1,11 +1,11 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix4
+PORTNAME=	zabbix5
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-agent
 
-MASTERDIR=	${.CURDIR}/../zabbix4-server
+MASTERDIR=	${.CURDIR}/../zabbix5-server
 PLIST=		${PKGDIR}/pkg-plist.agent
 
 OPTIONS_DEFINE=		CURL IPV6

Modified: head/net-mgmt/zabbix5-frontend/Makefile
==============================================================================
--- head/net-mgmt/zabbix4-frontend/Makefile	Wed Jun  3 21:54:29 2020	(r537855)
+++ head/net-mgmt/zabbix5-frontend/Makefile	Wed Jun  3 22:50:18 2020	(r537856)
@@ -1,11 +1,11 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix4
+PORTNAME=	zabbix5
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-frontend
 
-MASTERDIR=	${.CURDIR}/../zabbix4-server
+MASTERDIR=	${.CURDIR}/../zabbix5-server
 
 NO_BUILD=	yes
 NO_ARCH=	yes
@@ -28,7 +28,7 @@ ORACLE_CONFIGURE_WITH=	oracle
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${WWWDIR}
-	(cd ${WRKSRC}/frontends/php && \
+	(cd ${WRKSRC}/ui && \
 		${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
 
 .include "${MASTERDIR}/Makefile"

Modified: head/net-mgmt/zabbix5-java/Makefile
==============================================================================
--- head/net-mgmt/zabbix4-java/Makefile	Wed Jun  3 21:54:29 2020	(r537855)
+++ head/net-mgmt/zabbix5-java/Makefile	Wed Jun  3 22:50:18 2020	(r537856)
@@ -1,10 +1,10 @@
 # $FreeBSD$
 
-PORTNAME=	zabbix4
+PORTNAME=	zabbix5
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-java
 
-MASTERDIR=	${.CURDIR}/../zabbix4-server
+MASTERDIR=	${.CURDIR}/../zabbix5-server
 PLIST=		${PKGDIR}/pkg-plist.java
 
 OPTIONS_DEFINE=		IPV6

Modified: head/net-mgmt/zabbix5-proxy/Makefile
==============================================================================
--- head/net-mgmt/zabbix4-proxy/Makefile	Wed Jun  3 21:54:29 2020	(r537855)
+++ head/net-mgmt/zabbix5-proxy/Makefile	Wed Jun  3 22:50:18 2020	(r537856)
@@ -1,11 +1,11 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix4
+PORTNAME=	zabbix5
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-proxy
 
-MASTERDIR=	${.CURDIR}/../zabbix4-server
+MASTERDIR=	${.CURDIR}/../zabbix5-server
 
 OPTIONS_SINGLE_DB=	MYSQL PGSQL SQLITE ORACLE
 

Modified: head/net-mgmt/zabbix5-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix4-server/Makefile	Wed Jun  3 21:54:29 2020	(r537855)
+++ head/net-mgmt/zabbix5-server/Makefile	Wed Jun  3 22:50:18 2020	(r537856)
@@ -1,9 +1,8 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix4
-PORTVERSION=	4.0.20
-PORTREVISION?=	0
+PORTNAME=	zabbix5
+PORTVERSION=	5.0.1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://cdn.zabbix.com/zabbix/sources/stable/${PORTVERSION:R}/
 PKGNAMESUFFIX?=	-server
@@ -17,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
-CONFLICTS=	zabbix[0-9][0-9]${PKGNAMESUFFIX} zabbix[0-35-9]${PKGNAMESUFFIX}
+CONFLICTS=	zabbix[0-9][0-9]${PKGNAMESUFFIX} zabbix[0-46-9]${PKGNAMESUFFIX}
 
 ZABBIX_BUILD=	${PKGNAMESUFFIX:S/^-//}
 
@@ -39,10 +38,12 @@ GROUPS=		zabbix
 PLIST_SUB=	PROXY="@comment "
 .else
 PLIST_SUB=	PROXY=""
+PLIST_FILES+=	bin/zabbix_proxy_js
 .endif
 
 .if ${ZABBIX_BUILD} == "server"
 PLIST_SUB+=	SERVER=""
+PLIST_FILES+=	bin/zabbix_js
 .else
 PLIST_SUB+=	SERVER="@comment "
 .endif
@@ -66,14 +67,13 @@ SUB_FILES=	pkg-message
 
 CONFIGURE_ARGS+=	--with-net-snmp
 
-OPTIONS_DEFINE=		IPV6 FPING JABBER CURL LDAP IPMI SSH NMAP LIBXML2 UNIXODBC
+OPTIONS_DEFINE=		IPV6 FPING CURL LDAP IPMI SSH NMAP LIBXML2 UNIXODBC
 
 OPTIONS_DEFAULT=	FPING CURL UNIXODBC MYSQL OPENSSL
 OPTIONS_SUB=		yes
 
 FPING_DESC=		Build/install fping for ping checks
 IPMI_DESC=		Support for IPMI checks
-JABBER_DESC=		Support for Jabber media type
 LDAP_DESC=		Support for LDAP server checks
 NMAP_DESC=		Build/install nmap for o/s detection
 SSH_DESC=		Support for SSH-based checks
@@ -101,9 +101,6 @@ LDAP_USE=		OPENLDAP=yes
 IPMI_CONFIGURE_WITH=	openipmi
 IPMI_LIB_DEPENDS=	libOpenIPMI.so:sysutils/openipmi
 
-JABBER_CONFIGURE_WITH=	jabber
-JABBER_LIB_DEPENDS=	libiksemel.so:textproc/iksemel
-
 FPING_RUN_DEPENDS=	fping:net/fping
 
 SSH_CONFIGURE_WITH=	ssh2
@@ -195,7 +192,7 @@ post-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database
 	@${RM} ${WRKSRC}/database/*/Makefile*
 	(cd ${WRKSRC}/database/ && \
-		${COPYTREE_SHARE} "ibm_db2 mysql oracle postgresql sqlite3" \
+		${COPYTREE_SHARE} "mysql oracle postgresql sqlite3" \
 		${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database/)
 
 	${MV} ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}.conf \
@@ -205,6 +202,11 @@ post-install:
 .if ${ZABBIX_BUILD} == "agent"
 	${MV} ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}d.conf \
 		${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}d.conf.sample
+.endif
+
+.if ${ZABBIX_BUILD} == "proxy"
+	${MV} ${STAGEDIR}${LOCALBASE}/bin/zabbix_js \
+		${STAGEDIR}${LOCALBASE}/bin/zabbix_proxy_js
 .endif
 
 .else # frontend

Modified: head/net-mgmt/zabbix5-server/distinfo
==============================================================================
--- head/net-mgmt/zabbix4-server/distinfo	Wed Jun  3 21:54:29 2020	(r537855)
+++ head/net-mgmt/zabbix5-server/distinfo	Wed Jun  3 22:50:18 2020	(r537856)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589899035
-SHA256 (zabbix-4.0.20.tar.gz) = 7c401f2cbe0b76882b1a65f7de82422ac39e544039f6cf6ab5b1b85c23e9d840
-SIZE (zabbix-4.0.20.tar.gz) = 17215217
+TIMESTAMP = 1590584638
+SHA256 (zabbix-5.0.1.tar.gz) = 20a19e5cf2354ffcbbe24521b04becfc9875e57289c00da71999de60c4a853b6
+SIZE (zabbix-5.0.1.tar.gz) = 18623104

Modified: head/net-mgmt/zabbix5-server/files/pkg-message.in
==============================================================================
--- head/net-mgmt/zabbix4-server/files/pkg-message.in	Wed Jun  3 21:54:29 2020	(r537855)
+++ head/net-mgmt/zabbix5-server/files/pkg-message.in	Wed Jun  3 22:50:18 2020	(r537856)
@@ -7,18 +7,18 @@ required. It is not needed to run Zabbix agent.
 % cd %%DATADIR%%/%%ZABBIX_BUILD%%/database
 
 And follow the instructions:
-https://www.zabbix.com/documentation/4.0/manual/appendix/install/db_scripts
+https://www.zabbix.com/documentation/5.0/manual/appendix/install/db_scripts
 
-Upgrade notes for 4.0.0:
-https://www.zabbix.com/documentation/4.0/manual/installation/upgrade_notes_400
+Upgrade notes for 5.0.0:
+https://www.zabbix.com/documentation/5.0/manual/installation/upgrade_notes_500
 
 Upgrade procedure:
-https://www.zabbix.com/documentation/4.0/manual/installation/upgrade/sources
+https://www.zabbix.com/documentation/5.0/manual/installation/upgrade/sources
 
 Please see https://www.zabbix.com/ for detailed information about Zabbix.
 
 Official Zabbix documentation:
-https://www.zabbix.com/documentation/4.0/start
+https://www.zabbix.com/documentation/5.0/start
 
 For Zabbix frontend "Welcome" screen. Enter the user name Admin with password
 zabbix to log in as a Zabbix superuser.
@@ -32,29 +32,13 @@ i.e. 3 years of Full Support (general, critical and se
 additional years of Limited Support (critical and security issues only).
 Zabbix LTS version release will result in change of the first version number.
 
-Stable release:         Zabbix 4.0
-Release date:           1 October, 2018
-End of Full Support:    31 October, 2021
-End of Limited Support: 31 October, 2023
+Stable release:         Zabbix 5.0
+Release date:           12 May, 2020
+End of Full Support:    31 May, 2023
+End of Limited Support: 31 May, 2025
 
 Zabbix Life Cycle & Release Policy:
 https://www.zabbix.com/life_cycle_and_release_policy
-EOM
-}
-{
-  type: upgrade
-  maximum_version: "4.0.12"
-  minimum_version: "4.0.10"
-  message: <<EOM
-A change in Zabbix 4.0.11 is causing trouble when stopping the agent, proxy, and
-server daemons. If you are using the default rc script and facing this issue,
-you'll need to send the kill signal to the daemon in order to stop it:
-
-  # killall -9 zabbix_process_name
-
-More details at:
-https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239746
-https://support.zabbix.com/browse/ZBX-16460
 EOM
 }
 ]

Modified: head/net-mgmt/zabbix5-server/pkg-plist
==============================================================================
--- head/net-mgmt/zabbix4-server/pkg-plist	Wed Jun  3 21:54:29 2020	(r537855)
+++ head/net-mgmt/zabbix5-server/pkg-plist	Wed Jun  3 22:50:18 2020	(r537856)
@@ -1,15 +1,16 @@
-%%DATADIR%%/%%ZABBIX_BUILD%%/database/ibm_db2/data.sql
-%%DATADIR%%/%%ZABBIX_BUILD%%/database/ibm_db2/images.sql
-%%DATADIR%%/%%ZABBIX_BUILD%%/database/ibm_db2/schema.sql
 %%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/data.sql
+%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/double.sql
 %%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/images.sql
 %%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/schema.sql
 %%DATADIR%%/%%ZABBIX_BUILD%%/database/oracle/data.sql
+%%DATADIR%%/%%ZABBIX_BUILD%%/database/oracle/double.sql
 %%DATADIR%%/%%ZABBIX_BUILD%%/database/oracle/images.sql
 %%DATADIR%%/%%ZABBIX_BUILD%%/database/oracle/schema.sql
 %%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/data.sql
+%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/double.sql
 %%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/images.sql
 %%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/schema.sql
+%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb.sql
 %%DATADIR%%/%%ZABBIX_BUILD%%/database/sqlite3/data.sql
 %%DATADIR%%/%%ZABBIX_BUILD%%/database/sqlite3/images.sql
 %%DATADIR%%/%%ZABBIX_BUILD%%/database/sqlite3/schema.sql

Modified: head/net-mgmt/zabbix5-server/pkg-plist.frontend
==============================================================================
--- head/net-mgmt/zabbix4-server/pkg-plist.frontend	Wed Jun  3 21:54:29 2020	(r537855)
+++ head/net-mgmt/zabbix5-server/pkg-plist.frontend	Wed Jun  3 22:50:18 2020	(r537856)
@@ -1,21 +1,14 @@
 %%WWWDIR%%/actionconf.php
-%%WWWDIR%%/adm.gui.php
-%%WWWDIR%%/adm.housekeeper.php
-%%WWWDIR%%/adm.iconmapping.php
-%%WWWDIR%%/adm.images.php
-%%WWWDIR%%/adm.macros.php
-%%WWWDIR%%/adm.other.php
-%%WWWDIR%%/adm.regexps.php
-%%WWWDIR%%/adm.triggerdisplayoptions.php
-%%WWWDIR%%/adm.triggerseverities.php
-%%WWWDIR%%/adm.valuemapping.php
-%%WWWDIR%%/adm.workingtime.php
 %%WWWDIR%%/api_jsonrpc.php
 %%WWWDIR%%/app/.htaccess
-%%WWWDIR%%/app/controllers/CControllerAcknowledgeCreate.php
-%%WWWDIR%%/app/controllers/CControllerAcknowledgeEdit.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/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
@@ -26,12 +19,37 @@
 %%WWWDIR%%/app/controllers/CControllerDashboardUpdate.php
 %%WWWDIR%%/app/controllers/CControllerDashboardView.php
 %%WWWDIR%%/app/controllers/CControllerDashboardWidgetCheck.php
+%%WWWDIR%%/app/controllers/CControllerDashboardWidgetConfigure.php
 %%WWWDIR%%/app/controllers/CControllerDashboardWidgetEdit.php
 %%WWWDIR%%/app/controllers/CControllerDashboardWidgetRfRate.php
+%%WWWDIR%%/app/controllers/CControllerDashboardWidgetSanitize.php
 %%WWWDIR%%/app/controllers/CControllerDiscoveryView.php
 %%WWWDIR%%/app/controllers/CControllerExportXml.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/CControllerHostMacrosList.php
+%%WWWDIR%%/app/controllers/CControllerHostView.php
+%%WWWDIR%%/app/controllers/CControllerHostViewRefresh.php
+%%WWWDIR%%/app/controllers/CControllerHousekeepingEdit.php
+%%WWWDIR%%/app/controllers/CControllerHousekeepingUpdate.php
+%%WWWDIR%%/app/controllers/CControllerIconMapCreate.php
+%%WWWDIR%%/app/controllers/CControllerIconMapDelete.php
+%%WWWDIR%%/app/controllers/CControllerIconMapEdit.php
+%%WWWDIR%%/app/controllers/CControllerIconMapList.php
+%%WWWDIR%%/app/controllers/CControllerIconMapUpdate.php
+%%WWWDIR%%/app/controllers/CControllerImageCreate.php
+%%WWWDIR%%/app/controllers/CControllerImageDelete.php
+%%WWWDIR%%/app/controllers/CControllerImageEdit.php
+%%WWWDIR%%/app/controllers/CControllerImageList.php
+%%WWWDIR%%/app/controllers/CControllerImageUpdate.php
+%%WWWDIR%%/app/controllers/CControllerLatest.php
+%%WWWDIR%%/app/controllers/CControllerLatestView.php
+%%WWWDIR%%/app/controllers/CControllerLatestViewRefresh.php
+%%WWWDIR%%/app/controllers/CControllerMacrosEdit.php
+%%WWWDIR%%/app/controllers/CControllerMacrosUpdate.php
 %%WWWDIR%%/app/controllers/CControllerMapView.php
 %%WWWDIR%%/app/controllers/CControllerMediatypeCreate.php
 %%WWWDIR%%/app/controllers/CControllerMediatypeDelete.php
@@ -41,13 +59,43 @@
 %%WWWDIR%%/app/controllers/CControllerMediatypeList.php
 %%WWWDIR%%/app/controllers/CControllerMediatypeUpdate.php
 %%WWWDIR%%/app/controllers/CControllerMenuPopup.php
+%%WWWDIR%%/app/controllers/CControllerMiscConfigEdit.php
+%%WWWDIR%%/app/controllers/CControllerMiscConfigUpdate.php
+%%WWWDIR%%/app/controllers/CControllerModuleEdit.php
+%%WWWDIR%%/app/controllers/CControllerModuleList.php
+%%WWWDIR%%/app/controllers/CControllerModuleScan.php
+%%WWWDIR%%/app/controllers/CControllerModuleUpdate.php
+%%WWWDIR%%/app/controllers/CControllerNotificationsGet.php
+%%WWWDIR%%/app/controllers/CControllerNotificationsMute.php
+%%WWWDIR%%/app/controllers/CControllerNotificationsRead.php
+%%WWWDIR%%/app/controllers/CControllerPopup.php
+%%WWWDIR%%/app/controllers/CControllerPopupAcknowledgeCreate.php
+%%WWWDIR%%/app/controllers/CControllerPopupAcknowledgeEdit.php
+%%WWWDIR%%/app/controllers/CControllerPopupActionAcknowledge.php
+%%WWWDIR%%/app/controllers/CControllerPopupActionOperation.php
+%%WWWDIR%%/app/controllers/CControllerPopupActionRecovery.php
+%%WWWDIR%%/app/controllers/CControllerPopupConditionActions.php
+%%WWWDIR%%/app/controllers/CControllerPopupConditionCommon.php
+%%WWWDIR%%/app/controllers/CControllerPopupConditionEventCorr.php
+%%WWWDIR%%/app/controllers/CControllerPopupConditionOperations.php
+%%WWWDIR%%/app/controllers/CControllerPopupDiscoveryCheck.php
 %%WWWDIR%%/app/controllers/CControllerPopupGeneric.php
 %%WWWDIR%%/app/controllers/CControllerPopupHttpStep.php
+%%WWWDIR%%/app/controllers/CControllerPopupItemTest.php
+%%WWWDIR%%/app/controllers/CControllerPopupItemTestEdit.php
+%%WWWDIR%%/app/controllers/CControllerPopupItemTestGetValue.php
+%%WWWDIR%%/app/controllers/CControllerPopupItemTestSend.php
+%%WWWDIR%%/app/controllers/CControllerPopupLldOperation.php
+%%WWWDIR%%/app/controllers/CControllerPopupLldOverride.php
+%%WWWDIR%%/app/controllers/CControllerPopupMaintenancePeriod.php
 %%WWWDIR%%/app/controllers/CControllerPopupMedia.php
+%%WWWDIR%%/app/controllers/CControllerPopupMediatypeMessage.php
+%%WWWDIR%%/app/controllers/CControllerPopupMediatypeTestEdit.php
+%%WWWDIR%%/app/controllers/CControllerPopupMediatypeTestSend.php
+%%WWWDIR%%/app/controllers/CControllerPopupOperationCommon.php
 %%WWWDIR%%/app/controllers/CControllerPopupScriptExec.php
 %%WWWDIR%%/app/controllers/CControllerPopupServices.php
 %%WWWDIR%%/app/controllers/CControllerPopupTestTriggerExpr.php
-%%WWWDIR%%/app/controllers/CControllerPopupTrigDescView.php
 %%WWWDIR%%/app/controllers/CControllerPopupTriggerExpr.php
 %%WWWDIR%%/app/controllers/CControllerPopupTriggerWizard.php
 %%WWWDIR%%/app/controllers/CControllerProblemView.php
@@ -59,6 +107,12 @@
 %%WWWDIR%%/app/controllers/CControllerProxyHostEnable.php
 %%WWWDIR%%/app/controllers/CControllerProxyList.php
 %%WWWDIR%%/app/controllers/CControllerProxyUpdate.php
+%%WWWDIR%%/app/controllers/CControllerRegExCreate.php
+%%WWWDIR%%/app/controllers/CControllerRegExDelete.php
+%%WWWDIR%%/app/controllers/CControllerRegExEdit.php
+%%WWWDIR%%/app/controllers/CControllerRegExList.php
+%%WWWDIR%%/app/controllers/CControllerRegExTest.php
+%%WWWDIR%%/app/controllers/CControllerRegExUpdate.php
 %%WWWDIR%%/app/controllers/CControllerReportServices.php
 %%WWWDIR%%/app/controllers/CControllerReportStatus.php
 %%WWWDIR%%/app/controllers/CControllerScriptCreate.php
@@ -66,9 +120,36 @@
 %%WWWDIR%%/app/controllers/CControllerScriptEdit.php
 %%WWWDIR%%/app/controllers/CControllerScriptList.php
 %%WWWDIR%%/app/controllers/CControllerScriptUpdate.php
+%%WWWDIR%%/app/controllers/CControllerSearch.php
 %%WWWDIR%%/app/controllers/CControllerSystemWarning.php
 %%WWWDIR%%/app/controllers/CControllerTimeSelectorUpdate.php
-%%WWWDIR%%/app/controllers/CControllerTrigDescUpdate.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
+%%WWWDIR%%/app/controllers/CControllerUsergroupGrouprightAdd.php
+%%WWWDIR%%/app/controllers/CControllerUsergroupList.php
+%%WWWDIR%%/app/controllers/CControllerUsergroupMassUpdate.php
+%%WWWDIR%%/app/controllers/CControllerUsergroupTagfilterAdd.php
+%%WWWDIR%%/app/controllers/CControllerUsergroupUpdate.php
+%%WWWDIR%%/app/controllers/CControllerValuemapCreate.php
+%%WWWDIR%%/app/controllers/CControllerValuemapDelete.php
+%%WWWDIR%%/app/controllers/CControllerValuemapEdit.php
+%%WWWDIR%%/app/controllers/CControllerValuemapList.php
+%%WWWDIR%%/app/controllers/CControllerValuemapUpdate.php
 %%WWWDIR%%/app/controllers/CControllerWebView.php
 %%WWWDIR%%/app/controllers/CControllerWidget.php
 %%WWWDIR%%/app/controllers/CControllerWidgetActionLogView.php
@@ -79,6 +160,9 @@
 %%WWWDIR%%/app/controllers/CControllerWidgetFavMapsView.php
 %%WWWDIR%%/app/controllers/CControllerWidgetFavScreensView.php
 %%WWWDIR%%/app/controllers/CControllerWidgetGraphView.php
+%%WWWDIR%%/app/controllers/CControllerWidgetHostAvailView.php
+%%WWWDIR%%/app/controllers/CControllerWidgetIterator.php
+%%WWWDIR%%/app/controllers/CControllerWidgetIteratorGraphPrototypeView.php
 %%WWWDIR%%/app/controllers/CControllerWidgetMapView.php
 %%WWWDIR%%/app/controllers/CControllerWidgetNavTreeItemEdit.php
 %%WWWDIR%%/app/controllers/CControllerWidgetNavTreeItemUpdate.php
@@ -92,39 +176,110 @@
 %%WWWDIR%%/app/controllers/CControllerWidgetTrigOverView.php
 %%WWWDIR%%/app/controllers/CControllerWidgetUrlView.php
 %%WWWDIR%%/app/controllers/CControllerWidgetWebView.php
-%%WWWDIR%%/app/views/administration.authentication.edit.js.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
+%%WWWDIR%%/app/partials/configuration.tags.tab.php
+%%WWWDIR%%/app/partials/dataoverview.table.left.php
+%%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/js/common.filter.trigger.js.php
+%%WWWDIR%%/app/partials/js/configuration.tags.tab.js.php
+%%WWWDIR%%/app/partials/js/massupdate.macros.tab.js.php
+%%WWWDIR%%/app/partials/layout.htmlpage.aside.php
+%%WWWDIR%%/app/partials/layout.htmlpage.footer.php
+%%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.view.html.php
+%%WWWDIR%%/app/partials/monitoring.latest.view.html.php
+%%WWWDIR%%/app/partials/trigoverview.table.left.php
+%%WWWDIR%%/app/partials/trigoverview.table.top.php
 %%WWWDIR%%/app/views/administration.authentication.edit.php
-%%WWWDIR%%/app/views/administration.mediatype.edit.js.php
+%%WWWDIR%%/app/views/administration.autoreg.edit.php
+%%WWWDIR%%/app/views/administration.gui.edit.php
+%%WWWDIR%%/app/views/administration.housekeeping.edit.php
+%%WWWDIR%%/app/views/administration.iconmap.edit.php
+%%WWWDIR%%/app/views/administration.iconmap.list.php
+%%WWWDIR%%/app/views/administration.image.edit.php
+%%WWWDIR%%/app/views/administration.image.list.php
+%%WWWDIR%%/app/views/administration.macros.edit.php
 %%WWWDIR%%/app/views/administration.mediatype.edit.php
 %%WWWDIR%%/app/views/administration.mediatype.list.php
-%%WWWDIR%%/app/views/administration.proxy.edit.js.php
+%%WWWDIR%%/app/views/administration.miscconfig.edit.php
+%%WWWDIR%%/app/views/administration.module.edit.php
+%%WWWDIR%%/app/views/administration.module.list.php
 %%WWWDIR%%/app/views/administration.proxy.edit.php
 %%WWWDIR%%/app/views/administration.proxy.list.php
-%%WWWDIR%%/app/views/administration.script.edit.js.php
+%%WWWDIR%%/app/views/administration.regex.edit.php
+%%WWWDIR%%/app/views/administration.regex.list.php
 %%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.valuemap.edit.php
+%%WWWDIR%%/app/views/administration.valuemap.list.php
+%%WWWDIR%%/app/views/administration.workingtime.edit.php
 %%WWWDIR%%/app/views/dashboard.properties.edit.php
 %%WWWDIR%%/app/views/dashboard.sharing.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.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.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.valuemap.edit.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.view.js.php
+%%WWWDIR%%/app/views/js/monitoring.latest.view.js.php
+%%WWWDIR%%/app/views/js/monitoring.problem.view.js.php
+%%WWWDIR%%/app/views/js/popup.acknowledge.edit.js.php
+%%WWWDIR%%/app/views/js/popup.discovery.check.js.php
+%%WWWDIR%%/app/views/js/popup.itemtestedit.view.js.php
+%%WWWDIR%%/app/views/js/popup.maintenance.period.js.php
+%%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.triggerwizard.js.php
 %%WWWDIR%%/app/views/layout.csv.php
-%%WWWDIR%%/app/views/layout.htmlpage.footer.php
-%%WWWDIR%%/app/views/layout.htmlpage.header.php
-%%WWWDIR%%/app/views/layout.htmlpage.menu.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.acknowledge.edit.js.php
-%%WWWDIR%%/app/views/monitoring.acknowledge.edit.php
-%%WWWDIR%%/app/views/monitoring.dashboard.breadcrumbs.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.js.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.view.php
+%%WWWDIR%%/app/views/monitoring.host.view.refresh.php
+%%WWWDIR%%/app/views/monitoring.latest.view.php
+%%WWWDIR%%/app/views/monitoring.latest.view.refresh.php
 %%WWWDIR%%/app/views/monitoring.map.view.php
-%%WWWDIR%%/app/views/monitoring.problem.view.js.php
 %%WWWDIR%%/app/views/monitoring.problem.view.php
 %%WWWDIR%%/app/views/monitoring.web.view.php
 %%WWWDIR%%/app/views/monitoring.widget.actionlog.view.php
@@ -135,8 +290,10 @@
 %%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.hostavail.view.php
 %%WWWDIR%%/app/views/monitoring.widget.map.view.php
 %%WWWDIR%%/app/views/monitoring.widget.navtree.view.php
+%%WWWDIR%%/app/views/monitoring.widget.navtreeitem.edit.php
 %%WWWDIR%%/app/views/monitoring.widget.plaintext.view.php
 %%WWWDIR%%/app/views/monitoring.widget.problemhosts.view.php
 %%WWWDIR%%/app/views/monitoring.widget.problems.view.php
@@ -146,19 +303,29 @@
 %%WWWDIR%%/app/views/monitoring.widget.trigover.view.php
 %%WWWDIR%%/app/views/monitoring.widget.url.view.php
 %%WWWDIR%%/app/views/monitoring.widget.web.view.php
+%%WWWDIR%%/app/views/popup.acknowledge.edit.php
+%%WWWDIR%%/app/views/popup.condition.common.php
+%%WWWDIR%%/app/views/popup.discovery.check.php
 %%WWWDIR%%/app/views/popup.generic.php
 %%WWWDIR%%/app/views/popup.httpstep.php
-%%WWWDIR%%/app/views/popup.media.js.php
+%%WWWDIR%%/app/views/popup.itemtestedit.view.php
+%%WWWDIR%%/app/views/popup.lldoperation.php
+%%WWWDIR%%/app/views/popup.lldoverride.php
+%%WWWDIR%%/app/views/popup.maintenance.period.php
 %%WWWDIR%%/app/views/popup.media.php
+%%WWWDIR%%/app/views/popup.mediatype.message.php
+%%WWWDIR%%/app/views/popup.mediatypetest.edit.php
+%%WWWDIR%%/app/views/popup.operation.common.php
 %%WWWDIR%%/app/views/popup.scriptexec.php
 %%WWWDIR%%/app/views/popup.services.php
 %%WWWDIR%%/app/views/popup.testtriggerexpr.php
-%%WWWDIR%%/app/views/popup.trigdesc.view.php
 %%WWWDIR%%/app/views/popup.triggerexpr.php
-%%WWWDIR%%/app/views/popup.triggerwizard.js.php
 %%WWWDIR%%/app/views/popup.triggerwizard.php
+%%WWWDIR%%/app/views/popup.view.php
 %%WWWDIR%%/app/views/report.services.php
 %%WWWDIR%%/app/views/report.status.php
+%%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
@@ -174,8 +341,14 @@
 %%WWWDIR%%/assets/styles/dark-theme.css
 %%WWWDIR%%/assets/styles/hc-dark.css
 %%WWWDIR%%/assets/styles/hc-light.css
+%%WWWDIR%%/audio/alarm_average.mp3
+%%WWWDIR%%/audio/alarm_disaster.mp3
+%%WWWDIR%%/audio/alarm_high.mp3
+%%WWWDIR%%/audio/alarm_information.mp3
+%%WWWDIR%%/audio/alarm_ok.mp3
+%%WWWDIR%%/audio/alarm_warning.mp3
+%%WWWDIR%%/audio/no_sound.mp3
 %%WWWDIR%%/auditacts.php
-%%WWWDIR%%/auditlogs.php
 %%WWWDIR%%/browserwarning.php
 %%WWWDIR%%/chart.php
 %%WWWDIR%%/chart2.php
@@ -184,7 +357,6 @@
 %%WWWDIR%%/chart5.php
 %%WWWDIR%%/chart6.php
 %%WWWDIR%%/chart7.php
-%%WWWDIR%%/charts.php
 %%WWWDIR%%/conf.import.php
 %%WWWDIR%%/conf/.htaccess
 %%WWWDIR%%/conf/maintenance.inc.php
@@ -216,9 +388,11 @@
 %%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
 %%WWWDIR%%/include/classes/api/managers/CGraphManager.php
 %%WWWDIR%%/include/classes/api/managers/CGraphPrototypeManager.php
@@ -228,18 +402,20 @@
 %%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/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/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
@@ -262,6 +438,7 @@
 %%WWWDIR%%/include/classes/api/services/CMap.php
 %%WWWDIR%%/include/classes/api/services/CMapElement.php
 %%WWWDIR%%/include/classes/api/services/CMediatype.php
+%%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/CScreen.php
@@ -282,21 +459,23 @@
 %%WWWDIR%%/include/classes/api/services/CValueMap.php
 %%WWWDIR%%/include/classes/api/wrappers/CApiWrapper.php
 %%WWWDIR%%/include/classes/api/wrappers/CFrontendApiWrapper.php
+%%WWWDIR%%/include/classes/core/APP.php
 %%WWWDIR%%/include/classes/core/CAjaxResponse.php
 %%WWWDIR%%/include/classes/core/CAutoloader.php
+%%WWWDIR%%/include/classes/core/CComponentRegistry.php
 %%WWWDIR%%/include/classes/core/CConfigFile.php
 %%WWWDIR%%/include/classes/core/CHttpRequest.php
 %%WWWDIR%%/include/classes/core/CJsonRpc.php
-%%WWWDIR%%/include/classes/core/ConfigFileException.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/Manager.php
-%%WWWDIR%%/include/classes/core/Z.php
 %%WWWDIR%%/include/classes/core/ZBase.php
 %%WWWDIR%%/include/classes/db/DB.php
-%%WWWDIR%%/include/classes/db/Db2DbBackend.php
-%%WWWDIR%%/include/classes/db/DbBackend.php
 %%WWWDIR%%/include/classes/db/DBException.php
+%%WWWDIR%%/include/classes/db/DbBackend.php
 %%WWWDIR%%/include/classes/db/MysqlDbBackend.php
 %%WWWDIR%%/include/classes/db/OracleDbBackend.php
 %%WWWDIR%%/include/classes/db/PostgresqlDbBackend.php
@@ -317,20 +496,22 @@
 %%WWWDIR%%/include/classes/helpers/CConditionHelper.php
 %%WWWDIR%%/include/classes/helpers/CElasticsearchHelper.php
 %%WWWDIR%%/include/classes/helpers/CHtml.php
-%%WWWDIR%%/include/classes/helpers/CJs.php
 %%WWWDIR%%/include/classes/helpers/CMapHelper.php
+%%WWWDIR%%/include/classes/helpers/CMathHelper.php
+%%WWWDIR%%/include/classes/helpers/CMediatypeHelper.php
 %%WWWDIR%%/include/classes/helpers/CMenuPopupHelper.php
+%%WWWDIR%%/include/classes/helpers/CPagerHelper.php
 %%WWWDIR%%/include/classes/helpers/CSvgGraphHelper.php
 %%WWWDIR%%/include/classes/helpers/CUploadFile.php
 %%WWWDIR%%/include/classes/helpers/CViewHelper.php
 %%WWWDIR%%/include/classes/html/CActionButtonList.php
-%%WWWDIR%%/include/classes/html/CArea.php
-%%WWWDIR%%/include/classes/html/CAreaMap.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/CButtonQMessage.php
 %%WWWDIR%%/include/classes/html/CCheckBox.php
+%%WWWDIR%%/include/classes/html/CCheckBoxList.php
 %%WWWDIR%%/include/classes/html/CClock.php
 %%WWWDIR%%/include/classes/html/CCol.php
 %%WWWDIR%%/include/classes/html/CColHeader.php
@@ -350,6 +531,7 @@
 %%WWWDIR%%/include/classes/html/CImageTextTable.php
 %%WWWDIR%%/include/classes/html/CImg.php
 %%WWWDIR%%/include/classes/html/CInput.php
+%%WWWDIR%%/include/classes/html/CInputSecret.php
 %%WWWDIR%%/include/classes/html/CJsScript.php
 %%WWWDIR%%/include/classes/html/CLabel.php
 %%WWWDIR%%/include/classes/html/CLink.php
@@ -357,29 +539,37 @@
 %%WWWDIR%%/include/classes/html/CList.php
 %%WWWDIR%%/include/classes/html/CListBox.php
 %%WWWDIR%%/include/classes/html/CListItem.php
+%%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/CNavigationTree.php
 %%WWWDIR%%/include/classes/html/CNumericBox.php
 %%WWWDIR%%/include/classes/html/CObject.php
 %%WWWDIR%%/include/classes/html/CParam.php
 %%WWWDIR%%/include/classes/html/CPassBox.php
+%%WWWDIR%%/include/classes/html/CPatternSelect.php
 %%WWWDIR%%/include/classes/html/CPre.php
 %%WWWDIR%%/include/classes/html/CRadioButtonList.php
 %%WWWDIR%%/include/classes/html/CRangeControl.php
 %%WWWDIR%%/include/classes/html/CRedirectButton.php
 %%WWWDIR%%/include/classes/html/CRow.php
 %%WWWDIR%%/include/classes/html/CRowHeader.php
+%%WWWDIR%%/include/classes/html/CScriptTag.php
 %%WWWDIR%%/include/classes/html/CSeverity.php
+%%WWWDIR%%/include/classes/html/CSeverityCheckBoxList.php
 %%WWWDIR%%/include/classes/html/CSimpleButton.php
 %%WWWDIR%%/include/classes/html/CSpan.php
 %%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/CTable.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
 %%WWWDIR%%/include/classes/html/CTextBox.php
 %%WWWDIR%%/include/classes/html/CTriggersInfo.php
 %%WWWDIR%%/include/classes/html/CUiWidget.php
@@ -393,6 +583,7 @@
 %%WWWDIR%%/include/classes/html/svg/CSvgGraphAnnotation.php
 %%WWWDIR%%/include/classes/html/svg/CSvgGraphArea.php
 %%WWWDIR%%/include/classes/html/svg/CSvgGraphAxis.php
+%%WWWDIR%%/include/classes/html/svg/CSvgGraphBar.php
 %%WWWDIR%%/include/classes/html/svg/CSvgGraphGrid.php
 %%WWWDIR%%/include/classes/html/svg/CSvgGraphLegend.php
 %%WWWDIR%%/include/classes/html/svg/CSvgGraphLine.php
@@ -408,8 +599,8 @@
 %%WWWDIR%%/include/classes/html/widget/CWidget.php
 %%WWWDIR%%/include/classes/import/CConfigurationImport.php
 %%WWWDIR%%/include/classes/import/CImportDataAdapter.php
-%%WWWDIR%%/include/classes/import/CImportedObjectContainer.php
 %%WWWDIR%%/include/classes/import/CImportReferencer.php
+%%WWWDIR%%/include/classes/import/CImportedObjectContainer.php
 %%WWWDIR%%/include/classes/import/converters/C10ImportConverter.php
 %%WWWDIR%%/include/classes/import/converters/C10ItemKeyConverter.php
 %%WWWDIR%%/include/classes/import/converters/C10TriggerConverter.php
@@ -419,9 +610,15 @@
 %%WWWDIR%%/include/classes/import/converters/C30ImportConverter.php
 %%WWWDIR%%/include/classes/import/converters/C32ImportConverter.php
 %%WWWDIR%%/include/classes/import/converters/C34ImportConverter.php
+%%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/CConstantImportConverter.php
 %%WWWDIR%%/include/classes/import/converters/CConverter.php
-%%WWWDIR%%/include/classes/import/converters/CConverterChain.php
+%%WWWDIR%%/include/classes/import/converters/CDefaultImportConverter.php
 %%WWWDIR%%/include/classes/import/converters/CImportConverterFactory.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
@@ -439,10 +636,13 @@
 %%WWWDIR%%/include/classes/import/validators/C32XmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/C34XmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/C40XmlValidator.php
+%%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/CImportValidatorFactory.php
 %%WWWDIR%%/include/classes/import/validators/CXmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/CXmlValidatorGeneral.php
 %%WWWDIR%%/include/classes/items/CHelpItems.php
-%%WWWDIR%%/include/classes/json/CJson.php
 %%WWWDIR%%/include/classes/ldap/CLdap.php
 %%WWWDIR%%/include/classes/macros/CMacrosResolver.php
 %%WWWDIR%%/include/classes/macros/CMacrosResolverGeneral.php
@@ -452,11 +652,12 @@
 %%WWWDIR%%/include/classes/mvc/CControllerResponseData.php
 %%WWWDIR%%/include/classes/mvc/CControllerResponseFatal.php
 %%WWWDIR%%/include/classes/mvc/CControllerResponseRedirect.php
+%%WWWDIR%%/include/classes/mvc/CLegacyAction.php
+%%WWWDIR%%/include/classes/mvc/CPartial.php
 %%WWWDIR%%/include/classes/mvc/CRouter.php
 %%WWWDIR%%/include/classes/mvc/CView.php
-%%WWWDIR%%/include/classes/pagefilter/CPageFilter.php
-%%WWWDIR%%/include/classes/parsers/CAbsoluteTimeParser.php
 %%WWWDIR%%/include/classes/parsers/CADNameAttributeParser.php
+%%WWWDIR%%/include/classes/parsers/CAbsoluteTimeParser.php
 %%WWWDIR%%/include/classes/parsers/CConditionFormula.php
 %%WWWDIR%%/include/classes/parsers/CDnsParser.php
 %%WWWDIR%%/include/classes/parsers/CFlexibleIntervalParser.php
@@ -474,10 +675,13 @@
 %%WWWDIR%%/include/classes/parsers/CLLDMacroParser.php
 %%WWWDIR%%/include/classes/parsers/CMacroFunctionParser.php
 %%WWWDIR%%/include/classes/parsers/CMacroParser.php
+%%WWWDIR%%/include/classes/parsers/CNumberParser.php
 %%WWWDIR%%/include/classes/parsers/CParser.php
+%%WWWDIR%%/include/classes/parsers/CPrometheusOutputParser.php
+%%WWWDIR%%/include/classes/parsers/CPrometheusPatternParser.php
 %%WWWDIR%%/include/classes/parsers/CRangeParser.php
-%%WWWDIR%%/include/classes/parsers/CRangesParser.php
 %%WWWDIR%%/include/classes/parsers/CRangeTimeParser.php
+%%WWWDIR%%/include/classes/parsers/CRangesParser.php
 %%WWWDIR%%/include/classes/parsers/CReferenceParser.php
 %%WWWDIR%%/include/classes/parsers/CRelativeTimeParser.php
 %%WWWDIR%%/include/classes/parsers/CReplacementParser.php
@@ -498,16 +702,15 @@
 %%WWWDIR%%/include/classes/screens/CScreenActions.php
 %%WWWDIR%%/include/classes/screens/CScreenBase.php
 %%WWWDIR%%/include/classes/screens/CScreenBuilder.php
-%%WWWDIR%%/include/classes/screens/CScreenChart.php
 %%WWWDIR%%/include/classes/screens/CScreenClock.php
 %%WWWDIR%%/include/classes/screens/CScreenDataOverview.php
 %%WWWDIR%%/include/classes/screens/CScreenDiscovery.php
 %%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
@@ -516,7 +719,6 @@
 %%WWWDIR%%/include/classes/screens/CScreenMap.php
 %%WWWDIR%%/include/classes/screens/CScreenPlainText.php
 %%WWWDIR%%/include/classes/screens/CScreenProblem.php
-%%WWWDIR%%/include/classes/screens/CScreenScreen.php
 %%WWWDIR%%/include/classes/screens/CScreenServerInfo.php
 %%WWWDIR%%/include/classes/screens/CScreenSimpleGraph.php
 %%WWWDIR%%/include/classes/screens/CScreenSystemStatus.php
@@ -537,9 +739,8 @@
 %%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/CEmailValidator.php
+%%WWWDIR%%/include/classes/validators/CEventCorrCondValidator.php
 %%WWWDIR%%/include/classes/validators/CFunctionValidator.php
 %%WWWDIR%%/include/classes/validators/CHtmlUrlValidator.php
 %%WWWDIR%%/include/classes/validators/CIdValidator.php
@@ -560,15 +761,22 @@
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetField.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldApplication.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldCheckBox.php
+%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldCheckBoxList.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldComboBox.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldDatePicker.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldGraphDataSet.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldGraphOverride.php
-%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldGroup.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldHidden.php
-%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldHost.php
+%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldHostPatternSelect.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldIntegerBox.php
-%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldItem.php
+%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMs.php
+%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsGraph.php
+%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsGraphPrototype.php
+%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsGroup.php
+%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsHost.php
+%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsItem.php
+%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsItemPrototype.php
+%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldNavTree.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldNumericBox.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldRadioButtonList.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldRangeControl.php
@@ -576,7 +784,6 @@
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldSelectResource.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldSeverities.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTags.php
-%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTextArea.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTextBox.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldUrl.php
 %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldWidgetListComboBox.php
@@ -585,6 +792,8 @@
 %%WWWDIR%%/include/classes/widgets/forms/CWidgetFormClock.php
 %%WWWDIR%%/include/classes/widgets/forms/CWidgetFormDataOver.php
 %%WWWDIR%%/include/classes/widgets/forms/CWidgetFormGraph.php
+%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormGraphPrototype.php
+%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormHostAvail.php
 %%WWWDIR%%/include/classes/widgets/forms/CWidgetFormMap.php
 %%WWWDIR%%/include/classes/widgets/forms/CWidgetFormNavTree.php
 %%WWWDIR%%/include/classes/widgets/forms/CWidgetFormPlainText.php
@@ -603,6 +812,8 @@
 %%WWWDIR%%/include/classes/widgets/views/widget.favmaps.form.view.php
 %%WWWDIR%%/include/classes/widgets/views/widget.favscreens.form.view.php
 %%WWWDIR%%/include/classes/widgets/views/widget.graph.form.view.php
+%%WWWDIR%%/include/classes/widgets/views/widget.graphprototype.form.view.php
+%%WWWDIR%%/include/classes/widgets/views/widget.hostavail.form.view.php
 %%WWWDIR%%/include/classes/widgets/views/widget.map.form.view.php
 %%WWWDIR%%/include/classes/widgets/views/widget.navtree.form.view.php
 %%WWWDIR%%/include/classes/widgets/views/widget.plaintext.form.view.php
@@ -614,6 +825,8 @@
 %%WWWDIR%%/include/classes/widgets/views/widget.trigover.form.view.php
 %%WWWDIR%%/include/classes/widgets/views/widget.url.form.view.php
 %%WWWDIR%%/include/classes/widgets/views/widget.web.form.view.php
+%%WWWDIR%%/include/classes/xml/CXmlConstantName.php
+%%WWWDIR%%/include/classes/xml/CXmlConstantValue.php
 %%WWWDIR%%/include/config.inc.php
 %%WWWDIR%%/include/correlation.inc.php
 %%WWWDIR%%/include/db.inc.php
@@ -654,27 +867,6 @@
 %%WWWDIR%%/include/validate.inc.php
 %%WWWDIR%%/include/valuemap.inc.php
 %%WWWDIR%%/include/views/administration.auditacts.list.php
-%%WWWDIR%%/include/views/administration.auditlogs.list.php
-%%WWWDIR%%/include/views/administration.general.gui.edit.php
-%%WWWDIR%%/include/views/administration.general.housekeeper.edit.php
-%%WWWDIR%%/include/views/administration.general.iconmap.edit.php
-%%WWWDIR%%/include/views/administration.general.iconmap.list.php
-%%WWWDIR%%/include/views/administration.general.image.edit.php
-%%WWWDIR%%/include/views/administration.general.image.list.php
-%%WWWDIR%%/include/views/administration.general.macros.edit.php
-%%WWWDIR%%/include/views/administration.general.other.edit.php
-%%WWWDIR%%/include/views/administration.general.regularexpressions.edit.php
-%%WWWDIR%%/include/views/administration.general.regularexpressions.list.php
-%%WWWDIR%%/include/views/administration.general.trigger.options.edit.php
-%%WWWDIR%%/include/views/administration.general.trigseverity.edit.php
-%%WWWDIR%%/include/views/administration.general.valuemapping.edit.php
-%%WWWDIR%%/include/views/administration.general.valuemapping.list.php
-%%WWWDIR%%/include/views/administration.general.workingtime.edit.php
-%%WWWDIR%%/include/views/administration.usergroups.edit.php
-%%WWWDIR%%/include/views/administration.usergroups.list.php
-%%WWWDIR%%/include/views/administration.users.edit.php
-%%WWWDIR%%/include/views/administration.users.list.php
-%%WWWDIR%%/include/views/common.filter.trigger.php
 %%WWWDIR%%/include/views/conf.import.php
 %%WWWDIR%%/include/views/configuration.action.edit.php
 %%WWWDIR%%/include/views/configuration.action.list.php
@@ -703,13 +895,14 @@
 %%WWWDIR%%/include/views/configuration.item.massupdate.php
 %%WWWDIR%%/include/views/configuration.item.prototype.edit.php
 %%WWWDIR%%/include/views/configuration.item.prototype.list.php
+%%WWWDIR%%/include/views/configuration.item.prototype.massupdate.php
 %%WWWDIR%%/include/views/configuration.maintenance.edit.php
 %%WWWDIR%%/include/views/configuration.maintenance.list.php
 %%WWWDIR%%/include/views/configuration.services.edit.php
 %%WWWDIR%%/include/views/configuration.services.list.php
-%%WWWDIR%%/include/views/configuration.services.parent.list.php
 %%WWWDIR%%/include/views/configuration.template.edit.php
 %%WWWDIR%%/include/views/configuration.template.list.php
+%%WWWDIR%%/include/views/configuration.template.massupdate.php
 %%WWWDIR%%/include/views/configuration.trigger.prototype.edit.php
 %%WWWDIR%%/include/views/configuration.trigger.prototype.list.php
 %%WWWDIR%%/include/views/configuration.trigger.prototype.massupdate.php
@@ -719,21 +912,11 @@
 %%WWWDIR%%/include/views/general.browserwarning.php
 %%WWWDIR%%/include/views/general.login.php
 %%WWWDIR%%/include/views/general.warning.php
-%%WWWDIR%%/include/views/hostmacros.php
 %%WWWDIR%%/include/views/inventory.host.list.php
 %%WWWDIR%%/include/views/inventory.host.view.php
-%%WWWDIR%%/include/views/js/adm.regexprs.edit.js.php

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



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