Date: Tue, 15 Oct 2019 11:08:52 +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: r514515 - in head/net-mgmt: . zabbix44-agent zabbix44-frontend zabbix44-java zabbix44-proxy zabbix44-server zabbix44-server/files Message-ID: <201910151108.x9FB8qio087972@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Tue Oct 15 11:08:51 2019 New Revision: 514515 URL: https://svnweb.freebsd.org/changeset/ports/514515 Log: New ports: net-mgmt/zabbix44-[agent|frontend|java|proxy|server] net-mgmt/zabbix42 -> net-mgmt/zabbix44 What's new in Zabbix 4.4: https://www.zabbix.com/documentation/4.4/manual/introduction/whatsnew440 PR: 241235 Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer) Added: head/net-mgmt/zabbix44-agent/ - copied from r514513, head/net-mgmt/zabbix42-agent/ head/net-mgmt/zabbix44-frontend/ - copied from r514513, head/net-mgmt/zabbix42-frontend/ head/net-mgmt/zabbix44-java/ - copied from r514513, head/net-mgmt/zabbix42-java/ head/net-mgmt/zabbix44-proxy/ - copied from r514513, head/net-mgmt/zabbix42-proxy/ head/net-mgmt/zabbix44-server/ - copied from r514513, head/net-mgmt/zabbix42-server/ Modified: head/net-mgmt/Makefile head/net-mgmt/zabbix44-agent/Makefile head/net-mgmt/zabbix44-frontend/Makefile head/net-mgmt/zabbix44-java/Makefile head/net-mgmt/zabbix44-proxy/Makefile head/net-mgmt/zabbix44-server/Makefile head/net-mgmt/zabbix44-server/distinfo head/net-mgmt/zabbix44-server/files/pkg-message.in head/net-mgmt/zabbix44-server/pkg-plist.frontend Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Tue Oct 15 10:53:09 2019 (r514514) +++ head/net-mgmt/Makefile Tue Oct 15 11:08:51 2019 (r514515) @@ -420,5 +420,10 @@ SUBDIR += zabbix42-java SUBDIR += zabbix42-proxy SUBDIR += zabbix42-server + SUBDIR += zabbix44-agent + SUBDIR += zabbix44-frontend + SUBDIR += zabbix44-java + SUBDIR += zabbix44-proxy + SUBDIR += zabbix44-server .include <bsd.port.subdir.mk> Modified: head/net-mgmt/zabbix44-agent/Makefile ============================================================================== --- head/net-mgmt/zabbix42-agent/Makefile Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-agent/Makefile Tue Oct 15 11:08:51 2019 (r514515) @@ -1,11 +1,11 @@ # Created by: Pakhom Golynga <pg@pakhom.spb.ru> # $FreeBSD$ -PORTNAME= zabbix42 +PORTNAME= zabbix44 CATEGORIES= net-mgmt PKGNAMESUFFIX= -agent -MASTERDIR= ${.CURDIR}/../zabbix42-server +MASTERDIR= ${.CURDIR}/../zabbix44-server PLIST= ${PKGDIR}/pkg-plist.agent OPTIONS_DEFINE= CURL IPV6 Modified: head/net-mgmt/zabbix44-frontend/Makefile ============================================================================== --- head/net-mgmt/zabbix42-frontend/Makefile Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-frontend/Makefile Tue Oct 15 11:08:51 2019 (r514515) @@ -1,11 +1,11 @@ # Created by: Pakhom Golynga <pg@pakhom.spb.ru> # $FreeBSD$ -PORTNAME= zabbix42 +PORTNAME= zabbix44 CATEGORIES= net-mgmt PKGNAMESUFFIX= -frontend -MASTERDIR= ${.CURDIR}/../zabbix42-server +MASTERDIR= ${.CURDIR}/../zabbix44-server NO_BUILD= yes NO_ARCH= yes Modified: head/net-mgmt/zabbix44-java/Makefile ============================================================================== --- head/net-mgmt/zabbix42-java/Makefile Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-java/Makefile Tue Oct 15 11:08:51 2019 (r514515) @@ -1,10 +1,10 @@ # $FreeBSD$ -PORTNAME= zabbix42 +PORTNAME= zabbix44 CATEGORIES= net-mgmt PKGNAMESUFFIX= -java -MASTERDIR= ${.CURDIR}/../zabbix42-server +MASTERDIR= ${.CURDIR}/../zabbix44-server PLIST= ${PKGDIR}/pkg-plist.java OPTIONS_DEFINE= IPV6 Modified: head/net-mgmt/zabbix44-proxy/Makefile ============================================================================== --- head/net-mgmt/zabbix42-proxy/Makefile Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-proxy/Makefile Tue Oct 15 11:08:51 2019 (r514515) @@ -1,11 +1,11 @@ # Created by: Pakhom Golynga <pg@pakhom.spb.ru> # $FreeBSD$ -PORTNAME= zabbix42 +PORTNAME= zabbix44 CATEGORIES= net-mgmt PKGNAMESUFFIX= -proxy -MASTERDIR= ${.CURDIR}/../zabbix42-server +MASTERDIR= ${.CURDIR}/../zabbix44-server OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE Modified: head/net-mgmt/zabbix44-server/Makefile ============================================================================== --- head/net-mgmt/zabbix42-server/Makefile Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-server/Makefile Tue Oct 15 11:08:51 2019 (r514515) @@ -1,8 +1,8 @@ # Created by: Pakhom Golynga <pg@pakhom.spb.ru> # $FreeBSD$ -PORTNAME= zabbix42 -PORTVERSION= 4.2.7 +PORTNAME= zabbix44 +PORTVERSION= 4.4.0 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcre.so:devel/pcre CONFLICTS= zabbix[0-35-9][0-9]${PKGNAMESUFFIX} \ - zabbix4[0-13-9]${PKGNAMESUFFIX} \ + zabbix4[0-35-9]${PKGNAMESUFFIX} \ zabbix[0-9]${PKGNAMESUFFIX} ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//} @@ -68,14 +68,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 @@ -102,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 Modified: head/net-mgmt/zabbix44-server/distinfo ============================================================================== --- head/net-mgmt/zabbix42-server/distinfo Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-server/distinfo Tue Oct 15 11:08:51 2019 (r514515) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570661295 -SHA256 (zabbix-4.2.7.tar.gz) = 9d9bdf1d858048d72811de04269a429aba257fac2e4b6e782d5a2b1d3a82f627 -SIZE (zabbix-4.2.7.tar.gz) = 18286402 +TIMESTAMP = 1570889168 +SHA256 (zabbix-4.4.0.tar.gz) = c47da70ea2379684ea6fad91092b819eda6e1955b215b9dd568c061143d78ca8 +SIZE (zabbix-4.4.0.tar.gz) = 20689807 Modified: head/net-mgmt/zabbix44-server/files/pkg-message.in ============================================================================== --- head/net-mgmt/zabbix42-server/files/pkg-message.in Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-server/files/pkg-message.in Tue Oct 15 11:08:51 2019 (r514515) @@ -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.2/manual/appendix/install/db_scripts +https://www.zabbix.com/documentation/4.4/manual/appendix/install/db_scripts -Upgrade notes for 4.2.0: -https://www.zabbix.com/documentation/4.2/manual/installation/upgrade_notes_420 +Upgrade notes for 4.4.0: +https://www.zabbix.com/documentation/4.4/manual/installation/upgrade_notes_440 Upgrade procedure: -https://www.zabbix.com/documentation/4.2/manual/installation/upgrade/sources +https://www.zabbix.com/documentation/4.4/manual/installation/upgrade/sources Please see https://www.zabbix.com/ for detailed information about Zabbix. Official Zabbix documentation: -https://www.zabbix.com/documentation/4.2/start +https://www.zabbix.com/documentation/4.4/start For Zabbix frontend "Welcome" screen. Enter the user name Admin with password zabbix to log in as a Zabbix superuser. @@ -33,29 +33,13 @@ Zabbix stable release, plus one (1) additional month o (critical and security issues only). Zabbix Standard version release will result in change of the second version number. -Stable release: Zabbix 4.2 -Release date: 2 April, 2019 -End of Full Support: 30 September, 2019 -End of Limited Support: 31 October, 2019 +Stable release: Zabbix 4.4 +Release date: Q3, 2019 +End of Full Support: Q1, 2020 +End of Limited Support: Q2, 2020 Zabbix Life Cycle & Release Policy: https://www.zabbix.com/life_cycle_and_release_policy -EOM -} -{ - type: upgrade - maximum_version: "4.2.6" - minimum_version: "4.2.4" - message: <<EOM -A change in Zabbix 4.2.5 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/zabbix44-server/pkg-plist.frontend ============================================================================== --- head/net-mgmt/zabbix42-server/pkg-plist.frontend Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-server/pkg-plist.frontend Tue Oct 15 11:08:51 2019 (r514515) @@ -16,6 +16,8 @@ %%WWWDIR%%/app/controllers/CControllerAcknowledgeEdit.php %%WWWDIR%%/app/controllers/CControllerAuthenticationEdit.php %%WWWDIR%%/app/controllers/CControllerAuthenticationUpdate.php +%%WWWDIR%%/app/controllers/CControllerAutoregEdit.php +%%WWWDIR%%/app/controllers/CControllerAutoregUpdate.php %%WWWDIR%%/app/controllers/CControllerDashboardAbstract.php %%WWWDIR%%/app/controllers/CControllerDashboardDelete.php %%WWWDIR%%/app/controllers/CControllerDashboardList.php @@ -26,6 +28,7 @@ %%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/CControllerDiscoveryView.php @@ -55,7 +58,6 @@ %%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 @@ -77,7 +79,16 @@ %%WWWDIR%%/app/controllers/CControllerSearch.php %%WWWDIR%%/app/controllers/CControllerSystemWarning.php %%WWWDIR%%/app/controllers/CControllerTimeSelectorUpdate.php -%%WWWDIR%%/app/controllers/CControllerTrigDescUpdate.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/CControllerWebView.php %%WWWDIR%%/app/controllers/CControllerWidget.php %%WWWDIR%%/app/controllers/CControllerWidgetActionLogView.php @@ -88,6 +99,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 @@ -103,6 +117,8 @@ %%WWWDIR%%/app/controllers/CControllerWidgetWebView.php %%WWWDIR%%/app/views/administration.authentication.edit.js.php %%WWWDIR%%/app/views/administration.authentication.edit.php +%%WWWDIR%%/app/views/administration.autoreg.edit.js.php +%%WWWDIR%%/app/views/administration.autoreg.edit.php %%WWWDIR%%/app/views/administration.mediatype.edit.js.php %%WWWDIR%%/app/views/administration.mediatype.edit.php %%WWWDIR%%/app/views/administration.mediatype.list.php @@ -112,6 +128,11 @@ %%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/administration.user.edit.common.js.php +%%WWWDIR%%/app/views/administration.user.edit.js.php +%%WWWDIR%%/app/views/administration.user.edit.php +%%WWWDIR%%/app/views/administration.user.list.php +%%WWWDIR%%/app/views/administration.userprofile.edit.js.php %%WWWDIR%%/app/views/dashboard.properties.edit.php %%WWWDIR%%/app/views/dashboard.sharing.edit.php %%WWWDIR%%/app/views/layout.csv.php @@ -144,6 +165,7 @@ %%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.plaintext.view.php @@ -166,7 +188,6 @@ %%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 @@ -254,6 +275,7 @@ %%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/CAutoregistration.php %%WWWDIR%%/include/classes/api/services/CConfiguration.php %%WWWDIR%%/include/classes/api/services/CCorrelation.php %%WWWDIR%%/include/classes/api/services/CDashboard.php @@ -387,6 +409,7 @@ %%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 @@ -404,6 +427,7 @@ %%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 @@ -417,6 +441,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 @@ -444,8 +469,11 @@ %%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/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/CDefaultValuesImportConverter.php %%WWWDIR%%/include/classes/import/converters/CImportConverterFactory.php %%WWWDIR%%/include/classes/import/importers/CAbstractScreenImporter.php %%WWWDIR%%/include/classes/import/importers/CHostImporter.php @@ -465,6 +493,8 @@ %%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/CImportValidatorFactory.php %%WWWDIR%%/include/classes/import/validators/CXmlValidator.php %%WWWDIR%%/include/classes/import/validators/CXmlValidatorGeneral.php %%WWWDIR%%/include/classes/items/CHelpItems.php @@ -544,7 +574,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 @@ -588,15 +617,21 @@ %%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/CWidgetFieldNumericBox.php %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldRadioButtonList.php %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldRangeControl.php @@ -604,7 +639,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 @@ -613,6 +647,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 @@ -631,6 +667,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 @@ -642,6 +680,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 @@ -700,8 +740,6 @@ %%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 @@ -761,10 +799,10 @@ %%WWWDIR%%/include/views/js/administration.general.trigger.options.js.php %%WWWDIR%%/include/views/js/administration.general.triggerSeverity.js.php %%WWWDIR%%/include/views/js/administration.general.valuemapping.edit.js.php -%%WWWDIR%%/include/views/js/administration.users.edit.js.php %%WWWDIR%%/include/views/js/common.filter.trigger.js.php %%WWWDIR%%/include/views/js/common.init.js.php %%WWWDIR%%/include/views/js/common.item.edit.js.php +%%WWWDIR%%/include/views/js/common.template.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 @@ -862,6 +900,7 @@ %%WWWDIR%%/js/multiselect.js %%WWWDIR%%/js/pages/items.js %%WWWDIR%%/js/servercheck.js +%%WWWDIR%%/js/textareaflexible.js %%WWWDIR%%/js/vector/class.svg.canvas.js %%WWWDIR%%/js/vector/class.svg.map.js %%WWWDIR%%/js/vendors/jquery-ui.js @@ -946,7 +985,6 @@ %%WWWDIR%%/map.import.php %%WWWDIR%%/map.php %%WWWDIR%%/overview.php -%%WWWDIR%%/profile.php %%WWWDIR%%/queue.php %%WWWDIR%%/report2.php %%WWWDIR%%/report4.php @@ -968,7 +1006,6 @@ %%WWWDIR%%/trigger_prototypes.php %%WWWDIR%%/triggers.php %%WWWDIR%%/usergrps.php -%%WWWDIR%%/users.php %%WWWDIR%%/zabbix.php @dir %%WWWDIR%%/local/app/controllers @dir %%WWWDIR%%/local/app/views
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910151108.x9FB8qio087972>