From owner-svn-ports-all@freebsd.org Thu Apr 25 11:56:08 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0CF815944C2; Thu, 25 Apr 2019 11:56:08 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82CB480A74; Thu, 25 Apr 2019 11:56:08 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F3A32358D; Thu, 25 Apr 2019 11:56:08 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3PBu8PA069481; Thu, 25 Apr 2019 11:56:08 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3PBu6tU069438; Thu, 25 Apr 2019 11:56:06 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201904251156.x3PBu6tU069438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 25 Apr 2019 11:56:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499988 - in head/net-mgmt: . zabbix42-agent zabbix42-frontend zabbix42-java zabbix42-proxy zabbix42-server zabbix42-server/files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/net-mgmt: . zabbix42-agent zabbix42-frontend zabbix42-java zabbix42-proxy zabbix42-server zabbix42-server/files X-SVN-Commit-Revision: 499988 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 82CB480A74 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2019 11:56:09 -0000 Author: dbaio Date: Thu Apr 25 11:56:06 2019 New Revision: 499988 URL: https://svnweb.freebsd.org/changeset/ports/499988 Log: New ports: net-mgmt/zabbix42-[agent|frontend|java|proxy|server] net-mgmt/zabbix4 -> net-mgmt/zabbix42 What's new in Zabbix 4.2: https://www.zabbix.com/documentation/4.2/manual/introduction/whatsnew420 PR: 237511 Approved by: Pakhom Golynga (maintainer) Added: head/net-mgmt/zabbix42-agent/ - copied from r499985, head/net-mgmt/zabbix4-agent/ head/net-mgmt/zabbix42-frontend/ - copied from r499985, head/net-mgmt/zabbix4-frontend/ head/net-mgmt/zabbix42-java/ - copied from r499985, head/net-mgmt/zabbix4-java/ head/net-mgmt/zabbix42-proxy/ - copied from r499985, head/net-mgmt/zabbix4-proxy/ head/net-mgmt/zabbix42-server/ - copied from r499985, head/net-mgmt/zabbix4-server/ Modified: head/net-mgmt/Makefile head/net-mgmt/zabbix42-agent/Makefile head/net-mgmt/zabbix42-frontend/Makefile head/net-mgmt/zabbix42-java/Makefile head/net-mgmt/zabbix42-proxy/Makefile head/net-mgmt/zabbix42-server/Makefile head/net-mgmt/zabbix42-server/distinfo head/net-mgmt/zabbix42-server/files/pkg-message.in head/net-mgmt/zabbix42-server/pkg-plist head/net-mgmt/zabbix42-server/pkg-plist.frontend Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Thu Apr 25 11:25:56 2019 (r499987) +++ head/net-mgmt/Makefile Thu Apr 25 11:56:06 2019 (r499988) @@ -414,5 +414,10 @@ SUBDIR += zabbix4-java SUBDIR += zabbix4-proxy SUBDIR += zabbix4-server + SUBDIR += zabbix42-agent + SUBDIR += zabbix42-frontend + SUBDIR += zabbix42-java + SUBDIR += zabbix42-proxy + SUBDIR += zabbix42-server .include Modified: head/net-mgmt/zabbix42-agent/Makefile ============================================================================== --- head/net-mgmt/zabbix4-agent/Makefile Thu Apr 25 10:59:36 2019 (r499985) +++ head/net-mgmt/zabbix42-agent/Makefile Thu Apr 25 11:56:06 2019 (r499988) @@ -1,11 +1,11 @@ # Created by: Pakhom Golynga # $FreeBSD$ -PORTNAME= zabbix4 +PORTNAME= zabbix42 CATEGORIES= net-mgmt PKGNAMESUFFIX= -agent -MASTERDIR= ${.CURDIR}/../zabbix4-server +MASTERDIR= ${.CURDIR}/../zabbix42-server PLIST= ${PKGDIR}/pkg-plist.agent OPTIONS_DEFINE= CURL IPV6 Modified: head/net-mgmt/zabbix42-frontend/Makefile ============================================================================== --- head/net-mgmt/zabbix4-frontend/Makefile Thu Apr 25 10:59:36 2019 (r499985) +++ head/net-mgmt/zabbix42-frontend/Makefile Thu Apr 25 11:56:06 2019 (r499988) @@ -1,11 +1,11 @@ # Created by: Pakhom Golynga # $FreeBSD$ -PORTNAME= zabbix4 +PORTNAME= zabbix42 CATEGORIES= net-mgmt PKGNAMESUFFIX= -frontend -MASTERDIR= ${.CURDIR}/../zabbix4-server +MASTERDIR= ${.CURDIR}/../zabbix42-server NO_BUILD= yes NO_ARCH= yes Modified: head/net-mgmt/zabbix42-java/Makefile ============================================================================== --- head/net-mgmt/zabbix4-java/Makefile Thu Apr 25 10:59:36 2019 (r499985) +++ head/net-mgmt/zabbix42-java/Makefile Thu Apr 25 11:56:06 2019 (r499988) @@ -1,10 +1,10 @@ # $FreeBSD$ -PORTNAME= zabbix4 +PORTNAME= zabbix42 CATEGORIES= net-mgmt PKGNAMESUFFIX= -java -MASTERDIR= ${.CURDIR}/../zabbix4-server +MASTERDIR= ${.CURDIR}/../zabbix42-server PLIST= ${PKGDIR}/pkg-plist.java OPTIONS_DEFINE= IPV6 Modified: head/net-mgmt/zabbix42-proxy/Makefile ============================================================================== --- head/net-mgmt/zabbix4-proxy/Makefile Thu Apr 25 10:59:36 2019 (r499985) +++ head/net-mgmt/zabbix42-proxy/Makefile Thu Apr 25 11:56:06 2019 (r499988) @@ -1,11 +1,11 @@ # Created by: Pakhom Golynga # $FreeBSD$ -PORTNAME= zabbix4 +PORTNAME= zabbix42 CATEGORIES= net-mgmt PKGNAMESUFFIX= -proxy -MASTERDIR= ${.CURDIR}/../zabbix4-server +MASTERDIR= ${.CURDIR}/../zabbix42-server OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE Modified: head/net-mgmt/zabbix42-server/Makefile ============================================================================== --- head/net-mgmt/zabbix4-server/Makefile Thu Apr 25 10:59:36 2019 (r499985) +++ head/net-mgmt/zabbix42-server/Makefile Thu Apr 25 11:56:06 2019 (r499988) @@ -1,8 +1,8 @@ # Created by: Pakhom Golynga # $FreeBSD$ -PORTNAME= zabbix4 -PORTVERSION= 4.0.6 +PORTNAME= zabbix42 +PORTVERSION= 4.2.1 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} @@ -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= zabbix[0-9][0-9]${PKGNAMESUFFIX} zabbix[0-35-9]${PKGNAMESUFFIX} +CONFLICTS= zabbix[0-35-9][0-9]${PKGNAMESUFFIX} \ + zabbix4[0-13-9]${PKGNAMESUFFIX} \ + zabbix[0-9]${PKGNAMESUFFIX} ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//} Modified: head/net-mgmt/zabbix42-server/distinfo ============================================================================== --- head/net-mgmt/zabbix4-server/distinfo Thu Apr 25 10:59:36 2019 (r499985) +++ head/net-mgmt/zabbix42-server/distinfo Thu Apr 25 11:56:06 2019 (r499988) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553852669 -SHA256 (zabbix-4.0.6.tar.gz) = 2890851b3a4b0f70f69ef754aa0d07070b42440f56d280113a9474bc4ed75e5b -SIZE (zabbix-4.0.6.tar.gz) = 17162202 +TIMESTAMP = 1556060482 +SHA256 (zabbix-4.2.1.tar.gz) = 4915d52352163e40398ca9b56b8176ea369dfd475e291087c50a3d9ae2459076 +SIZE (zabbix-4.2.1.tar.gz) = 18284589 Modified: head/net-mgmt/zabbix42-server/files/pkg-message.in ============================================================================== --- head/net-mgmt/zabbix4-server/files/pkg-message.in Thu Apr 25 10:59:36 2019 (r499985) +++ head/net-mgmt/zabbix42-server/files/pkg-message.in Thu Apr 25 11:56:06 2019 (r499988) @@ -5,35 +5,36 @@ 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/4.2/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 4.2.0: +https://www.zabbix.com/documentation/4.2/manual/installation/upgrade_notes_420 Upgrade procedure: -https://www.zabbix.com/documentation/4.0/manual/installation/upgrade/sources +https://www.zabbix.com/documentation/4.2/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/4.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 ====================================================================== -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 4.0 -Release date: 1 October, 2018 -End of Full Support: 31 October, 2021 -End of Limited Support: 31 October, 2023 +Stable release: Zabbix 4.2 +Release date: 2 April, 2019 +End of Full Support: 30 September, 2019 +End of Limited Support: 31 October, 2019 Zabbix Life Cycle & Release Policy: https://www.zabbix.com/life_cycle_and_release_policy Modified: head/net-mgmt/zabbix42-server/pkg-plist ============================================================================== --- head/net-mgmt/zabbix4-server/pkg-plist Thu Apr 25 10:59:36 2019 (r499985) +++ head/net-mgmt/zabbix42-server/pkg-plist Thu Apr 25 11:56:06 2019 (r499988) @@ -10,6 +10,7 @@ %%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/data.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/zabbix42-server/pkg-plist.frontend ============================================================================== --- head/net-mgmt/zabbix4-server/pkg-plist.frontend Thu Apr 25 10:59:36 2019 (r499985) +++ head/net-mgmt/zabbix42-server/pkg-plist.frontend Thu Apr 25 11:56:06 2019 (r499988) @@ -43,6 +43,11 @@ %%WWWDIR%%/app/controllers/CControllerPopupGeneric.php %%WWWDIR%%/app/controllers/CControllerPopupHttpStep.php %%WWWDIR%%/app/controllers/CControllerPopupMedia.php +%%WWWDIR%%/app/controllers/CControllerPopupMediatypeTestEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupMediatypeTestSend.php +%%WWWDIR%%/app/controllers/CControllerPopupPreprocTest.php +%%WWWDIR%%/app/controllers/CControllerPopupPreprocTestEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupPreprocTestSend.php %%WWWDIR%%/app/controllers/CControllerPopupScriptExec.php %%WWWDIR%%/app/controllers/CControllerPopupServices.php %%WWWDIR%%/app/controllers/CControllerPopupTestTriggerExpr.php @@ -65,6 +70,7 @@ %%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 @@ -149,6 +155,10 @@ %%WWWDIR%%/app/views/popup.httpstep.php %%WWWDIR%%/app/views/popup.media.js.php %%WWWDIR%%/app/views/popup.media.php +%%WWWDIR%%/app/views/popup.mediatypetest.edit.js.php +%%WWWDIR%%/app/views/popup.mediatypetest.edit.php +%%WWWDIR%%/app/views/popup.preproctestedit.view.js.php +%%WWWDIR%%/app/views/popup.preproctestedit.view.php %%WWWDIR%%/app/views/popup.scriptexec.php %%WWWDIR%%/app/views/popup.services.php %%WWWDIR%%/app/views/popup.testtriggerexpr.php @@ -158,6 +168,7 @@ %%WWWDIR%%/app/views/popup.triggerwizard.php %%WWWDIR%%/app/views/report.services.php %%WWWDIR%%/app/views/report.status.php +%%WWWDIR%%/app/views/search.php %%WWWDIR%%/app/views/system.warning.php %%WWWDIR%%/applications.php %%WWWDIR%%/audio/alarm_average.wav @@ -204,8 +215,8 @@ %%WWWDIR%%/images/general/no_icon.png %%WWWDIR%%/images/general/tr_space.gif %%WWWDIR%%/images/general/tr_top_bottom.gif -%%WWWDIR%%/images/general/tr_top_right.gif %%WWWDIR%%/images/general/tr_top_right_bottom.gif +%%WWWDIR%%/images/general/tr_top_right.gif %%WWWDIR%%/images/general/tree/zero.gif %%WWWDIR%%/img/apple-touch-icon-120x120-precomposed.png %%WWWDIR%%/img/apple-touch-icon-152x152-precomposed.png @@ -226,9 +237,10 @@ %%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/CApiTagHelper.php %%WWWDIR%%/include/classes/api/managers/CApplicationManager.php %%WWWDIR%%/include/classes/api/managers/CGraphManager.php %%WWWDIR%%/include/classes/api/managers/CGraphPrototypeManager.php @@ -238,18 +250,18 @@ %%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/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 @@ -297,16 +309,16 @@ %%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/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/DBException.php %%WWWDIR%%/include/classes/db/Db2DbBackend.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 @@ -340,6 +352,7 @@ %%WWWDIR%%/include/classes/html/CButtonDelete.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 @@ -366,6 +379,7 @@ %%WWWDIR%%/include/classes/html/CList.php %%WWWDIR%%/include/classes/html/CListBox.php %%WWWDIR%%/include/classes/html/CListItem.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 @@ -384,9 +398,9 @@ %%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/CTextBox.php @@ -417,8 +431,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 @@ -428,6 +442,7 @@ %%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/CConverter.php %%WWWDIR%%/include/classes/import/converters/CConverterChain.php %%WWWDIR%%/include/classes/import/converters/CImportConverterFactory.php @@ -448,6 +463,7 @@ %%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/CXmlValidator.php %%WWWDIR%%/include/classes/import/validators/CXmlValidatorGeneral.php %%WWWDIR%%/include/classes/items/CHelpItems.php @@ -464,8 +480,8 @@ %%WWWDIR%%/include/classes/mvc/CRouter.php %%WWWDIR%%/include/classes/mvc/CView.php %%WWWDIR%%/include/classes/pagefilter/CPageFilter.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/CFlexibleIntervalParser.php @@ -484,9 +500,11 @@ %%WWWDIR%%/include/classes/parsers/CMacroFunctionParser.php %%WWWDIR%%/include/classes/parsers/CMacroParser.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/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 @@ -514,9 +532,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 @@ -567,6 +585,7 @@ %%WWWDIR%%/include/classes/widgets/CWidgetConfig.php %%WWWDIR%%/include/classes/widgets/CWidgetHelper.php %%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/CWidgetFieldComboBox.php %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldDatePicker.php @@ -711,13 +730,16 @@ %%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.tags.tab.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 @@ -744,6 +766,7 @@ %%WWWDIR%%/include/views/js/common.item.edit.js.php %%WWWDIR%%/include/views/js/conf.import.js.php %%WWWDIR%%/include/views/js/configuration.action.edit.js.php +%%WWWDIR%%/include/views/js/configuration.copy.elements.js.php %%WWWDIR%%/include/views/js/configuration.correlation.edit.js.php %%WWWDIR%%/include/views/js/configuration.discovery.edit.js.php %%WWWDIR%%/include/views/js/configuration.graph.edit.js.php @@ -759,9 +782,15 @@ %%WWWDIR%%/include/views/js/configuration.item.prototype.edit.js.php %%WWWDIR%%/include/views/js/configuration.maintenance.edit.js.php %%WWWDIR%%/include/views/js/configuration.services.edit.js.php +%%WWWDIR%%/include/views/js/configuration.tags.tab.js.php +%%WWWDIR%%/include/views/js/configuration.template.list.js.php +%%WWWDIR%%/include/views/js/configuration.template.massupdate.js.php +%%WWWDIR%%/include/views/js/configuration.trigger.massupdate.js.php %%WWWDIR%%/include/views/js/configuration.triggers.edit.js.php %%WWWDIR%%/include/views/js/configuration.triggers.list.js.php +%%WWWDIR%%/include/views/js/editabletable.js.php %%WWWDIR%%/include/views/js/hostmacros.js.php +%%WWWDIR%%/include/views/js/item.preprocessing.js.php %%WWWDIR%%/include/views/js/monitoring.latest.js.php %%WWWDIR%%/include/views/js/monitoring.screen.edit.js.php %%WWWDIR%%/include/views/js/monitoring.slideconf.edit.js.php @@ -785,8 +814,8 @@ %%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.php %%WWWDIR%%/items.php %%WWWDIR%%/js/browsers.js %%WWWDIR%%/js/chkbxrange.js @@ -822,6 +851,7 @@ %%WWWDIR%%/js/layout.mode.js %%WWWDIR%%/js/main.js %%WWWDIR%%/js/menupopup.js +%%WWWDIR%%/js/multilineinput.js %%WWWDIR%%/js/multiselect.js %%WWWDIR%%/js/pages/items.js %%WWWDIR%%/js/servercheck.js @@ -835,7 +865,6 @@ %%WWWDIR%%/latest.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 @@ -886,6 +915,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 @@ -918,7 +948,6 @@ %%WWWDIR%%/screenconf.php %%WWWDIR%%/screenedit.php %%WWWDIR%%/screens.php -%%WWWDIR%%/search.php %%WWWDIR%%/services.php %%WWWDIR%%/setup.php %%WWWDIR%%/slideconf.php