Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2016 17:13:42 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422754 - in head/net-mgmt: . zabbix32-agent zabbix32-frontend zabbix32-proxy zabbix32-server zabbix32-server/files
Message-ID:  <201609251713.u8PHDg4i020077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Sep 25 17:13:42 2016
New Revision: 422754
URL: https://svnweb.freebsd.org/changeset/ports/422754

Log:
  - New ports: Zabbix 3.2.0.
  
  Zabbix is an enterprise-class open source distributed monitoring platform.
  
  Release notes: https://www.zabbix.com/documentation/3.2/manual/introduction/whatsnew320
  
  PR:		212799
  Submitted by:	danilo
  Reviewed by:	Pakhom Golynga <pg@pakhom.spb.ru>

Added:
  head/net-mgmt/zabbix32-agent/
     - copied from r422753, head/net-mgmt/zabbix3-agent/
  head/net-mgmt/zabbix32-frontend/
     - copied from r422753, head/net-mgmt/zabbix3-frontend/
  head/net-mgmt/zabbix32-proxy/
     - copied from r422753, head/net-mgmt/zabbix3-proxy/
  head/net-mgmt/zabbix32-server/
     - copied from r422753, head/net-mgmt/zabbix3-server/
  head/net-mgmt/zabbix32-server/files/patch-src_zabbix__agent_zabbix__agentd.c   (contents, props changed)
  head/net-mgmt/zabbix32-server/files/patch-src_zabbix__proxy_proxy.c   (contents, props changed)
  head/net-mgmt/zabbix32-server/files/patch-src_zabbix__server_server.c   (contents, props changed)
Modified:
  head/net-mgmt/Makefile
  head/net-mgmt/zabbix32-agent/Makefile
  head/net-mgmt/zabbix32-frontend/Makefile
  head/net-mgmt/zabbix32-proxy/Makefile
  head/net-mgmt/zabbix32-server/Makefile
  head/net-mgmt/zabbix32-server/distinfo
  head/net-mgmt/zabbix32-server/files/pkg-message.in
  head/net-mgmt/zabbix32-server/pkg-plist.frontend

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Sun Sep 25 16:39:04 2016	(r422753)
+++ head/net-mgmt/Makefile	Sun Sep 25 17:13:42 2016	(r422754)
@@ -355,5 +355,9 @@
     SUBDIR += zabbix3-frontend
     SUBDIR += zabbix3-proxy
     SUBDIR += zabbix3-server
+    SUBDIR += zabbix32-agent
+    SUBDIR += zabbix32-frontend
+    SUBDIR += zabbix32-proxy
+    SUBDIR += zabbix32-server
 
 .include <bsd.port.subdir.mk>

Modified: head/net-mgmt/zabbix32-agent/Makefile
==============================================================================
--- head/net-mgmt/zabbix3-agent/Makefile	Sun Sep 25 16:39:04 2016	(r422753)
+++ head/net-mgmt/zabbix32-agent/Makefile	Sun Sep 25 17:13:42 2016	(r422754)
@@ -1,16 +1,16 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix3
+PORTNAME=	zabbix32
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-agent
 
 MAINTAINER=	pakhom@pakhom.spb.ru
-COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS
+COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
 
 LICENSE=	GPLv2
 
-MASTERDIR=	${.CURDIR}/../zabbix3-server
+MASTERDIR=	${.CURDIR}/../zabbix32-server
 PLIST=		${PKGDIR}/pkg-plist.agent
 
 OPTIONS_DEFINE=		IPV6

Modified: head/net-mgmt/zabbix32-frontend/Makefile
==============================================================================
--- head/net-mgmt/zabbix3-frontend/Makefile	Sun Sep 25 16:39:04 2016	(r422753)
+++ head/net-mgmt/zabbix32-frontend/Makefile	Sun Sep 25 17:13:42 2016	(r422754)
@@ -1,16 +1,11 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix3
+PORTNAME=	zabbix32
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-frontend
 
-MAINTAINER=	pg@pakhom.spb.ru
-COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS
-
-LICENSE=	GPLv2
-
-MASTERDIR=	${.CURDIR}/../zabbix3-server
+MASTERDIR=	${.CURDIR}/../zabbix32-server
 
 NO_BUILD=	yes
 NO_ARCH=	yes
@@ -19,11 +14,10 @@ PLIST=		${PKGDIR}/pkg-plist.frontend
 
 USE_PHP=	bcmath ctype gd pcre snmp sockets mbstring session dom xml \
 		xmlreader xmlwriter simplexml gettext ldap
-
-USES=	php:web gettext
+USES+=		php:web
 
 OPTIONS_DEFINE=		MYSQL MYSQLI PGSQL SQLITE ORACLE
-OPTIONS_DEFAULT=	MYSQLI
+OPTIONS_DEFAULT=	MYSQL MYSQLI
 MYSQLI_DESC=		MySQLI backend
 
 .include <bsd.port.options.mk>

Modified: head/net-mgmt/zabbix32-proxy/Makefile
==============================================================================
--- head/net-mgmt/zabbix3-proxy/Makefile	Sun Sep 25 16:39:04 2016	(r422753)
+++ head/net-mgmt/zabbix32-proxy/Makefile	Sun Sep 25 17:13:42 2016	(r422754)
@@ -1,15 +1,15 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix3
+PORTNAME=	zabbix32
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-proxy
 
 MAINTAINER=	pakhom@pakhom.spb.ru
-COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS
+COMMENT=	Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
 
 LICENSE=	GPLv2
 
-MASTERDIR=	${.CURDIR}/../zabbix3-server
+MASTERDIR=	${.CURDIR}/../zabbix32-server
 
 .include "${MASTERDIR}/Makefile"

Modified: head/net-mgmt/zabbix32-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix3-server/Makefile	Sun Sep 25 16:39:04 2016	(r422753)
+++ head/net-mgmt/zabbix32-server/Makefile	Sun Sep 25 17:13:42 2016	(r422754)
@@ -1,8 +1,8 @@
 # Created by: Pakhom Golynga <pg@pakhom.spb.ru>
 # $FreeBSD$
 
-PORTNAME=	zabbix3
-PORTVERSION=	3.0.4
+PORTNAME=	zabbix32
+PORTVERSION=	3.2.0
 PORTREVISION?=	0
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
@@ -10,13 +10,13 @@ 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
 
 LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp
 
-CONFLICTS=	zabbix2${PKGNAMESUFFIX}-[0-9]* zabbix22${PKGNAMESUFFIX}[0-9]* zabbix24${PKGNAMESUFFIX}-[0-9]*
+CONFLICTS=	zabbix2${PKGNAMESUFFIX}-[0-9]* zabbix22${PKGNAMESUFFIX}-[0-9]* zabbix24${PKGNAMESUFFIX}-[0-9]* zabbix3${PKGNAMESUFFIX}-[0-9]*
 
 IGNORE_WITH_PHP=	52
 IGNORE_WITH_MYSQL=	41
@@ -69,7 +69,7 @@ CONFIGURE_ARGS+=	--with-net-snmp
 OPTIONS_DEFINE=		IPV6 FPING JABBER CURL LDAP IPMI SSH NMAP JAVAGW \
 			LIBXML2
 
-OPTIONS_DEFAULT=	IPV6 FPING CURL UNIXODBC MYSQL OPENSSL
+OPTIONS_DEFAULT=	FPING CURL UNIXODBC MYSQL OPENSSL
 OPTIONS_SUB=		yes
 
 CURL_DESC=		Support for web monitoring
@@ -89,13 +89,13 @@ OPTIONS_SINGLE_ODBC=	IODBC UNIXODBC
 OPTIONS_SINGLE_SSL=	OPENSSL GNUTLS POLARSSL
 
 MYSQL_CONFIGURE_WITH=	mysql
-MYSQL_USES+=	mysql
+MYSQL_USES+=		mysql
 
 PGSQL_CONFIGURE_WITH=	postgresql
-PGSQL_USES+=	pgsql
+PGSQL_USES+=		pgsql
 
 SQLITE_CONFIGURE_WITH=	sqlite3
-SQLITE_USES+=	sqlite:3
+SQLITE_USES+=		sqlite:3
 
 ORACLE_CONFIGURE_WITH=	oracle
 

Modified: head/net-mgmt/zabbix32-server/distinfo
==============================================================================
--- head/net-mgmt/zabbix3-server/distinfo	Sun Sep 25 16:39:04 2016	(r422753)
+++ head/net-mgmt/zabbix32-server/distinfo	Sun Sep 25 17:13:42 2016	(r422754)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474053011
-SHA256 (zabbix-3.0.4.tar.gz) = 9fa47d97843b6ca9f550d706b40ee6b35b76c5165ff32ff11ef0474f161e7700
-SIZE (zabbix-3.0.4.tar.gz) = 15403727
+TIMESTAMP = 1474277998
+SHA256 (zabbix-3.2.0.tar.gz) = 036d1042359cb62e414d7fcf58bb09bcbf1eabfd7bc8d5dd60d0f3095765cd5c
+SIZE (zabbix-3.2.0.tar.gz) = 15806267

Added: head/net-mgmt/zabbix32-server/files/patch-src_zabbix__agent_zabbix__agentd.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/zabbix32-server/files/patch-src_zabbix__agent_zabbix__agentd.c	Sun Sep 25 17:13:42 2016	(r422754)
@@ -0,0 +1,11 @@
+--- src/zabbix_agent/zabbix_agentd.c.orig	2016-09-25 16:15:50 UTC
++++ src/zabbix_agent/zabbix_agentd.c
+@@ -522,7 +522,7 @@ static void	set_defaults(void)
+ 		CONFIG_LOAD_MODULE_PATH = zbx_strdup(CONFIG_LOAD_MODULE_PATH, LIBDIR "/modules");
+ 
+ 	if (NULL == CONFIG_PID_FILE)
+-		CONFIG_PID_FILE = "/tmp/zabbix_agentd.pid";
++		CONFIG_PID_FILE = "/var/run/zabbix/zabbix_agentd.pid";
+ #endif
+ 	if (NULL == CONFIG_LOG_TYPE_STR)
+ 		CONFIG_LOG_TYPE_STR = zbx_strdup(CONFIG_LOG_TYPE_STR, ZBX_OPTION_LOGTYPE_FILE);

Added: head/net-mgmt/zabbix32-server/files/patch-src_zabbix__proxy_proxy.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/zabbix32-server/files/patch-src_zabbix__proxy_proxy.c	Sun Sep 25 17:13:42 2016	(r422754)
@@ -0,0 +1,11 @@
+--- src/zabbix_proxy/proxy.c.orig	2016-09-25 16:18:32 UTC
++++ src/zabbix_proxy/proxy.c
+@@ -390,7 +390,7 @@ static void	zbx_set_defaults(void)
+ 		CONFIG_SNMPTRAP_FILE = zbx_strdup(CONFIG_SNMPTRAP_FILE, "/tmp/zabbix_traps.tmp");
+ 
+ 	if (NULL == CONFIG_PID_FILE)
+-		CONFIG_PID_FILE = zbx_strdup(CONFIG_PID_FILE, "/tmp/zabbix_proxy.pid");
++		CONFIG_PID_FILE = zbx_strdup(CONFIG_PID_FILE, "/var/run/zabbix/zabbix_proxy.pid");
+ 
+ 	if (NULL == CONFIG_TMPDIR)
+ 		CONFIG_TMPDIR = zbx_strdup(CONFIG_TMPDIR, "/tmp");

Added: head/net-mgmt/zabbix32-server/files/patch-src_zabbix__server_server.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/zabbix32-server/files/patch-src_zabbix__server_server.c	Sun Sep 25 17:13:42 2016	(r422754)
@@ -0,0 +1,11 @@
+--- src/zabbix_server/server.c.orig	2016-09-25 16:17:40 UTC
++++ src/zabbix_server/server.c
+@@ -376,7 +376,7 @@ static void	zbx_set_defaults(void)
+ 		CONFIG_SNMPTRAP_FILE = zbx_strdup(CONFIG_SNMPTRAP_FILE, "/tmp/zabbix_traps.tmp");
+ 
+ 	if (NULL == CONFIG_PID_FILE)
+-		CONFIG_PID_FILE = zbx_strdup(CONFIG_PID_FILE, "/tmp/zabbix_server.pid");
++		CONFIG_PID_FILE = zbx_strdup(CONFIG_PID_FILE, "/var/run/zabbix/zabbix_server.pid");
+ 
+ 	if (NULL == CONFIG_ALERT_SCRIPTS_PATH)
+ 		CONFIG_ALERT_SCRIPTS_PATH = zbx_strdup(CONFIG_ALERT_SCRIPTS_PATH, DATADIR "/zabbix/alertscripts");

Modified: head/net-mgmt/zabbix32-server/files/pkg-message.in
==============================================================================
--- head/net-mgmt/zabbix3-server/files/pkg-message.in	Sun Sep 25 16:39:04 2016	(r422753)
+++ head/net-mgmt/zabbix32-server/files/pkg-message.in	Sun Sep 25 17:13:42 2016	(r422754)
@@ -33,13 +33,13 @@ shell> db2batch -d zabbix -f images.sql
 shell> db2batch -d zabbix -f data.sql
 
 
-Upgrade notes for 3.0.0 https://www.zabbix.com/documentation/3.0/manual/installation/upgrade_notes_300
+Upgrade notes for 3.2.0 https://www.zabbix.com/documentation/3.2/manual/installation/upgrade_notes_320
 
-Upgrade procedure https://www.zabbix.com/documentation/3.0/manual/installation/upgrade
+Upgrade procedure https://www.zabbix.com/documentation/3.2/manual/installation/upgrade
 
 Pleasese see http://www.zabbix.com/ for detailed information about Zabbix.
 
-On-line Zabbix documentation is available at https://www.zabbix.com/documentation/3.0/start
+On-line Zabbix documentation is available at https://www.zabbix.com/documentation/3.2/start
 
 For Zabbix frontend “Welcome” screen. Enter the user name Admin with password zabbix to log in as a Zabbix superuser.
 

Modified: head/net-mgmt/zabbix32-server/pkg-plist.frontend
==============================================================================
--- head/net-mgmt/zabbix3-server/pkg-plist.frontend	Sun Sep 25 16:39:04 2016	(r422753)
+++ head/net-mgmt/zabbix32-server/pkg-plist.frontend	Sun Sep 25 17:13:42 2016	(r422754)
@@ -29,6 +29,7 @@
 %%WWWDIR%%/app/controllers/CControllerMediatypeEnable.php
 %%WWWDIR%%/app/controllers/CControllerMediatypeList.php
 %%WWWDIR%%/app/controllers/CControllerMediatypeUpdate.php
+%%WWWDIR%%/app/controllers/CControllerProblemView.php
 %%WWWDIR%%/app/controllers/CControllerProfileUpdate.php
 %%WWWDIR%%/app/controllers/CControllerProxyCreate.php
 %%WWWDIR%%/app/controllers/CControllerProxyDelete.php
@@ -61,6 +62,7 @@
 %%WWWDIR%%/app/views/administration.script.edit.js.php
 %%WWWDIR%%/app/views/administration.script.edit.php
 %%WWWDIR%%/app/views/administration.script.list.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
@@ -74,6 +76,8 @@
 %%WWWDIR%%/app/views/monitoring.dashboard.view.php
 %%WWWDIR%%/app/views/monitoring.discovery.view.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.discovery.view.php
 %%WWWDIR%%/app/views/monitoring.widget.hosts.view.php
@@ -108,10 +112,10 @@
 %%WWWDIR%%/conf/.htaccess
 %%WWWDIR%%/conf/maintenance.inc.php
 %%WWWDIR%%/conf/zabbix.conf.php.example
+%%WWWDIR%%/correlation.php
 %%WWWDIR%%/dashconf.php
 %%WWWDIR%%/disc_prototypes.php
 %%WWWDIR%%/discoveryconf.php
-%%WWWDIR%%/events.php
 %%WWWDIR%%/favicon.ico
 %%WWWDIR%%/fonts/DejaVuSans.ttf
 %%WWWDIR%%/graphs.php
@@ -164,6 +168,7 @@
 %%WWWDIR%%/include/classes/api/services/CAlert.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/CDCheck.php
 %%WWWDIR%%/include/classes/api/services/CDHost.php
 %%WWWDIR%%/include/classes/api/services/CDRule.php
@@ -191,6 +196,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/CProblem.php
 %%WWWDIR%%/include/classes/api/services/CProxy.php
 %%WWWDIR%%/include/classes/api/services/CScreen.php
 %%WWWDIR%%/include/classes/api/services/CScreenItem.php
@@ -320,6 +326,7 @@
 %%WWWDIR%%/include/classes/import/converters/C20ImportConverter.php
 %%WWWDIR%%/include/classes/import/converters/C20ItemKeyConverter.php
 %%WWWDIR%%/include/classes/import/converters/C20TriggerConverter.php
+%%WWWDIR%%/include/classes/import/converters/C30ImportConverter.php
 %%WWWDIR%%/include/classes/import/converters/CConverter.php
 %%WWWDIR%%/include/classes/import/converters/CConverterChain.php
 %%WWWDIR%%/include/classes/import/converters/CImportConverterFactory.php
@@ -337,6 +344,7 @@
 %%WWWDIR%%/include/classes/import/validators/C10XmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/C20XmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/C30XmlValidator.php
+%%WWWDIR%%/include/classes/import/validators/C32XmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/CXmlValidator.php
 %%WWWDIR%%/include/classes/import/validators/CXmlValidatorGeneral.php
 %%WWWDIR%%/include/classes/items/CHelpItems.php
@@ -360,9 +368,11 @@
 %%WWWDIR%%/include/classes/parsers/CItemDelayFlexParser.php
 %%WWWDIR%%/include/classes/parsers/CItemKey.php
 %%WWWDIR%%/include/classes/parsers/CLLDMacroParser.php
+%%WWWDIR%%/include/classes/parsers/CMacroFunctionParser.php
 %%WWWDIR%%/include/classes/parsers/CMacroParser.php
 %%WWWDIR%%/include/classes/parsers/CParser.php
 %%WWWDIR%%/include/classes/parsers/CReferenceParser.php
+%%WWWDIR%%/include/classes/parsers/CReplacementParser.php
 %%WWWDIR%%/include/classes/parsers/CSetParser.php
 %%WWWDIR%%/include/classes/parsers/CTriggerExpression.php
 %%WWWDIR%%/include/classes/parsers/CUserMacroParser.php
@@ -378,18 +388,21 @@
 %%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/CScreenHttpTest.php
 %%WWWDIR%%/include/classes/screens/CScreenHttpTestDetails.php
 %%WWWDIR%%/include/classes/screens/CScreenLldGraph.php
 %%WWWDIR%%/include/classes/screens/CScreenLldGraphBase.php
 %%WWWDIR%%/include/classes/screens/CScreenLldSimpleGraph.php
 %%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
@@ -397,8 +410,6 @@
 %%WWWDIR%%/include/classes/screens/CScreenTriggersInfo.php
 %%WWWDIR%%/include/classes/screens/CScreenTriggersOverview.php
 %%WWWDIR%%/include/classes/screens/CScreenUrl.php
-%%WWWDIR%%/include/classes/screens/CScreenDiscovery.php
-%%WWWDIR%%/include/classes/screens/CScreenHttpTest.php
 %%WWWDIR%%/include/classes/server/CZabbixServer.php
 %%WWWDIR%%/include/classes/services/CServicesSlaCalculator.php
 %%WWWDIR%%/include/classes/setup/CFrontendSetup.php
@@ -427,10 +438,12 @@
 %%WWWDIR%%/include/classes/validators/CPartialValidatorInterface.php
 %%WWWDIR%%/include/classes/validators/CRegexValidator.php
 %%WWWDIR%%/include/classes/validators/CStringValidator.php
+%%WWWDIR%%/include/classes/validators/CTagValidator.php
 %%WWWDIR%%/include/classes/validators/CTimePeriodValidator.php
 %%WWWDIR%%/include/classes/validators/CValidator.php
 %%WWWDIR%%/include/classes/validators/event/CEventSourceObjectValidator.php
 %%WWWDIR%%/include/classes/validators/host/CHostNormalValidator.php
+%%WWWDIR%%/include/classes/validators/hostgroup/CHostGroupNameValidator.php
 %%WWWDIR%%/include/classes/validators/hostgroup/CHostGroupNormalValidator.php
 %%WWWDIR%%/include/classes/validators/object/CConditionValidator.php
 %%WWWDIR%%/include/classes/validators/object/CUpdateDiscoveredValidator.php
@@ -438,6 +451,7 @@
 %%WWWDIR%%/include/classes/validators/schema/CSchemaValidator.php
 %%WWWDIR%%/include/classes/validators/string/CLldMacroStringValidator.php
 %%WWWDIR%%/include/config.inc.php
+%%WWWDIR%%/include/correlation.inc.php
 %%WWWDIR%%/include/db.inc.php
 %%WWWDIR%%/include/debug.inc.php
 %%WWWDIR%%/include/defines.inc.php
@@ -448,6 +462,7 @@
 %%WWWDIR%%/include/func.inc.php
 %%WWWDIR%%/include/gettextwrapper.inc.php
 %%WWWDIR%%/include/graphs.inc.php
+%%WWWDIR%%/include/groups.inc.php
 %%WWWDIR%%/include/hosts.inc.php
 %%WWWDIR%%/include/html.inc.php
 %%WWWDIR%%/include/httptest.inc.php
@@ -503,6 +518,8 @@
 %%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
 %%WWWDIR%%/include/views/configuration.discovery.edit.php
 %%WWWDIR%%/include/views/configuration.discovery.list.php
 %%WWWDIR%%/include/views/configuration.graph.edit.php
@@ -531,6 +548,7 @@
 %%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.trigger.prototype.edit.php
 %%WWWDIR%%/include/views/configuration.trigger.prototype.list.php
 %%WWWDIR%%/include/views/configuration.trigger.prototype.massupdate.php
@@ -559,6 +577,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.correlation.edit.js.php
 %%WWWDIR%%/include/views/js/configuration.discovery.edit.js.php
 %%WWWDIR%%/include/views/js/configuration.graph.edit.js.php
 %%WWWDIR%%/include/views/js/configuration.host.discovery.edit.js.php
@@ -663,6 +682,8 @@
 %%WWWDIR%%/locale/fi/LC_MESSAGES/frontend.po
 %%WWWDIR%%/locale/fr/LC_MESSAGES/frontend.mo
 %%WWWDIR%%/locale/fr/LC_MESSAGES/frontend.po
+%%WWWDIR%%/locale/he/LC_MESSAGES/frontend.mo
+%%WWWDIR%%/locale/he/LC_MESSAGES/frontend.po
 %%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.mo
 %%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.po
 %%WWWDIR%%/locale/id/LC_MESSAGES/frontend.mo
@@ -714,7 +735,6 @@
 %%WWWDIR%%/popup.php
 %%WWWDIR%%/popup_httpstep.php
 %%WWWDIR%%/popup_media.php
-%%WWWDIR%%/popup_right.php
 %%WWWDIR%%/popup_trexpr.php
 %%WWWDIR%%/popup_usrgrp.php
 %%WWWDIR%%/profile.php



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