diff --git a/components/network/zabbix/Makefile b/components/network/zabbix/Makefile new file mode 100644 index 00000000000..964b27c0f58 --- /dev/null +++ b/components/network/zabbix/Makefile @@ -0,0 +1,80 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"). You may +# only use this file in accordance with the terms of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright (c) 2016, Adam Stevko +# Copyright (c) 2024, Carsten Grzemba +# + +include ../../../make-rules/shared-macros.mk + +COMPONENT_NAME= zabbix-server +COMPONENT_VERSION= 7.0.1 +COMPONENT_SUMMARY= Zabbix server +COMPONENT_PROJECT_URL= http://www.zabbix.com/ +COMPONENT_FMRI= application/management/$(COMPONENT_NAME) +COMPONENT_FMRI_AGENT= application/management/zabbix-agent +COMPONENT_FMRI_PROXY= application/management/zabbix-proxy +COMPONENT_CLASSIFICATION= Applications/System Utilities +COMPONENT_SRC= zabbix-$(COMPONENT_VERSION) +COMPONENT_ARCHIVE= zabbix-$(COMPONENT_VERSION).tar.gz +COMPONENT_ARCHIVE_HASH= sha256:bbc749cefb296ffdf7ff48cfafd41632113f97225c7966f4e043436fcbef8ea1 +COMPONENT_ARCHIVE_URL= https://cdn.zabbix.com/zabbix/sources/stable/$(basename $(COMPONENT_VERSION))/$(COMPONENT_ARCHIVE) +COMPONENT_LICENSE= GPLv2 +COMPONENT_LICENSE_FILE= COPYING + +PKG_VARS += COMPONENT_FMRI_AGENT COMPONENT_FMRI_PROXY + +include $(WS_MAKE_RULES)/common.mk + +# because we patched an am file +COMPONENT_PREP_ACTION = ( cd $(@D) && aclocal -I m4 && autoconf && autoheader && automake -a && automake ) + +# Ugly hack for fixing problems with missing files in source directory +COMPONENT_POST_CONFIGURE_ACTION= $(CP) $(BUILD_DIR_$(BITS))/include/common/config.h $(SOURCE_DIR)/include/common/config.h + +CONFIGURE_OPTIONS += --sysconfdir=/etc/zabbix +CONFIGURE_OPTIONS += --enable-ipv6 +CONFIGURE_OPTIONS += --enable-server +CONFIGURE_OPTIONS += --enable-agent +CONFIGURE_OPTIONS += --enable-proxy +CONFIGURE_OPTIONS += --with-postgresql +CONFIGURE_OPTIONS += --with-libevent +CONFIGURE_OPTIONS += --with-libevent-include=/usr/include/libevent2 +CONFIGURE_OPTIONS += --with-net-snmp +CONFIGURE_OPTIONS += --with-libcurl +CONFIGURE_OPTIONS += --with-libxml2 +CONFIGURE_OPTIONS += --with-openssl=$(OPENSSL_PREFIX) +CONFIGURE_OPTIONS += --with-ldap + +COMPONENT_POST_INSTALL_ACTION = (cd $(SOURCE_DIR)/ui && \ + mkdir -p $(PROTOUSRSHAREDIR)/zabbix/html && \ + cp -rp * $(PROTOUSRSHAREDIR)/zabbix/html;); +COMPONENT_POST_INSTALL_ACTION += (cd $(SOURCE_DIR)/database && \ + mkdir -p $(PROTOUSRSHAREDIR)/zabbix-sql-scripts && \ + cp -rp * $(PROTOUSRSHAREDIR)/zabbix-sql-scripts;); +COMPONENT_POST_INSTALL_ACTION += (cd $(SOURCE_DIR)/man && \ + for f in zabbix_proxy ; do cp $${f}.man $(PROTOUSRSHAREMANDIR)/man8/$${f}.8; done; ); + +# Manually added build dependencies +REQUIRED_PACKAGES += $(PG_DEVELOPER_PKG) + +# Auto-generated dependencies +REQUIRED_PACKAGES += $(OPENSSL_PKG) +REQUIRED_PACKAGES += $(PG_LIBRARY_PKG) +REQUIRED_PACKAGES += SUNWcs +REQUIRED_PACKAGES += library/libevent2 +REQUIRED_PACKAGES += library/libxml2 +REQUIRED_PACKAGES += library/pcre +REQUIRED_PACKAGES += library/zlib +REQUIRED_PACKAGES += system/library +REQUIRED_PACKAGES += system/library/math +REQUIRED_PACKAGES += system/management/snmp/net-snmp +REQUIRED_PACKAGES += web/curl diff --git a/components/network/zabbix/files/zabbix-agent.xml b/components/network/zabbix/files/zabbix-agent.xml new file mode 100644 index 00000000000..6fff5f012e5 --- /dev/null +++ b/components/network/zabbix/files/zabbix-agent.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/components/network/zabbix/files/zabbix-proxy.xml b/components/network/zabbix/files/zabbix-proxy.xml new file mode 100644 index 00000000000..e053d81d09a --- /dev/null +++ b/components/network/zabbix/files/zabbix-proxy.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/components/network/zabbix/files/zabbix-server.xml b/components/network/zabbix/files/zabbix-server.xml new file mode 100644 index 00000000000..5e57cb167f5 --- /dev/null +++ b/components/network/zabbix/files/zabbix-server.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/components/network/zabbix/manifests/sample-manifest.p5m b/components/network/zabbix/manifests/sample-manifest.p5m new file mode 100644 index 00000000000..c148efa25c3 --- /dev/null +++ b/components/network/zabbix/manifests/sample-manifest.p5m @@ -0,0 +1,2059 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2024 +# + +set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +set name=pkg.human-version value=$(HUMAN_VERSION) +set name=pkg.summary value="$(COMPONENT_SUMMARY)" +set name=info.classification value="$(COMPONENT_CLASSIFICATION)" +set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) +set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) +set name=org.opensolaris.consolidation value=$(CONSOLIDATION) + +license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)' + +file path=etc/zabbix/zabbix_agentd.conf +file path=etc/zabbix/zabbix_proxy.conf +file path=etc/zabbix/zabbix_server.conf +file path=usr/bin/zabbix_get +file path=usr/bin/zabbix_js +file path=usr/bin/zabbix_sender +file path=usr/sbin/zabbix_agentd +file path=usr/sbin/zabbix_proxy +file path=usr/sbin/zabbix_server +file path=usr/share/man/man1/zabbix_get.1 +file path=usr/share/man/man1/zabbix_sender.1 +file path=usr/share/man/man8/zabbix_agentd.8 +file path=usr/share/man/man8/zabbix_proxy.8 +file path=usr/share/man/man8/zabbix_server.8 +file path=usr/share/zabbix-sql-scripts/Makefile.am +file path=usr/share/zabbix-sql-scripts/Makefile.in +file path=usr/share/zabbix-sql-scripts/elasticsearch/elasticsearch.map +file path=usr/share/zabbix-sql-scripts/mysql/Makefile.am +file path=usr/share/zabbix-sql-scripts/mysql/Makefile.in +file path=usr/share/zabbix-sql-scripts/mysql/data.sql +file path=usr/share/zabbix-sql-scripts/mysql/images.sql +file path=usr/share/zabbix-sql-scripts/mysql/option-patches/Makefile.am +file path=usr/share/zabbix-sql-scripts/mysql/option-patches/Makefile.in +file path=usr/share/zabbix-sql-scripts/mysql/option-patches/history_upgrade_prepare.sql +file path=usr/share/zabbix-sql-scripts/mysql/schema.sql +file path=usr/share/zabbix-sql-scripts/oracle/Makefile.am +file path=usr/share/zabbix-sql-scripts/oracle/Makefile.in +file path=usr/share/zabbix-sql-scripts/oracle/data.sql +file path=usr/share/zabbix-sql-scripts/oracle/images.sql +file path=usr/share/zabbix-sql-scripts/oracle/option-patches/Makefile.am +file path=usr/share/zabbix-sql-scripts/oracle/option-patches/Makefile.in +file path=usr/share/zabbix-sql-scripts/oracle/option-patches/history_upgrade_prepare.sql +file path=usr/share/zabbix-sql-scripts/oracle/option-patches/items_nvarchar_prepare.sql +file path=usr/share/zabbix-sql-scripts/oracle/schema.sql +file path=usr/share/zabbix-sql-scripts/postgresql/Makefile.am +file path=usr/share/zabbix-sql-scripts/postgresql/Makefile.in +file path=usr/share/zabbix-sql-scripts/postgresql/data.sql +file path=usr/share/zabbix-sql-scripts/postgresql/images.sql +file path=usr/share/zabbix-sql-scripts/postgresql/option-patches/Makefile.am +file path=usr/share/zabbix-sql-scripts/postgresql/option-patches/Makefile.in +file path=usr/share/zabbix-sql-scripts/postgresql/option-patches/history_upgrade_prepare.sql +file path=usr/share/zabbix-sql-scripts/postgresql/schema.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/Makefile.am +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/Makefile.in +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/Makefile.am +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/Makefile.in +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/Makefile.am +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/Makefile.in +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/history_upgrade.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/history_upgrade_log.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/history_upgrade_prepare.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/history_upgrade_str.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/history_upgrade_text.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/history_upgrade_uint.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/trends_upgrade.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/Makefile.am +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/Makefile.in +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/history_upgrade.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/history_upgrade_log.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/history_upgrade_prepare.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/history_upgrade_str.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/history_upgrade_text.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/history_upgrade_uint.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/trends_upgrade.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/schema.sql +file path=usr/share/zabbix-sql-scripts/sqlite3/Makefile.am +file path=usr/share/zabbix-sql-scripts/sqlite3/Makefile.in +file path=usr/share/zabbix-sql-scripts/sqlite3/data.sql +file path=usr/share/zabbix-sql-scripts/sqlite3/images.sql +file path=usr/share/zabbix-sql-scripts/sqlite3/schema.sql +file path=usr/share/zabbix/html/api_jsonrpc.php +file path=usr/share/zabbix/html/api_scim.php +file path=usr/share/zabbix/html/app/.htaccess +file path=usr/share/zabbix/html/app/controllers/CControllerActionConditionCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionList.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionLogList.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionOperationCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionOperationConditionCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerAuditLogList.php +file path=usr/share/zabbix/html/app/controllers/CControllerAuditSettingsEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerAuditSettingsUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerAuthenticationEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerAuthenticationUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerAutoregEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerAutoregUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerCharts.php +file path=usr/share/zabbix/html/app/controllers/CControllerChartsView.php +file path=usr/share/zabbix/html/app/controllers/CControllerChartsViewJson.php +file path=usr/share/zabbix/html/app/controllers/CControllerConnectorCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerConnectorDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerConnectorDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerConnectorEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerConnectorEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerConnectorList.php +file path=usr/share/zabbix/html/app/controllers/CControllerConnectorUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerCopyCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerCopyEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationConditionCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationConditionEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationList.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardConfigHash.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardList.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardPagePropertiesCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardPagePropertiesEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardPrint.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardPropertiesCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardPropertiesEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardShareUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardView.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardWidgetCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardWidgetEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardWidgetRfRate.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardWidgetView.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardWidgetsValidate.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryCheckCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryCheckEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryList.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryView.php +file path=usr/share/zabbix/html/app/controllers/CControllerExport.php +file path=usr/share/zabbix/html/app/controllers/CControllerFavoriteCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerFavoriteDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerGeomapsEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerGeomapsUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerGuiEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerGuiUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerHintboxActionlist.php +file path=usr/share/zabbix/html/app/controllers/CControllerHintboxEventlist.php +file path=usr/share/zabbix/html/app/controllers/CControllerHost.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostDashboardView.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostGroupCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostGroupDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostGroupDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostGroupEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostGroupEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostGroupList.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostGroupUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostList.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostMacrosList.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostMassDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostUpdateGeneral.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostView.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostViewRefresh.php +file path=usr/share/zabbix/html/app/controllers/CControllerHousekeepingEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerHousekeepingUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerIconMapCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerIconMapDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerIconMapEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerIconMapList.php +file path=usr/share/zabbix/html/app/controllers/CControllerIconMapUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerImageCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerImageDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerImageEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerImageList.php +file path=usr/share/zabbix/html/app/controllers/CControllerImageUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerItem.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemClear.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemExecuteNow.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemList.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemMassupdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototype.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototypeCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototypeDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototypeDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototypeEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototypeEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototypeList.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototypeUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemTagsList.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerLatest.php +file path=usr/share/zabbix/html/app/controllers/CControllerLatestView.php +file path=usr/share/zabbix/html/app/controllers/CControllerLatestViewRefresh.php +file path=usr/share/zabbix/html/app/controllers/CControllerMacrosEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMacrosUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerMaintenanceCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerMaintenanceDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerMaintenanceEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMaintenanceList.php +file path=usr/share/zabbix/html/app/controllers/CControllerMaintenanceTimePeriodCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerMaintenanceTimePeriodEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMaintenanceUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerMapView.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeList.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeMessageCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeMessageEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeTestEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeTestSend.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerMenuPopup.php +file path=usr/share/zabbix/html/app/controllers/CControllerMfaCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerMfaEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMiscConfigEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMiscConfigUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerModuleDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerModuleEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerModuleEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerModuleList.php +file path=usr/share/zabbix/html/app/controllers/CControllerModuleScan.php +file path=usr/share/zabbix/html/app/controllers/CControllerModuleUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerNotificationsGet.php +file path=usr/share/zabbix/html/app/controllers/CControllerNotificationsMute.php +file path=usr/share/zabbix/html/app/controllers/CControllerNotificationsRead.php +file path=usr/share/zabbix/html/app/controllers/CControllerNotificationsSnooze.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopup.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupAcknowledgeCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupAcknowledgeEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupActionConditionEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupActionEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupActionOperationEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupActionOperationsList.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupConditionOperations.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupDashboardShareEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupGeneric.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupImport.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupImportCompare.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupItemTest.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupItemTestEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupItemTestGetValue.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupItemTestSend.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupLdapCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupLdapEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupLdapTestEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupLdapTestSend.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupLldOperation.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupLldOverride.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupMassupdateAbstract.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupMassupdateHost.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupMassupdateService.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupMedia.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupMediaTypeMappingCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupMediaTypeMappingEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupProxyEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupProxyGroupEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupScheduledReportCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupScheduledReportEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupScheduledReportList.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupScheduledReportSubscriptionEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupScheduledReportTest.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupScriptExec.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupServiceEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupServiceStatusRuleEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupServices.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupSlaEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupSlaExcludedDowntimeEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupTabFilterDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupTabFilterEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupTabFilterUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupTestTriggerExpr.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupTokenEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupTokenView.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupTriggerExpr.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupUserGroupMappingCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupUserGroupMappingEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupValueMapEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupValueMapUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerProblem.php +file path=usr/share/zabbix/html/app/controllers/CControllerProblemView.php +file path=usr/share/zabbix/html/app/controllers/CControllerProblemViewRefresh.php +file path=usr/share/zabbix/html/app/controllers/CControllerProfileUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyConfigRefresh.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyGroupCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyGroupDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyGroupList.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyGroupUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyHostDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyHostEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyList.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerQueueDetails.php +file path=usr/share/zabbix/html/app/controllers/CControllerQueueOverview.php +file path=usr/share/zabbix/html/app/controllers/CControllerQueueOverviewProxy.php +file path=usr/share/zabbix/html/app/controllers/CControllerRegExCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerRegExDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerRegExEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerRegExList.php +file path=usr/share/zabbix/html/app/controllers/CControllerRegExTest.php +file path=usr/share/zabbix/html/app/controllers/CControllerRegExUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerReportStatus.php +file path=usr/share/zabbix/html/app/controllers/CControllerScheduledReportCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerScheduledReportDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerScheduledReportDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerScheduledReportEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerScheduledReportEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerScheduledReportList.php +file path=usr/share/zabbix/html/app/controllers/CControllerScheduledReportUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerScriptCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerScriptDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerScriptEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerScriptList.php +file path=usr/share/zabbix/html/app/controllers/CControllerScriptUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerScriptUserInputCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerScriptUserInputEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerSearch.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceList.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceListEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceListEditRefresh.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceListGeneral.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceListRefresh.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceStatusRuleValidate.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaCreateUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaExcludedDowntimeValidate.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaList.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaReportList.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerSoftwareVersionCheckGet.php +file path=usr/share/zabbix/html/app/controllers/CControllerSoftwareVersionCheckUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerSystemWarning.php +file path=usr/share/zabbix/html/app/controllers/CControllerTabFilterProfileUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateDashboardDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateDashboardEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateDashboardList.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateDashboardUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateGroupCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateGroupDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateGroupEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateGroupList.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateGroupUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateList.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateMassupdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTimeSelectorCalc.php +file path=usr/share/zabbix/html/app/controllers/CControllerTimeSelectorUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTimeoutsEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerTimeoutsUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTokenCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTokenDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerTokenDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerTokenEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerTokenList.php +file path=usr/share/zabbix/html/app/controllers/CControllerTokenUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTopTriggersList.php +file path=usr/share/zabbix/html/app/controllers/CControllerTrigDisplayEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerTrigDisplayUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerExpressionConstructor.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerList.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerMassupdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerPrototypeCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerPrototypeDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerPrototypeDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerPrototypeEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerPrototypeEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerPrototypeList.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerPrototypeUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserEditGeneral.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserList.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserProfileEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserProfileUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserProvision.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserResetTotp.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserTokenList.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserUnblock.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserUpdateGeneral.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupList.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupMassUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupTagFilterCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupTagFilterEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupTagFilterList.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserroleCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserroleDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserroleEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserroleEditGeneral.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserroleList.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserroleUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerWebScenarioStepCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerWebScenarioStepEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerWebView.php +file path=usr/share/zabbix/html/app/controllers/CControllerWidgetIterator.php +file path=usr/share/zabbix/html/app/controllers/CControllerWidgetNavigationTreeToggle.php +file path=usr/share/zabbix/html/app/partials/action.operations.php +file path=usr/share/zabbix/html/app/partials/action.recovery.operations.php +file path=usr/share/zabbix/html/app/partials/action.update.operations.php +file path=usr/share/zabbix/html/app/partials/administration.ha.nodes.php +file path=usr/share/zabbix/html/app/partials/administration.system.info.php +file path=usr/share/zabbix/html/app/partials/configuration.host.edit.html.php +file path=usr/share/zabbix/html/app/partials/configuration.host.interface.row.php +file path=usr/share/zabbix/html/app/partials/configuration.hostgroup.edit.html.php +file path=usr/share/zabbix/html/app/partials/configuration.tags.tab.php +file path=usr/share/zabbix/html/app/partials/configuration.templategroup.edit.html.php +file path=usr/share/zabbix/html/app/partials/configuration.valuemap.php +file path=usr/share/zabbix/html/app/partials/hostmacros.inherited.list.html.php +file path=usr/share/zabbix/html/app/partials/hostmacros.list.html.php +file path=usr/share/zabbix/html/app/partials/item.edit.item.tab.php +file path=usr/share/zabbix/html/app/partials/item.edit.preprocessing.tab.php +file path=usr/share/zabbix/html/app/partials/item.list.filter.php +file path=usr/share/zabbix/html/app/partials/js/configuration.host.edit.html.js.php +file path=usr/share/zabbix/html/app/partials/js/configuration.tags.tab.js.php +file path=usr/share/zabbix/html/app/partials/js/configuration.valuemap.js.php +file path=usr/share/zabbix/html/app/partials/js/scheduledreport.formgrid.js.php +file path=usr/share/zabbix/html/app/partials/js/scheduledreport.subscription.js.php +file path=usr/share/zabbix/html/app/partials/layout.htmlpage.aside.php +file path=usr/share/zabbix/html/app/partials/layout.htmlpage.footer.php +file path=usr/share/zabbix/html/app/partials/layout.htmlpage.header.php +file path=usr/share/zabbix/html/app/partials/massupdate.macros.tab.php +file path=usr/share/zabbix/html/app/partials/massupdate.valuemaps.tab.php +file path=usr/share/zabbix/html/app/partials/monitoring.charts.subfilter.php +file path=usr/share/zabbix/html/app/partials/monitoring.host.filter.php +file path=usr/share/zabbix/html/app/partials/monitoring.host.view.html.php +file path=usr/share/zabbix/html/app/partials/monitoring.latest.filter.php +file path=usr/share/zabbix/html/app/partials/monitoring.latest.subfilter.php +file path=usr/share/zabbix/html/app/partials/monitoring.latest.view.html.php +file path=usr/share/zabbix/html/app/partials/monitoring.problem.filter.php +file path=usr/share/zabbix/html/app/partials/monitoring.problem.view.html.php +file path=usr/share/zabbix/html/app/partials/scheduledreport.formgrid.html.php +file path=usr/share/zabbix/html/app/partials/scheduledreport.subscription.php +file path=usr/share/zabbix/html/app/partials/scheduledreport.table.html.php +file path=usr/share/zabbix/html/app/partials/service.info.php +file path=usr/share/zabbix/html/app/partials/service.list.edit.php +file path=usr/share/zabbix/html/app/partials/service.list.php +file path=usr/share/zabbix/html/app/partials/tags.list.html.php +file path=usr/share/zabbix/html/app/partials/timeselector.filter.php +file path=usr/share/zabbix/html/app/partials/trigger.edit.dependencies.tab.php +file path=usr/share/zabbix/html/app/partials/trigger.edit.trigger.tab.php +file path=usr/share/zabbix/html/app/partials/usergroup.tagfilters.php +file path=usr/share/zabbix/html/app/views/action.list.php +file path=usr/share/zabbix/html/app/views/administration.audit.settings.edit.php +file path=usr/share/zabbix/html/app/views/administration.authentication.edit.php +file path=usr/share/zabbix/html/app/views/administration.autoreg.edit.php +file path=usr/share/zabbix/html/app/views/administration.geomaps.edit.php +file path=usr/share/zabbix/html/app/views/administration.gui.edit.php +file path=usr/share/zabbix/html/app/views/administration.housekeeping.edit.php +file path=usr/share/zabbix/html/app/views/administration.iconmap.edit.php +file path=usr/share/zabbix/html/app/views/administration.iconmap.list.php +file path=usr/share/zabbix/html/app/views/administration.image.edit.php +file path=usr/share/zabbix/html/app/views/administration.image.list.php +file path=usr/share/zabbix/html/app/views/administration.macros.edit.php +file path=usr/share/zabbix/html/app/views/administration.miscconfig.edit.php +file path=usr/share/zabbix/html/app/views/administration.proxy.list.php +file path=usr/share/zabbix/html/app/views/administration.proxygroup.list.php +file path=usr/share/zabbix/html/app/views/administration.queue.details.php +file path=usr/share/zabbix/html/app/views/administration.queue.overview.php +file path=usr/share/zabbix/html/app/views/administration.queue.overview.proxy.php +file path=usr/share/zabbix/html/app/views/administration.regex.edit.php +file path=usr/share/zabbix/html/app/views/administration.regex.list.php +file path=usr/share/zabbix/html/app/views/administration.script.edit.php +file path=usr/share/zabbix/html/app/views/administration.script.list.php +file path=usr/share/zabbix/html/app/views/administration.timeouts.edit.php +file path=usr/share/zabbix/html/app/views/administration.token.list.php +file path=usr/share/zabbix/html/app/views/administration.trigdisplay.edit.php +file path=usr/share/zabbix/html/app/views/administration.user.edit.php +file path=usr/share/zabbix/html/app/views/administration.user.list.php +file path=usr/share/zabbix/html/app/views/administration.user.token.list.php +file path=usr/share/zabbix/html/app/views/administration.userrole.edit.php +file path=usr/share/zabbix/html/app/views/administration.userrole.list.php +file path=usr/share/zabbix/html/app/views/configuration.dashboard.edit.php +file path=usr/share/zabbix/html/app/views/configuration.dashboard.list.php +file path=usr/share/zabbix/html/app/views/configuration.discovery.edit.php +file path=usr/share/zabbix/html/app/views/configuration.discovery.list.php +file path=usr/share/zabbix/html/app/views/configuration.host.edit.php +file path=usr/share/zabbix/html/app/views/configuration.host.list.php +file path=usr/share/zabbix/html/app/views/configuration.hostgroup.edit.php +file path=usr/share/zabbix/html/app/views/configuration.hostgroup.list.php +file path=usr/share/zabbix/html/app/views/configuration.templategroup.edit.php +file path=usr/share/zabbix/html/app/views/configuration.templategroup.list.php +file path=usr/share/zabbix/html/app/views/connector.edit.php +file path=usr/share/zabbix/html/app/views/connector.list.php +file path=usr/share/zabbix/html/app/views/copy.edit.php +file path=usr/share/zabbix/html/app/views/correlation.condition.edit.php +file path=usr/share/zabbix/html/app/views/correlation.edit.php +file path=usr/share/zabbix/html/app/views/correlation.list.php +file path=usr/share/zabbix/html/app/views/dashboard.page.properties.edit.php +file path=usr/share/zabbix/html/app/views/dashboard.properties.edit.php +file path=usr/share/zabbix/html/app/views/discovery.check.edit.php +file path=usr/share/zabbix/html/app/views/hintbox.actionlist.php +file path=usr/share/zabbix/html/app/views/hintbox.eventlist.php +file path=usr/share/zabbix/html/app/views/hostmacros.list.php +file path=usr/share/zabbix/html/app/views/item.edit.php +file path=usr/share/zabbix/html/app/views/item.list.php +file path=usr/share/zabbix/html/app/views/item.massupdate.php +file path=usr/share/zabbix/html/app/views/item.prototype.edit.php +file path=usr/share/zabbix/html/app/views/item.prototype.list.php +file path=usr/share/zabbix/html/app/views/item.tags.list.php +file path=usr/share/zabbix/html/app/views/js/action.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.audit.settings.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.authentication.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.autoreg.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.geomaps.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.gui.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.housekeeping.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.iconmap.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.image.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.image.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.macros.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.miscconfig.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.proxy.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.proxygroup.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.regex.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.script.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.script.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.timeouts.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.token.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.trigdisplay.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.user.edit.common.js.php +file path=usr/share/zabbix/html/app/views/js/administration.user.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.user.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.user.token.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.userprofile.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.userrole.edit.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.dashboard.edit.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.dashboard.list.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.discovery.edit.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.discovery.list.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.host.edit.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.host.list.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.hostgroup.edit.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.hostgroup.list.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.templategroup.edit.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.templategroup.list.js.php +file path=usr/share/zabbix/html/app/views/js/connector.edit.js.php +file path=usr/share/zabbix/html/app/views/js/connector.list.js.php +file path=usr/share/zabbix/html/app/views/js/copy.edit.js.php +file path=usr/share/zabbix/html/app/views/js/correlation.condition.edit.js.php +file path=usr/share/zabbix/html/app/views/js/correlation.edit.js.php +file path=usr/share/zabbix/html/app/views/js/correlation.list.js.php +file path=usr/share/zabbix/html/app/views/js/discovery.check.edit.js.php +file path=usr/share/zabbix/html/app/views/js/item.edit.js.php +file path=usr/share/zabbix/html/app/views/js/item.list.js.php +file path=usr/share/zabbix/html/app/views/js/item.massupdate.js.php +file path=usr/share/zabbix/html/app/views/js/item.prototype.list.js.php +file path=usr/share/zabbix/html/app/views/js/maintenance.edit.js.php +file path=usr/share/zabbix/html/app/views/js/maintenance.list.js.php +file path=usr/share/zabbix/html/app/views/js/maintenance.timeperiod.edit.js.php +file path=usr/share/zabbix/html/app/views/js/mediatype.edit.js.php +file path=usr/share/zabbix/html/app/views/js/mediatype.list.js.php +file path=usr/share/zabbix/html/app/views/js/mediatype.message.edit.js.php +file path=usr/share/zabbix/html/app/views/js/mediatype.test.edit.js.php +file path=usr/share/zabbix/html/app/views/js/mfa.edit.js.php +file path=usr/share/zabbix/html/app/views/js/module.edit.js.php +file path=usr/share/zabbix/html/app/views/js/module.list.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.charts.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.dashboard.print.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.dashboard.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.discovery.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.host.dashboard.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.host.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.latest.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.map.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.problem.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.web.view.js.php +file path=usr/share/zabbix/html/app/views/js/popup.acknowledge.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.action.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.condition.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.dashboard.share.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.discovery.check.js.php +file path=usr/share/zabbix/html/app/views/js/popup.generic.js.php +file path=usr/share/zabbix/html/app/views/js/popup.host.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.hostgroup.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.import.compare.js.php +file path=usr/share/zabbix/html/app/views/js/popup.import.js.php +file path=usr/share/zabbix/html/app/views/js/popup.itemtestedit.view.js.php +file path=usr/share/zabbix/html/app/views/js/popup.ldap.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.ldap.test.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.massupdate.js.php +file path=usr/share/zabbix/html/app/views/js/popup.massupdate.macros.js.php +file path=usr/share/zabbix/html/app/views/js/popup.massupdate.tmpl.js.php +file path=usr/share/zabbix/html/app/views/js/popup.media.js.php +file path=usr/share/zabbix/html/app/views/js/popup.mediatypemapping.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.operation.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.proxy.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.proxygroup.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.scheduledreport.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.scheduledreport.subscription.js.php +file path=usr/share/zabbix/html/app/views/js/popup.scriptexec.js.php +file path=usr/share/zabbix/html/app/views/js/popup.service.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.service.statusrule.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.services.js.php +file path=usr/share/zabbix/html/app/views/js/popup.sla.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.sla.excludeddowntime.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.tabfilter.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.templategroup.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.token.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.triggerexpr.js.php +file path=usr/share/zabbix/html/app/views/js/popup.usergroupmapping.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.valuemap.edit.js.php +file path=usr/share/zabbix/html/app/views/js/reports.actionlog.list.js.php +file path=usr/share/zabbix/html/app/views/js/reports.auditlog.list.js.php +file path=usr/share/zabbix/html/app/views/js/reports.scheduledreport.edit.js.php +file path=usr/share/zabbix/html/app/views/js/reports.toptriggers.list.js.php +file path=usr/share/zabbix/html/app/views/js/script.userinput.edit.js.php +file path=usr/share/zabbix/html/app/views/js/search.js.php +file path=usr/share/zabbix/html/app/views/js/service.list.js.php +file path=usr/share/zabbix/html/app/views/js/sla.list.js.php +file path=usr/share/zabbix/html/app/views/js/slareport.list.js.php +file path=usr/share/zabbix/html/app/views/js/template.edit.js.php +file path=usr/share/zabbix/html/app/views/js/template.list.js.php +file path=usr/share/zabbix/html/app/views/js/trigger.edit.js.php +file path=usr/share/zabbix/html/app/views/js/trigger.list.js.php +file path=usr/share/zabbix/html/app/views/js/trigger.massupdate.js.php +file path=usr/share/zabbix/html/app/views/js/trigger.prototype.list.js.php +file path=usr/share/zabbix/html/app/views/js/usergroup.edit.js.php +file path=usr/share/zabbix/html/app/views/js/usergroup.tagfilter.edit.js.php +file path=usr/share/zabbix/html/app/views/js/webscenario.step.edit.js.php +file path=usr/share/zabbix/html/app/views/layout.csv.php +file path=usr/share/zabbix/html/app/views/layout.export.php +file path=usr/share/zabbix/html/app/views/layout.htmlpage.php +file path=usr/share/zabbix/html/app/views/layout.image.php +file path=usr/share/zabbix/html/app/views/layout.javascript.php +file path=usr/share/zabbix/html/app/views/layout.json.php +file path=usr/share/zabbix/html/app/views/layout.print.php +file path=usr/share/zabbix/html/app/views/layout.warning.php +file path=usr/share/zabbix/html/app/views/layout.widget.php +file path=usr/share/zabbix/html/app/views/maintenance.edit.php +file path=usr/share/zabbix/html/app/views/maintenance.list.php +file path=usr/share/zabbix/html/app/views/maintenance.timeperiod.edit.php +file path=usr/share/zabbix/html/app/views/mediatype.edit.php +file path=usr/share/zabbix/html/app/views/mediatype.list.php +file path=usr/share/zabbix/html/app/views/mediatype.message.edit.php +file path=usr/share/zabbix/html/app/views/mediatype.test.edit.php +file path=usr/share/zabbix/html/app/views/mfa.edit.php +file path=usr/share/zabbix/html/app/views/module.edit.php +file path=usr/share/zabbix/html/app/views/module.list.php +file path=usr/share/zabbix/html/app/views/monitoring.charts.view.json.php +file path=usr/share/zabbix/html/app/views/monitoring.charts.view.php +file path=usr/share/zabbix/html/app/views/monitoring.dashboard.list.php +file path=usr/share/zabbix/html/app/views/monitoring.dashboard.print.php +file path=usr/share/zabbix/html/app/views/monitoring.dashboard.view.php +file path=usr/share/zabbix/html/app/views/monitoring.discovery.view.php +file path=usr/share/zabbix/html/app/views/monitoring.host.dashboard.view.php +file path=usr/share/zabbix/html/app/views/monitoring.host.view.php +file path=usr/share/zabbix/html/app/views/monitoring.host.view.refresh.php +file path=usr/share/zabbix/html/app/views/monitoring.latest.view.php +file path=usr/share/zabbix/html/app/views/monitoring.latest.view.refresh.php +file path=usr/share/zabbix/html/app/views/monitoring.map.view.php +file path=usr/share/zabbix/html/app/views/monitoring.problem.view.php +file path=usr/share/zabbix/html/app/views/monitoring.problem.view.refresh.php +file path=usr/share/zabbix/html/app/views/monitoring.web.view.php +file path=usr/share/zabbix/html/app/views/popup.acknowledge.edit.php +file path=usr/share/zabbix/html/app/views/popup.action.edit.php +file path=usr/share/zabbix/html/app/views/popup.action.operations.list.php +file path=usr/share/zabbix/html/app/views/popup.condition.edit.php +file path=usr/share/zabbix/html/app/views/popup.dashboard.share.edit.php +file path=usr/share/zabbix/html/app/views/popup.discovery.check.php +file path=usr/share/zabbix/html/app/views/popup.generic.php +file path=usr/share/zabbix/html/app/views/popup.host.edit.php +file path=usr/share/zabbix/html/app/views/popup.hostgroup.edit.php +file path=usr/share/zabbix/html/app/views/popup.import.compare.php +file path=usr/share/zabbix/html/app/views/popup.import.php +file path=usr/share/zabbix/html/app/views/popup.itemtestedit.view.php +file path=usr/share/zabbix/html/app/views/popup.ldap.edit.php +file path=usr/share/zabbix/html/app/views/popup.ldap.test.edit.php +file path=usr/share/zabbix/html/app/views/popup.lldoperation.php +file path=usr/share/zabbix/html/app/views/popup.lldoverride.php +file path=usr/share/zabbix/html/app/views/popup.massupdate.host.php +file path=usr/share/zabbix/html/app/views/popup.massupdate.service.php +file path=usr/share/zabbix/html/app/views/popup.media.php +file path=usr/share/zabbix/html/app/views/popup.mediatypemapping.edit.php +file path=usr/share/zabbix/html/app/views/popup.operation.edit.php +file path=usr/share/zabbix/html/app/views/popup.proxy.edit.php +file path=usr/share/zabbix/html/app/views/popup.proxygroup.edit.php +file path=usr/share/zabbix/html/app/views/popup.scheduledreport.edit.php +file path=usr/share/zabbix/html/app/views/popup.scheduledreport.list.php +file path=usr/share/zabbix/html/app/views/popup.scheduledreport.subscription.php +file path=usr/share/zabbix/html/app/views/popup.scheduledreport.test.php +file path=usr/share/zabbix/html/app/views/popup.scriptexec.php +file path=usr/share/zabbix/html/app/views/popup.service.edit.php +file path=usr/share/zabbix/html/app/views/popup.service.statusrule.edit.php +file path=usr/share/zabbix/html/app/views/popup.services.php +file path=usr/share/zabbix/html/app/views/popup.sla.edit.php +file path=usr/share/zabbix/html/app/views/popup.sla.excludeddowntime.edit.php +file path=usr/share/zabbix/html/app/views/popup.tabfilter.edit.php +file path=usr/share/zabbix/html/app/views/popup.templategroup.edit.php +file path=usr/share/zabbix/html/app/views/popup.testtriggerexpr.php +file path=usr/share/zabbix/html/app/views/popup.token.edit.php +file path=usr/share/zabbix/html/app/views/popup.token.view.php +file path=usr/share/zabbix/html/app/views/popup.triggerexpr.php +file path=usr/share/zabbix/html/app/views/popup.usergroupmapping.edit.php +file path=usr/share/zabbix/html/app/views/popup.valuemap.edit.php +file path=usr/share/zabbix/html/app/views/popup.view.php +file path=usr/share/zabbix/html/app/views/report.status.php +file path=usr/share/zabbix/html/app/views/reports.actionlog.list.csv.php +file path=usr/share/zabbix/html/app/views/reports.actionlog.list.php +file path=usr/share/zabbix/html/app/views/reports.auditlog.list.php +file path=usr/share/zabbix/html/app/views/reports.scheduledreport.edit.php +file path=usr/share/zabbix/html/app/views/reports.scheduledreport.list.php +file path=usr/share/zabbix/html/app/views/reports.toptriggers.list.php +file path=usr/share/zabbix/html/app/views/script.userinput.edit.php +file path=usr/share/zabbix/html/app/views/search.php +file path=usr/share/zabbix/html/app/views/service.list.edit.php +file path=usr/share/zabbix/html/app/views/service.list.edit.refresh.php +file path=usr/share/zabbix/html/app/views/service.list.php +file path=usr/share/zabbix/html/app/views/service.list.refresh.php +file path=usr/share/zabbix/html/app/views/sla.list.php +file path=usr/share/zabbix/html/app/views/slareport.list.php +file path=usr/share/zabbix/html/app/views/system.warning.php +file path=usr/share/zabbix/html/app/views/template.edit.php +file path=usr/share/zabbix/html/app/views/template.list.php +file path=usr/share/zabbix/html/app/views/template.massupdate.php +file path=usr/share/zabbix/html/app/views/trigger.edit.php +file path=usr/share/zabbix/html/app/views/trigger.expression.constructor.php +file path=usr/share/zabbix/html/app/views/trigger.list.php +file path=usr/share/zabbix/html/app/views/trigger.massupdate.php +file path=usr/share/zabbix/html/app/views/trigger.prototype.edit.php +file path=usr/share/zabbix/html/app/views/trigger.prototype.list.php +file path=usr/share/zabbix/html/app/views/usergroup.edit.php +file path=usr/share/zabbix/html/app/views/usergroup.list.php +file path=usr/share/zabbix/html/app/views/usergroup.tagfilter.edit.php +file path=usr/share/zabbix/html/app/views/usergroup.tagfilter.list.php +file path=usr/share/zabbix/html/app/views/webscenario.step.edit.php +file path=usr/share/zabbix/html/app/views/widget.edit.php +file path=usr/share/zabbix/html/app/views/widget.view.php +file path=usr/share/zabbix/html/assets/fonts/DejaVuSans.ttf +file path=usr/share/zabbix/html/assets/fonts/zabbix-icons.svg +file path=usr/share/zabbix/html/assets/fonts/zabbix-icons.ttf +file path=usr/share/zabbix/html/assets/fonts/zabbix-icons.woff +file path=usr/share/zabbix/html/assets/fonts/zabbix-icons.woff2 +file path=usr/share/zabbix/html/assets/img/apple-touch-icon-120x120-precomposed.png +file path=usr/share/zabbix/html/assets/img/apple-touch-icon-152x152-precomposed.png +file path=usr/share/zabbix/html/assets/img/apple-touch-icon-180x180-precomposed.png +file path=usr/share/zabbix/html/assets/img/apple-touch-icon-76x76-precomposed.png +file path=usr/share/zabbix/html/assets/img/browser-sprite.png +file path=usr/share/zabbix/html/assets/img/ms-tile-144x144.png +file path=usr/share/zabbix/html/assets/img/touch-icon-192x192.png +file path=usr/share/zabbix/html/assets/styles/blue-theme.css +file path=usr/share/zabbix/html/assets/styles/dark-theme.css +file path=usr/share/zabbix/html/assets/styles/hc-dark.css +file path=usr/share/zabbix/html/assets/styles/hc-light.css +file path=usr/share/zabbix/html/assets/styles/vendors/Leaflet/LICENSE +file path=usr/share/zabbix/html/assets/styles/vendors/Leaflet/leaflet.css +file path=usr/share/zabbix/html/audio/alarm_average.mp3 +file path=usr/share/zabbix/html/audio/alarm_disaster.mp3 +file path=usr/share/zabbix/html/audio/alarm_high.mp3 +file path=usr/share/zabbix/html/audio/alarm_information.mp3 +file path=usr/share/zabbix/html/audio/alarm_ok.mp3 +file path=usr/share/zabbix/html/audio/alarm_warning.mp3 +file path=usr/share/zabbix/html/audio/no_sound.mp3 +file path=usr/share/zabbix/html/browserwarning.php +file path=usr/share/zabbix/html/chart.php +file path=usr/share/zabbix/html/chart2.php +file path=usr/share/zabbix/html/chart3.php +file path=usr/share/zabbix/html/chart4.php +file path=usr/share/zabbix/html/chart6.php +file path=usr/share/zabbix/html/chart7.php +file path=usr/share/zabbix/html/composer.json +file path=usr/share/zabbix/html/composer.lock +file path=usr/share/zabbix/html/conf/.htaccess +file path=usr/share/zabbix/html/conf/maintenance.inc.php +file path=usr/share/zabbix/html/conf/zabbix.conf.php.example +file path=usr/share/zabbix/html/data/top_passwords.txt +file path=usr/share/zabbix/html/favicon.ico +file path=usr/share/zabbix/html/graphs.php +file path=usr/share/zabbix/html/history.php +file path=usr/share/zabbix/html/host_discovery.php +file path=usr/share/zabbix/html/host_prototypes.php +file path=usr/share/zabbix/html/hostinventories.php +file path=usr/share/zabbix/html/hostinventoriesoverview.php +file path=usr/share/zabbix/html/httpconf.php +file path=usr/share/zabbix/html/httpdetails.php +file path=usr/share/zabbix/html/image.php +file path=usr/share/zabbix/html/imgstore.php +file path=usr/share/zabbix/html/include/.htaccess +file path=usr/share/zabbix/html/include/actions.inc.php +file path=usr/share/zabbix/html/include/blocks.inc.php +file path=usr/share/zabbix/html/include/classes/api/API.php +file path=usr/share/zabbix/html/include/classes/api/APIException.php +file path=usr/share/zabbix/html/include/classes/api/CApiClientResponse.php +file path=usr/share/zabbix/html/include/classes/api/CApiService.php +file path=usr/share/zabbix/html/include/classes/api/CApiServiceFactory.php +file path=usr/share/zabbix/html/include/classes/api/CAudit.php +file path=usr/share/zabbix/html/include/classes/api/CAuditOld.php +file path=usr/share/zabbix/html/include/classes/api/CItemTypeFactory.php +file path=usr/share/zabbix/html/include/classes/api/CRelationMap.php +file path=usr/share/zabbix/html/include/classes/api/clients/CApiClient.php +file path=usr/share/zabbix/html/include/classes/api/clients/CLocalApiClient.php +file path=usr/share/zabbix/html/include/classes/api/helpers/CApiHostHelper.php +file path=usr/share/zabbix/html/include/classes/api/helpers/CApiTagHelper.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemType.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeBrowser.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeCalculated.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeDbMonitor.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeDependent.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeExternal.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeHttpAgent.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeInternal.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeIpmi.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeJmx.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeScript.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeSimple.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeSnmp.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeSnmpTrap.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeSsh.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeTelnet.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeTrapper.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeZabbix.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeZabbixActive.php +file path=usr/share/zabbix/html/include/classes/api/managers/CGraphManager.php +file path=usr/share/zabbix/html/include/classes/api/managers/CGraphPrototypeManager.php +file path=usr/share/zabbix/html/include/classes/api/managers/CHistoryManager.php +file path=usr/share/zabbix/html/include/classes/api/managers/CHttpTestManager.php +file path=usr/share/zabbix/html/include/classes/api/managers/CTriggerManager.php +file path=usr/share/zabbix/html/include/classes/api/managers/CTriggerPrototypeManager.php +file path=usr/share/zabbix/html/include/classes/api/services/CAPIInfo.php +file path=usr/share/zabbix/html/include/classes/api/services/CAction.php +file path=usr/share/zabbix/html/include/classes/api/services/CAlert.php +file path=usr/share/zabbix/html/include/classes/api/services/CAuditLog.php +file path=usr/share/zabbix/html/include/classes/api/services/CAuthentication.php +file path=usr/share/zabbix/html/include/classes/api/services/CAutoregistration.php +file path=usr/share/zabbix/html/include/classes/api/services/CConfiguration.php +file path=usr/share/zabbix/html/include/classes/api/services/CConnector.php +file path=usr/share/zabbix/html/include/classes/api/services/CCorrelation.php +file path=usr/share/zabbix/html/include/classes/api/services/CDCheck.php +file path=usr/share/zabbix/html/include/classes/api/services/CDHost.php +file path=usr/share/zabbix/html/include/classes/api/services/CDRule.php +file path=usr/share/zabbix/html/include/classes/api/services/CDService.php +file path=usr/share/zabbix/html/include/classes/api/services/CDashboard.php +file path=usr/share/zabbix/html/include/classes/api/services/CDashboardGeneral.php +file path=usr/share/zabbix/html/include/classes/api/services/CDiscoveryRule.php +file path=usr/share/zabbix/html/include/classes/api/services/CEvent.php +file path=usr/share/zabbix/html/include/classes/api/services/CGraph.php +file path=usr/share/zabbix/html/include/classes/api/services/CGraphGeneral.php +file path=usr/share/zabbix/html/include/classes/api/services/CGraphItem.php +file path=usr/share/zabbix/html/include/classes/api/services/CGraphPrototype.php +file path=usr/share/zabbix/html/include/classes/api/services/CHaNode.php +file path=usr/share/zabbix/html/include/classes/api/services/CHistory.php +file path=usr/share/zabbix/html/include/classes/api/services/CHost.php +file path=usr/share/zabbix/html/include/classes/api/services/CHostBase.php +file path=usr/share/zabbix/html/include/classes/api/services/CHostGeneral.php +file path=usr/share/zabbix/html/include/classes/api/services/CHostGroup.php +file path=usr/share/zabbix/html/include/classes/api/services/CHostInterface.php +file path=usr/share/zabbix/html/include/classes/api/services/CHostPrototype.php +file path=usr/share/zabbix/html/include/classes/api/services/CHousekeeping.php +file path=usr/share/zabbix/html/include/classes/api/services/CHttpTest.php +file path=usr/share/zabbix/html/include/classes/api/services/CIconMap.php +file path=usr/share/zabbix/html/include/classes/api/services/CImage.php +file path=usr/share/zabbix/html/include/classes/api/services/CItem.php +file path=usr/share/zabbix/html/include/classes/api/services/CItemGeneral.php +file path=usr/share/zabbix/html/include/classes/api/services/CItemPrototype.php +file path=usr/share/zabbix/html/include/classes/api/services/CMaintenance.php +file path=usr/share/zabbix/html/include/classes/api/services/CMap.php +file path=usr/share/zabbix/html/include/classes/api/services/CMapElement.php +file path=usr/share/zabbix/html/include/classes/api/services/CMediatype.php +file path=usr/share/zabbix/html/include/classes/api/services/CMfa.php +file path=usr/share/zabbix/html/include/classes/api/services/CModule.php +file path=usr/share/zabbix/html/include/classes/api/services/CProblem.php +file path=usr/share/zabbix/html/include/classes/api/services/CProxy.php +file path=usr/share/zabbix/html/include/classes/api/services/CProxyGroup.php +file path=usr/share/zabbix/html/include/classes/api/services/CRegexp.php +file path=usr/share/zabbix/html/include/classes/api/services/CReport.php +file path=usr/share/zabbix/html/include/classes/api/services/CRole.php +file path=usr/share/zabbix/html/include/classes/api/services/CScript.php +file path=usr/share/zabbix/html/include/classes/api/services/CService.php +file path=usr/share/zabbix/html/include/classes/api/services/CSettings.php +file path=usr/share/zabbix/html/include/classes/api/services/CSla.php +file path=usr/share/zabbix/html/include/classes/api/services/CTask.php +file path=usr/share/zabbix/html/include/classes/api/services/CTemplate.php +file path=usr/share/zabbix/html/include/classes/api/services/CTemplateDashboard.php +file path=usr/share/zabbix/html/include/classes/api/services/CTemplateGroup.php +file path=usr/share/zabbix/html/include/classes/api/services/CToken.php +file path=usr/share/zabbix/html/include/classes/api/services/CTrend.php +file path=usr/share/zabbix/html/include/classes/api/services/CTrigger.php +file path=usr/share/zabbix/html/include/classes/api/services/CTriggerGeneral.php +file path=usr/share/zabbix/html/include/classes/api/services/CTriggerPrototype.php +file path=usr/share/zabbix/html/include/classes/api/services/CUser.php +file path=usr/share/zabbix/html/include/classes/api/services/CUserDirectory.php +file path=usr/share/zabbix/html/include/classes/api/services/CUserGroup.php +file path=usr/share/zabbix/html/include/classes/api/services/CUserMacro.php +file path=usr/share/zabbix/html/include/classes/api/services/CValueMap.php +file path=usr/share/zabbix/html/include/classes/api/wrappers/CApiWrapper.php +file path=usr/share/zabbix/html/include/classes/api/wrappers/CFrontendApiWrapper.php +file path=usr/share/zabbix/html/include/classes/core/APP.php +file path=usr/share/zabbix/html/include/classes/core/CAjaxResponse.php +file path=usr/share/zabbix/html/include/classes/core/CAutoloader.php +file path=usr/share/zabbix/html/include/classes/core/CComponentRegistry.php +file path=usr/share/zabbix/html/include/classes/core/CConfigFile.php +file path=usr/share/zabbix/html/include/classes/core/CCookieSession.php +file path=usr/share/zabbix/html/include/classes/core/CEncryptedCookieSession.php +file path=usr/share/zabbix/html/include/classes/core/CHttpRequest.php +file path=usr/share/zabbix/html/include/classes/core/CJsonRpc.php +file path=usr/share/zabbix/html/include/classes/core/CModule.php +file path=usr/share/zabbix/html/include/classes/core/CModuleManager.php +file path=usr/share/zabbix/html/include/classes/core/CRegistryFactory.php +file path=usr/share/zabbix/html/include/classes/core/CWidget.php +file path=usr/share/zabbix/html/include/classes/core/ConfigFileException.php +file path=usr/share/zabbix/html/include/classes/core/Manager.php +file path=usr/share/zabbix/html/include/classes/core/ZBase.php +file path=usr/share/zabbix/html/include/classes/data/CAggFunctionData.php +file path=usr/share/zabbix/html/include/classes/data/CHistFunctionData.php +file path=usr/share/zabbix/html/include/classes/data/CItemData.php +file path=usr/share/zabbix/html/include/classes/data/CMathFunctionData.php +file path=usr/share/zabbix/html/include/classes/data/CWidgetsData.php +file path=usr/share/zabbix/html/include/classes/db/DB.php +file path=usr/share/zabbix/html/include/classes/db/DBException.php +file path=usr/share/zabbix/html/include/classes/db/DbBackend.php +file path=usr/share/zabbix/html/include/classes/db/MysqlDbBackend.php +file path=usr/share/zabbix/html/include/classes/db/OracleDbBackend.php +file path=usr/share/zabbix/html/include/classes/db/PostgresqlDbBackend.php +file path=usr/share/zabbix/html/include/classes/debug/CProfiler.php +file path=usr/share/zabbix/html/include/classes/export/CConfigurationExport.php +file path=usr/share/zabbix/html/include/classes/export/CConfigurationExportBuilder.php +file path=usr/share/zabbix/html/include/classes/export/CConfigurationExportException.php +file path=usr/share/zabbix/html/include/classes/export/writers/CExportWriter.php +file path=usr/share/zabbix/html/include/classes/export/writers/CExportWriterFactory.php +file path=usr/share/zabbix/html/include/classes/export/writers/CJsonExportWriter.php +file path=usr/share/zabbix/html/include/classes/export/writers/CRawExportWriter.php +file path=usr/share/zabbix/html/include/classes/export/writers/CXmlExportWriter.php +file path=usr/share/zabbix/html/include/classes/export/writers/CYamlExportWriter.php +file path=usr/share/zabbix/html/include/classes/graph/CSvgGraph.php +file path=usr/share/zabbix/html/include/classes/graphdraw/CGraphDraw.php +file path=usr/share/zabbix/html/include/classes/graphdraw/CLineGraphDraw.php +file path=usr/share/zabbix/html/include/classes/graphdraw/CPieGraphDraw.php +file path=usr/share/zabbix/html/include/classes/helpers/CArrayHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CAuthenticationHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CBrandHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CConditionHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CCookieHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CCorrelationHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CCsrfTokenHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CCuid.php +file path=usr/share/zabbix/html/include/classes/helpers/CDashboardHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CDataCacheHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CDocHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CElasticsearchHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CEncryptHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CGraphGeneralHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CGraphHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CGraphPrototypeHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CHintBoxHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CHostPrototypeHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CHousekeepingHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CItemGeneralHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CItemHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CItemPrototypeHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CLldRuleHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CMaintenanceHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CMapHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CMathHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CMediatypeHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CMenuHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CMenuPopupHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CMessageHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CPagerHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CRegexHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CRoleHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CServiceHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CSessionHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CSettingsHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CSeverityHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CSlaHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CSystemInfoHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CTagFilterFieldHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CTemplateHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CTimePeriodHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CTimezoneHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CTriggerGeneralHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CTriggerHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CTriggerPrototypeHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CUploadFile.php +file path=usr/share/zabbix/html/include/classes/helpers/CValueMapHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CViewHelper.php +file path=usr/share/zabbix/html/include/classes/html/CActionButtonList.php +file path=usr/share/zabbix/html/include/classes/html/CBarGauge.php +file path=usr/share/zabbix/html/include/classes/html/CBreadcrumbs.php +file path=usr/share/zabbix/html/include/classes/html/CButton.php +file path=usr/share/zabbix/html/include/classes/html/CButtonCancel.php +file path=usr/share/zabbix/html/include/classes/html/CButtonDelete.php +file path=usr/share/zabbix/html/include/classes/html/CButtonDropdown.php +file path=usr/share/zabbix/html/include/classes/html/CButtonExport.php +file path=usr/share/zabbix/html/include/classes/html/CButtonIcon.php +file path=usr/share/zabbix/html/include/classes/html/CButtonLink.php +file path=usr/share/zabbix/html/include/classes/html/CButtonQMessage.php +file path=usr/share/zabbix/html/include/classes/html/CCheckBox.php +file path=usr/share/zabbix/html/include/classes/html/CCheckBoxList.php +file path=usr/share/zabbix/html/include/classes/html/CClock.php +file path=usr/share/zabbix/html/include/classes/html/CCol.php +file path=usr/share/zabbix/html/include/classes/html/CColHeader.php +file path=usr/share/zabbix/html/include/classes/html/CColor.php +file path=usr/share/zabbix/html/include/classes/html/CDateSelector.php +file path=usr/share/zabbix/html/include/classes/html/CDiv.php +file path=usr/share/zabbix/html/include/classes/html/CExpandableSubfilter.php +file path=usr/share/zabbix/html/include/classes/html/CFile.php +file path=usr/share/zabbix/html/include/classes/html/CFilter.php +file path=usr/share/zabbix/html/include/classes/html/CForm.php +file path=usr/share/zabbix/html/include/classes/html/CFormActions.php +file path=usr/share/zabbix/html/include/classes/html/CFormField.php +file path=usr/share/zabbix/html/include/classes/html/CFormFieldset.php +file path=usr/share/zabbix/html/include/classes/html/CFormFieldsetCollapsible.php +file path=usr/share/zabbix/html/include/classes/html/CFormGrid.php +file path=usr/share/zabbix/html/include/classes/html/CFormList.php +file path=usr/share/zabbix/html/include/classes/html/CHorList.php +file path=usr/share/zabbix/html/include/classes/html/CHostAvailability.php +file path=usr/share/zabbix/html/include/classes/html/CHtmlEntity.php +file path=usr/share/zabbix/html/include/classes/html/CHtmlPage.php +file path=usr/share/zabbix/html/include/classes/html/CHtmlPageHeader.php +file path=usr/share/zabbix/html/include/classes/html/CIFrame.php +file path=usr/share/zabbix/html/include/classes/html/CIcon.php +file path=usr/share/zabbix/html/include/classes/html/CImageTextTable.php +file path=usr/share/zabbix/html/include/classes/html/CImg.php +file path=usr/share/zabbix/html/include/classes/html/CInput.php +file path=usr/share/zabbix/html/include/classes/html/CInputSecret.php +file path=usr/share/zabbix/html/include/classes/html/CJsScript.php +file path=usr/share/zabbix/html/include/classes/html/CLabel.php +file path=usr/share/zabbix/html/include/classes/html/CLink.php +file path=usr/share/zabbix/html/include/classes/html/CLinkAction.php +file path=usr/share/zabbix/html/include/classes/html/CList.php +file path=usr/share/zabbix/html/include/classes/html/CListItem.php +file path=usr/share/zabbix/html/include/classes/html/CMacroValue.php +file path=usr/share/zabbix/html/include/classes/html/CMenu.php +file path=usr/share/zabbix/html/include/classes/html/CMenuItem.php +file path=usr/share/zabbix/html/include/classes/html/CMultiSelect.php +file path=usr/share/zabbix/html/include/classes/html/CMultilineInput.php +file path=usr/share/zabbix/html/include/classes/html/CNumericBox.php +file path=usr/share/zabbix/html/include/classes/html/CObject.php +file path=usr/share/zabbix/html/include/classes/html/CPassBox.php +file path=usr/share/zabbix/html/include/classes/html/CPatternSelect.php +file path=usr/share/zabbix/html/include/classes/html/CPre.php +file path=usr/share/zabbix/html/include/classes/html/CRadioButtonList.php +file path=usr/share/zabbix/html/include/classes/html/CRangeControl.php +file path=usr/share/zabbix/html/include/classes/html/CRedirectButton.php +file path=usr/share/zabbix/html/include/classes/html/CRow.php +file path=usr/share/zabbix/html/include/classes/html/CRowHeader.php +file path=usr/share/zabbix/html/include/classes/html/CScriptTag.php +file path=usr/share/zabbix/html/include/classes/html/CSection.php +file path=usr/share/zabbix/html/include/classes/html/CSectionCollapsible.php +file path=usr/share/zabbix/html/include/classes/html/CSelect.php +file path=usr/share/zabbix/html/include/classes/html/CSelectOption.php +file path=usr/share/zabbix/html/include/classes/html/CSelectOptionGroup.php +file path=usr/share/zabbix/html/include/classes/html/CSeverity.php +file path=usr/share/zabbix/html/include/classes/html/CSimpleButton.php +file path=usr/share/zabbix/html/include/classes/html/CSpan.php +file path=usr/share/zabbix/html/include/classes/html/CSubmit.php +file path=usr/share/zabbix/html/include/classes/html/CSubmitButton.php +file path=usr/share/zabbix/html/include/classes/html/CSup.php +file path=usr/share/zabbix/html/include/classes/html/CTabFilter.php +file path=usr/share/zabbix/html/include/classes/html/CTabView.php +file path=usr/share/zabbix/html/include/classes/html/CTable.php +file path=usr/share/zabbix/html/include/classes/html/CTableColumn.php +file path=usr/share/zabbix/html/include/classes/html/CTableInfo.php +file path=usr/share/zabbix/html/include/classes/html/CTag.php +file path=usr/share/zabbix/html/include/classes/html/CTemplateTag.php +file path=usr/share/zabbix/html/include/classes/html/CTextArea.php +file path=usr/share/zabbix/html/include/classes/html/CTextAreaFlexible.php +file path=usr/share/zabbix/html/include/classes/html/CTextBox.php +file path=usr/share/zabbix/html/include/classes/html/CVar.php +file path=usr/share/zabbix/html/include/classes/html/CVisibilityBox.php +file path=usr/share/zabbix/html/include/classes/html/CWarning.php +file path=usr/share/zabbix/html/include/classes/html/interfaces/CButtonInterface.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvg.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgArrow.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgCircle.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphArea.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphAxis.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphClipArea.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphGrid.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphLine.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphMetricsBar.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphMetricsLine.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphMetricsPoint.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphPercentile.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphProblems.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphSimpleTrigger.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphWorkingTime.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGroup.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgLine.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgPath.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgPolygon.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgRect.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgTag.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgText.php +file path=usr/share/zabbix/html/include/classes/html/widgets/CWidgetFieldView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/CWidgetFieldsGroupView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/CWidgetFormFieldsetCollapsibleView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/CWidgetFormView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/CWidgetView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldCheckBoxListView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldCheckBoxView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldColorView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldColumnsListView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldDatePickerView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldIntegerBoxView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldLatLngView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectActionView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectGraphPrototypeView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectGraphView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectGroupView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectHostView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectItemPrototypeView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectItemView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectMapView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectMediaTypeView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectOverrideHostView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectServiceView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectSlaView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectUserView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldNumericBoxView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldPatternSelectHostView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldPatternSelectItemView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldPatternSelectView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldRadioButtonListView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldRangeControlView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldSelectView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldSeveritiesView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldTagsView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldTextAreaView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldTextBoxView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldThresholdsView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldTimePeriodView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldTimeZoneView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldUrlView.php +file path=usr/share/zabbix/html/include/classes/import/CConfigurationImport.php +file path=usr/share/zabbix/html/include/classes/import/CConfigurationImportcompare.php +file path=usr/share/zabbix/html/include/classes/import/CImportDataAdapter.php +file path=usr/share/zabbix/html/include/classes/import/CImportReferencer.php +file path=usr/share/zabbix/html/include/classes/import/CImportedObjectContainer.php +file path=usr/share/zabbix/html/include/classes/import/converters/C10ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C10ItemKeyConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C10TriggerConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C20ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C20ItemKeyConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C20TriggerConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C30ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C32ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C34ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C40ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C42ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C44ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C50ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C52AggregateItemKeyConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C52CalculatedItemConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C52EventNameConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C52ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C52TriggerExpressionConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C54ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C54SimpleMacroConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C60ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C62ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C64ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/CConstantImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/CConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/CDefaultImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/CImportConverterFactory.php +file path=usr/share/zabbix/html/include/classes/import/converters/CImportDataNormalizer.php +file path=usr/share/zabbix/html/include/classes/import/converters/CTemplateScreenConverter.php +file path=usr/share/zabbix/html/include/classes/import/importers/CHostImporter.php +file path=usr/share/zabbix/html/include/classes/import/importers/CImporter.php +file path=usr/share/zabbix/html/include/classes/import/importers/CMapImporter.php +file path=usr/share/zabbix/html/include/classes/import/importers/CTemplateDashboardImporter.php +file path=usr/share/zabbix/html/include/classes/import/importers/CTemplateImporter.php +file path=usr/share/zabbix/html/include/classes/import/readers/CImportReader.php +file path=usr/share/zabbix/html/include/classes/import/readers/CImportReaderFactory.php +file path=usr/share/zabbix/html/include/classes/import/readers/CJsonImportReader.php +file path=usr/share/zabbix/html/include/classes/import/readers/CXmlImportReader.php +file path=usr/share/zabbix/html/include/classes/import/readers/CYamlImportReader.php +file path=usr/share/zabbix/html/include/classes/import/validators/C10XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C20XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C30XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C32XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C34XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C40XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C42XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C44XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C50XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C52XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C54XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C60XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C62XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C64XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C70XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/CImportValidatorFactory.php +file path=usr/share/zabbix/html/include/classes/import/validators/CXmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/CXmlValidatorGeneral.php +file path=usr/share/zabbix/html/include/classes/ldap/CLdap.php +file path=usr/share/zabbix/html/include/classes/macros/CMacroFunction.php +file path=usr/share/zabbix/html/include/classes/macros/CMacrosResolver.php +file path=usr/share/zabbix/html/include/classes/macros/CMacrosResolverGeneral.php +file path=usr/share/zabbix/html/include/classes/macros/CMacrosResolverHelper.php +file path=usr/share/zabbix/html/include/classes/mvc/CAccessDeniedException.php +file path=usr/share/zabbix/html/include/classes/mvc/CController.php +file path=usr/share/zabbix/html/include/classes/mvc/CControllerResponse.php +file path=usr/share/zabbix/html/include/classes/mvc/CControllerResponseData.php +file path=usr/share/zabbix/html/include/classes/mvc/CControllerResponseFatal.php +file path=usr/share/zabbix/html/include/classes/mvc/CControllerResponseRedirect.php +file path=usr/share/zabbix/html/include/classes/mvc/CLegacyAction.php +file path=usr/share/zabbix/html/include/classes/mvc/CPartial.php +file path=usr/share/zabbix/html/include/classes/mvc/CRouter.php +file path=usr/share/zabbix/html/include/classes/mvc/CView.php +file path=usr/share/zabbix/html/include/classes/parsers/C10ExpressionMacroParser.php +file path=usr/share/zabbix/html/include/classes/parsers/C10FunctionMacroParser.php +file path=usr/share/zabbix/html/include/classes/parsers/C10FunctionParser.php +file path=usr/share/zabbix/html/include/classes/parsers/C10TriggerExpression.php +file path=usr/share/zabbix/html/include/classes/parsers/CADNameAttributeParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CAbsoluteTimeParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CConditionFormula.php +file path=usr/share/zabbix/html/include/classes/parsers/CDnsParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CEscapedStringParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CExpressionMacroFunctionParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CExpressionMacroParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CExpressionParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CFilterParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CFlexibleIntervalParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CFunctionIdParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CGeomapCoordinatesParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CHistFunctionParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CHostGroupNameParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CHostNameParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CIPParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CIPRangeParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CIPv4Parser.php +file path=usr/share/zabbix/html/include/classes/parsers/CIPv6Parser.php +file path=usr/share/zabbix/html/include/classes/parsers/CItemKey.php +file path=usr/share/zabbix/html/include/classes/parsers/CLLDMacroFunctionParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CLLDMacroParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CMacroFunctionParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CMacroParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CNumberParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CPeriodParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CPrometheusOutputParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CPrometheusPatternParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CQueryParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CRangeParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CRangeTimeParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CRangesParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CReferenceParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CRelativeTimeParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CSchedulingIntervalParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CSetParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CSimpleIntervalParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CTimePeriodParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CTimePeriodsParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CUpdateIntervalParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CUserMacroFunctionParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CUserMacroParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CValidationRule.php +file path=usr/share/zabbix/html/include/classes/parsers/CVaultSecretParser.php +file path=usr/share/zabbix/html/include/classes/parsers/results/C10TriggerExprParserResult.php +file path=usr/share/zabbix/html/include/classes/parsers/results/CExpressionParserResult.php +file path=usr/share/zabbix/html/include/classes/parsers/results/CParserResult.php +file path=usr/share/zabbix/html/include/classes/regexp/CGlobalRegexp.php +file path=usr/share/zabbix/html/include/classes/routing/CUrl.php +file path=usr/share/zabbix/html/include/classes/routing/CUrlFactory.php +file path=usr/share/zabbix/html/include/classes/scim/API.php +file path=usr/share/zabbix/html/include/classes/scim/HttpResponse.php +file path=usr/share/zabbix/html/include/classes/scim/ScimApiService.php +file path=usr/share/zabbix/html/include/classes/scim/clients/ScimApiClient.php +file path=usr/share/zabbix/html/include/classes/scim/services/Group.php +file path=usr/share/zabbix/html/include/classes/scim/services/ServiceProviderConfig.php +file path=usr/share/zabbix/html/include/classes/scim/services/User.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenBase.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenBuilder.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenDiscovery.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenHistory.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenHttpTest.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenHttpTestDetails.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenMap.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenProblem.php +file path=usr/share/zabbix/html/include/classes/server/CZabbixServer.php +file path=usr/share/zabbix/html/include/classes/services/CTabFilterProfile.php +file path=usr/share/zabbix/html/include/classes/setup/CFrontendSetup.php +file path=usr/share/zabbix/html/include/classes/setup/CSetupWizard.php +file path=usr/share/zabbix/html/include/classes/user/CFavorite.php +file path=usr/share/zabbix/html/include/classes/user/CProfile.php +file path=usr/share/zabbix/html/include/classes/user/CProvisioning.php +file path=usr/share/zabbix/html/include/classes/user/CWebUser.php +file path=usr/share/zabbix/html/include/classes/validators/CActionCondValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CApiInputValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CColorValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CEmailValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CEventCorrCondValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CEventNameValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CExpressionValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CHistFunctionValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CHtmlUrlValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CIdValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CLdapAuthValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CLimitedSetValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CMathFunctionValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CNewValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CPartialValidatorInterface.php +file path=usr/share/zabbix/html/include/classes/validators/CPasswordComplexityValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CRegexValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CStringValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CValidator.php +file path=usr/share/zabbix/html/include/classes/validators/host/CHostNormalValidator.php +file path=usr/share/zabbix/html/include/classes/validators/object/CUpdateDiscoveredValidator.php +file path=usr/share/zabbix/html/include/classes/vaults/CVault.php +file path=usr/share/zabbix/html/include/classes/vaults/CVaultCyberArk.php +file path=usr/share/zabbix/html/include/classes/vaults/CVaultHashiCorp.php +file path=usr/share/zabbix/html/include/classes/widgets/CWidgetField.php +file path=usr/share/zabbix/html/include/classes/widgets/CWidgetForm.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldCheckBox.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldCheckBoxList.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldColor.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldColumnsList.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldDatePicker.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldIntegerBox.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldLatLng.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelect.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectAction.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectGraph.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectGraphPrototype.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectGroup.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectHost.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectItem.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectItemPrototype.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectMap.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectMediaType.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectOverrideHost.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectService.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectSla.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectUser.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldNavTree.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldNumericBox.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldPatternSelect.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldPatternSelectHost.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldPatternSelectItem.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldRadioButtonList.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldRangeControl.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldReference.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldSelect.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldSeverities.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldTags.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldTextArea.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldTextBox.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldThresholds.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldTimePeriod.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldTimeZone.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldUrl.php +file path=usr/share/zabbix/html/include/classes/xml/CXmlConstantName.php +file path=usr/share/zabbix/html/include/classes/xml/CXmlConstantValue.php +file path=usr/share/zabbix/html/include/config.inc.php +file path=usr/share/zabbix/html/include/db.inc.php +file path=usr/share/zabbix/html/include/debug.inc.php +file path=usr/share/zabbix/html/include/defines.inc.php +file path=usr/share/zabbix/html/include/discovery.inc.php +file path=usr/share/zabbix/html/include/draw.inc.php +file path=usr/share/zabbix/html/include/events.inc.php +file path=usr/share/zabbix/html/include/forms.inc.php +file path=usr/share/zabbix/html/include/func.inc.php +file path=usr/share/zabbix/html/include/gettextwrapper.inc.php +file path=usr/share/zabbix/html/include/graphs.inc.php +file path=usr/share/zabbix/html/include/hostgroups.inc.php +file path=usr/share/zabbix/html/include/hosts.inc.php +file path=usr/share/zabbix/html/include/html.inc.php +file path=usr/share/zabbix/html/include/httptest.inc.php +file path=usr/share/zabbix/html/include/images.inc.php +file path=usr/share/zabbix/html/include/items.inc.php +file path=usr/share/zabbix/html/include/js.inc.php +file path=usr/share/zabbix/html/include/locales.inc.php +file path=usr/share/zabbix/html/include/maps.inc.php +file path=usr/share/zabbix/html/include/page_footer.php +file path=usr/share/zabbix/html/include/page_header.php +file path=usr/share/zabbix/html/include/perm.inc.php +file path=usr/share/zabbix/html/include/schema.inc.php +file path=usr/share/zabbix/html/include/sounds.inc.php +file path=usr/share/zabbix/html/include/translateDefines.inc.php +file path=usr/share/zabbix/html/include/triggers.inc.php +file path=usr/share/zabbix/html/include/users.inc.php +file path=usr/share/zabbix/html/include/validate.inc.php +file path=usr/share/zabbix/html/include/views/configuration.graph.edit.php +file path=usr/share/zabbix/html/include/views/configuration.graph.list.php +file path=usr/share/zabbix/html/include/views/configuration.host.discovery.edit.php +file path=usr/share/zabbix/html/include/views/configuration.host.discovery.list.php +file path=usr/share/zabbix/html/include/views/configuration.host.prototype.edit.php +file path=usr/share/zabbix/html/include/views/configuration.host.prototype.list.php +file path=usr/share/zabbix/html/include/views/configuration.httpconf.edit.php +file path=usr/share/zabbix/html/include/views/configuration.httpconf.list.php +file path=usr/share/zabbix/html/include/views/general.browserwarning.php +file path=usr/share/zabbix/html/include/views/general.login.php +file path=usr/share/zabbix/html/include/views/general.warning.php +file path=usr/share/zabbix/html/include/views/inventory.host.list.php +file path=usr/share/zabbix/html/include/views/inventory.host.view.php +file path=usr/share/zabbix/html/include/views/js/common.init.js.php +file path=usr/share/zabbix/html/include/views/js/common.item.edit.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.graph.edit.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.graph.list.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.host.discovery.edit.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.host.discovery.edit.overr.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.host.discovery.list.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.host.prototype.edit.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.host.prototype.list.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.httpconf.edit.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.httpconf.list.js.php +file path=usr/share/zabbix/html/include/views/js/inventory.host.view.js.php +file path=usr/share/zabbix/html/include/views/js/item.preprocessing.js.php +file path=usr/share/zabbix/html/include/views/js/itemtest.js.php +file path=usr/share/zabbix/html/include/views/js/mfa.login.js.php +file path=usr/share/zabbix/html/include/views/js/monitoring.history.js.php +file path=usr/share/zabbix/html/include/views/js/monitoring.sysmap.edit.js.php +file path=usr/share/zabbix/html/include/views/js/monitoring.sysmaps.js.php +file path=usr/share/zabbix/html/include/views/js/tr_events.js.php +file path=usr/share/zabbix/html/include/views/mfa.login.php +file path=usr/share/zabbix/html/include/views/monitoring.history.php +file path=usr/share/zabbix/html/include/views/monitoring.sysmap.constructor.php +file path=usr/share/zabbix/html/include/views/monitoring.sysmap.edit.php +file path=usr/share/zabbix/html/include/views/monitoring.sysmap.list.php +file path=usr/share/zabbix/html/index.php +file path=usr/share/zabbix/html/index_http.php +file path=usr/share/zabbix/html/index_mfa.php +file path=usr/share/zabbix/html/index_sso.php +file path=usr/share/zabbix/html/js/browsers.js +file path=usr/share/zabbix/html/js/chkbxrange.js +file path=usr/share/zabbix/html/js/class.base-component.js +file path=usr/share/zabbix/html/js/class.browsertab.js +file path=usr/share/zabbix/html/js/class.calendar.js +file path=usr/share/zabbix/html/js/class.cdate.js +file path=usr/share/zabbix/html/js/class.cdebug.js +file path=usr/share/zabbix/html/js/class.cmap.js +file path=usr/share/zabbix/html/js/class.cnavtree.js +file path=usr/share/zabbix/html/js/class.cookie.js +file path=usr/share/zabbix/html/js/class.coverride.js +file path=usr/share/zabbix/html/js/class.crangecontrol.js +file path=usr/share/zabbix/html/js/class.csuggest.js +file path=usr/share/zabbix/html/js/class.csvggraph.js +file path=usr/share/zabbix/html/js/class.curl.js +file path=usr/share/zabbix/html/js/class.cverticalaccordion.js +file path=usr/share/zabbix/html/js/class.cviewswitcher.js +file path=usr/share/zabbix/html/js/class.dashboard.js +file path=usr/share/zabbix/html/js/class.dashboard.page.js +file path=usr/share/zabbix/html/js/class.dashboard.print.js +file path=usr/share/zabbix/html/js/class.dashboard.widget.placeholder.js +file path=usr/share/zabbix/html/js/class.event-hub.js +file path=usr/share/zabbix/html/js/class.expandable.subfilter.js +file path=usr/share/zabbix/html/js/class.form.fieldset.collapsible.js +file path=usr/share/zabbix/html/js/class.geomaps.js +file path=usr/share/zabbix/html/js/class.localstorage.js +file path=usr/share/zabbix/html/js/class.menu-item.js +file path=usr/share/zabbix/html/js/class.menu.js +file path=usr/share/zabbix/html/js/class.navigationtree.js +file path=usr/share/zabbix/html/js/class.notification.collection.js +file path=usr/share/zabbix/html/js/class.notification.js +file path=usr/share/zabbix/html/js/class.notifications.audio.js +file path=usr/share/zabbix/html/js/class.notifications.js +file path=usr/share/zabbix/html/js/class.overlay.js +file path=usr/share/zabbix/html/js/class.overlaycollection.js +file path=usr/share/zabbix/html/js/class.rpc.js +file path=usr/share/zabbix/html/js/class.script.js +file path=usr/share/zabbix/html/js/class.scrollable.js +file path=usr/share/zabbix/html/js/class.sidebar.js +file path=usr/share/zabbix/html/js/class.software-version-check.js +file path=usr/share/zabbix/html/js/class.sortable.js +file path=usr/share/zabbix/html/js/class.tab-indicators.js +file path=usr/share/zabbix/html/js/class.tabfilter.js +file path=usr/share/zabbix/html/js/class.tabfilteritem.js +file path=usr/share/zabbix/html/js/class.tagfilteritem.js +file path=usr/share/zabbix/html/js/class.template.js +file path=usr/share/zabbix/html/js/class.widget-base.js +file path=usr/share/zabbix/html/js/class.widget-field.checkbox-list.js +file path=usr/share/zabbix/html/js/class.widget-field.multiselect.js +file path=usr/share/zabbix/html/js/class.widget-field.time-period.js +file path=usr/share/zabbix/html/js/class.widget-select.popup.js +file path=usr/share/zabbix/html/js/class.widget.inaccessible.js +file path=usr/share/zabbix/html/js/class.widget.iterator.js +file path=usr/share/zabbix/html/js/class.widget.js +file path=usr/share/zabbix/html/js/class.widget.misconfigured.js +file path=usr/share/zabbix/html/js/class.widget.paste-placeholder.js +file path=usr/share/zabbix/html/js/class.widgets-data.js +file path=usr/share/zabbix/html/js/colorpicker.js +file path=usr/share/zabbix/html/js/common.js +file path=usr/share/zabbix/html/js/component.z-bar-gauge.js +file path=usr/share/zabbix/html/js/component.z-select.js +file path=usr/share/zabbix/html/js/defines.js +file path=usr/share/zabbix/html/js/flickerfreescreen.js +file path=usr/share/zabbix/html/js/functions.js +file path=usr/share/zabbix/html/js/gtlc.js +file path=usr/share/zabbix/html/js/hostinterfacemanager.js +file path=usr/share/zabbix/html/js/hostmacrosmanager.js +file path=usr/share/zabbix/html/js/init.js +file path=usr/share/zabbix/html/js/inputsecret.js +file path=usr/share/zabbix/html/js/layout.mode.js +file path=usr/share/zabbix/html/js/macrovalue.js +file path=usr/share/zabbix/html/js/main.js +file path=usr/share/zabbix/html/js/menupopup.js +file path=usr/share/zabbix/html/js/multilineinput.js +file path=usr/share/zabbix/html/js/multiselect.js +file path=usr/share/zabbix/html/js/pages/items.js +file path=usr/share/zabbix/html/js/pages/report2.js +file path=usr/share/zabbix/html/js/pages/report4.js +file path=usr/share/zabbix/html/js/pages/setup.js +file path=usr/share/zabbix/html/js/servercheck.js +file path=usr/share/zabbix/html/js/textareaflexible.js +file path=usr/share/zabbix/html/js/vector/class.svg.canvas.js +file path=usr/share/zabbix/html/js/vector/class.svg.map.js +file path=usr/share/zabbix/html/js/vendors/D3/LICENSE +file path=usr/share/zabbix/html/js/vendors/D3/d3.js +file path=usr/share/zabbix/html/js/vendors/Leaflet.markercluster/LICENSE +file path=usr/share/zabbix/html/js/vendors/Leaflet.markercluster/leaflet.markercluster.js +file path=usr/share/zabbix/html/js/vendors/Leaflet/LICENSE +file path=usr/share/zabbix/html/js/vendors/Leaflet/leaflet.js +file path=usr/share/zabbix/html/js/vendors/jQuery/LICENSE +file path=usr/share/zabbix/html/js/vendors/jQuery/jquery.js +file path=usr/share/zabbix/html/js/vendors/jQueryUI/LICENSE +file path=usr/share/zabbix/html/js/vendors/jQueryUI/jquery-ui.js +file path=usr/share/zabbix/html/js/vendors/qrcode/LICENSE +file path=usr/share/zabbix/html/js/vendors/qrcode/qrcode.js +file path=usr/share/zabbix/html/jsLoader.php +file path=usr/share/zabbix/html/jsrpc.php +file path=usr/share/zabbix/html/local/.htaccess +file path=usr/share/zabbix/html/local/README +file path=usr/share/zabbix/html/locale/README +file path=usr/share/zabbix/html/locale/add_new_language.sh +file path=usr/share/zabbix/html/locale/bg/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/bg/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/ca/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/ca/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/cs/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/cs/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/da/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/da/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/de/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/de/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/el/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/el/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/en_GB/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/en_GB/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/en_US/LC_MESSAGES/frontend.pot +file path=usr/share/zabbix/html/locale/es/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/es/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/fa/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/fa/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/fi/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/fi/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/fr/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/fr/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/he/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/he/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/hr/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/hr/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/hu/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/hu/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/id/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/id/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/it/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/it/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/ja/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/ja/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/ka/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/ka/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/kk/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/kk/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/ko/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/ko/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/lt/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/lt/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/lv/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/lv/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/make_mo.sh +file path=usr/share/zabbix/html/locale/nb_NO/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/nb_NO/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/nl/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/nl/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/pl/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/pl/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/pt_BR/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/pt_BR/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/pt_PT/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/pt_PT/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/ro/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/ro/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/ru/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/ru/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/sk/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/sk/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/sv_SE/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/sv_SE/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/tr/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/tr/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/uk/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/uk/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/update_po.sh +file path=usr/share/zabbix/html/locale/vi/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/vi/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/zh_CN/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/zh_CN/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/zh_TW/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/zh_TW/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/map.php +file path=usr/share/zabbix/html/report2.php +file path=usr/share/zabbix/html/report4.php +file path=usr/share/zabbix/html/robots.txt +file path=usr/share/zabbix/html/setup.php +file path=usr/share/zabbix/html/sysmap.php +file path=usr/share/zabbix/html/sysmaps.php +file path=usr/share/zabbix/html/tr_events.php +file path=usr/share/zabbix/html/vendor/autoload.php +file path=usr/share/zabbix/html/vendor/bin/yaml-lint +file path=usr/share/zabbix/html/vendor/bin/yaml-lint.bat +file path=usr/share/zabbix/html/vendor/composer/ClassLoader.php +file path=usr/share/zabbix/html/vendor/composer/InstalledVersions.php +file path=usr/share/zabbix/html/vendor/composer/LICENSE +file path=usr/share/zabbix/html/vendor/composer/autoload_classmap.php +file path=usr/share/zabbix/html/vendor/composer/autoload_files.php +file path=usr/share/zabbix/html/vendor/composer/autoload_namespaces.php +file path=usr/share/zabbix/html/vendor/composer/autoload_psr4.php +file path=usr/share/zabbix/html/vendor/composer/autoload_real.php +file path=usr/share/zabbix/html/vendor/composer/autoload_static.php +file path=usr/share/zabbix/html/vendor/composer/installed.json +file path=usr/share/zabbix/html/vendor/composer/installed.php +file path=usr/share/zabbix/html/vendor/composer/platform_check.php +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/.duo_linting.xml +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/.github/workflows/php_ci.yml +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/LICENSE +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/README.md +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/SECURITY.md +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/composer.json +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/README.md +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/composer.json +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/dockerfile +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/duo.conf +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/index.php +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/static/images/logo.png +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/static/style.css +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/templates/login.php +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/templates/success.php +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/src/Client.php +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/src/DuoException.php +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/src/ca_certs.pem +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/tests/ClientTest.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/CHANGELOG.md +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/LICENSE +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/README.md +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/composer.json +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/BeforeValidException.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/CachedKeySet.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/ExpiredException.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/JWK.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/JWT.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/Key.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/SignatureInvalidException.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/CHANGELOG +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/LICENSE +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/README.md +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/_toolkit_loader.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/advanced_settings_example.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/certs/README +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/composer.json +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/phpunit.xml +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/settings_example.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/Auth.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/AuthnRequest.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/Constants.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/Error.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/IdPMetadataParser.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/LogoutRequest.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/LogoutResponse.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/Metadata.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/Response.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/Settings.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/Utils.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/ValidationError.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-assertion-2.0.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-authn-context-2.0.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-authn-context-types-2.0.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-metadata-2.0.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-protocol-2.0.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-metadata-attr.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-saml-attribute-ext.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-saml-metadata-algsupport-v1.0.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-saml-metadata-ui-v1.0.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/xenc-schema.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/xml.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/xmldsig-core-schema.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/version.json +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/LICENSE.txt +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/README.md +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/composer.json +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Base32.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Base32Hex.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Base64.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Base64DotSlash.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Binary.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/EncoderInterface.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Encoding.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Hex.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/RFC4648.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/CHANGELOG.md +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/LICENSE.md +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/README.md +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/composer.json +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/Contracts/Google2FA.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/Contracts/IncompatibleWithGoogleAuthenticator.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/Contracts/InvalidAlgorithm.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/Contracts/InvalidCharacters.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/Contracts/SecretKeyTooShort.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/Google2FAException.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/IncompatibleWithGoogleAuthenticatorException.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/InvalidAlgorithmException.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Google2FA.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Support/Base32.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Support/Constants.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Support/QRCode.php +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/CHANGELOG.txt +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/LICENSE +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/README.md +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/composer.json +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/src/Utils/XPath.php +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/src/XMLSecEnc.php +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/src/XMLSecurityDSig.php +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/src/XMLSecurityKey.php +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/xmlseclibs.php +file path=usr/share/zabbix/html/vendor/symfony/deprecation-contracts/CHANGELOG.md +file path=usr/share/zabbix/html/vendor/symfony/deprecation-contracts/LICENSE +file path=usr/share/zabbix/html/vendor/symfony/deprecation-contracts/README.md +file path=usr/share/zabbix/html/vendor/symfony/deprecation-contracts/composer.json +file path=usr/share/zabbix/html/vendor/symfony/deprecation-contracts/function.php +file path=usr/share/zabbix/html/vendor/symfony/polyfill-ctype/Ctype.php +file path=usr/share/zabbix/html/vendor/symfony/polyfill-ctype/LICENSE +file path=usr/share/zabbix/html/vendor/symfony/polyfill-ctype/README.md +file path=usr/share/zabbix/html/vendor/symfony/polyfill-ctype/bootstrap.php +file path=usr/share/zabbix/html/vendor/symfony/polyfill-ctype/bootstrap80.php +file path=usr/share/zabbix/html/vendor/symfony/polyfill-ctype/composer.json +file path=usr/share/zabbix/html/vendor/symfony/yaml/CHANGELOG.md +file path=usr/share/zabbix/html/vendor/symfony/yaml/Command/LintCommand.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Dumper.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Escaper.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Exception/DumpException.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Exception/ExceptionInterface.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Exception/ParseException.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Exception/RuntimeException.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Inline.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/LICENSE +file path=usr/share/zabbix/html/vendor/symfony/yaml/Parser.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/README.md +file path=usr/share/zabbix/html/vendor/symfony/yaml/Resources/bin/yaml-lint +file path=usr/share/zabbix/html/vendor/symfony/yaml/Tag/TaggedValue.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Unescaper.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Yaml.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/composer.json +file path=usr/share/zabbix/html/widgets/actionlog/Widget.php +file path=usr/share/zabbix/html/widgets/actionlog/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/actionlog/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/actionlog/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/actionlog/manifest.json +file path=usr/share/zabbix/html/widgets/actionlog/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/actionlog/views/widget.view.php +file path=usr/share/zabbix/html/widgets/clock/Widget.php +file path=usr/share/zabbix/html/widgets/clock/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/clock/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/clock/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/clock/manifest.json +file path=usr/share/zabbix/html/widgets/clock/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/clock/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/clock/views/widget.view.php +file path=usr/share/zabbix/html/widgets/dataover/Widget.php +file path=usr/share/zabbix/html/widgets/dataover/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/dataover/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/dataover/manifest.json +file path=usr/share/zabbix/html/widgets/dataover/partials/table.left.php +file path=usr/share/zabbix/html/widgets/dataover/partials/table.top.php +file path=usr/share/zabbix/html/widgets/dataover/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/dataover/views/widget.view.php +file path=usr/share/zabbix/html/widgets/discovery/Widget.php +file path=usr/share/zabbix/html/widgets/discovery/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/discovery/manifest.json +file path=usr/share/zabbix/html/widgets/discovery/views/widget.view.php +file path=usr/share/zabbix/html/widgets/favgraphs/Widget.php +file path=usr/share/zabbix/html/widgets/favgraphs/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/favgraphs/manifest.json +file path=usr/share/zabbix/html/widgets/favgraphs/views/widget.view.php +file path=usr/share/zabbix/html/widgets/favmaps/Widget.php +file path=usr/share/zabbix/html/widgets/favmaps/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/favmaps/manifest.json +file path=usr/share/zabbix/html/widgets/favmaps/views/widget.view.php +file path=usr/share/zabbix/html/widgets/gauge/Widget.php +file path=usr/share/zabbix/html/widgets/gauge/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/gauge/assets/js/class.svggauge.js +file path=usr/share/zabbix/html/widgets/gauge/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/gauge/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/gauge/manifest.json +file path=usr/share/zabbix/html/widgets/gauge/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/gauge/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/gauge/views/widget.view.php +file path=usr/share/zabbix/html/widgets/geomap/Widget.php +file path=usr/share/zabbix/html/widgets/geomap/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/geomap/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/geomap/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/geomap/manifest.json +file path=usr/share/zabbix/html/widgets/geomap/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/geomap/views/widget.view.php +file path=usr/share/zabbix/html/widgets/graph/Widget.php +file path=usr/share/zabbix/html/widgets/graph/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/graph/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/graph/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/graph/manifest.json +file path=usr/share/zabbix/html/widgets/graph/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/graph/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/graph/views/widget.view.php +file path=usr/share/zabbix/html/widgets/graphprototype/Widget.php +file path=usr/share/zabbix/html/widgets/graphprototype/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/graphprototype/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/graphprototype/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/graphprototype/manifest.json +file path=usr/share/zabbix/html/widgets/graphprototype/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/graphprototype/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/honeycomb/Widget.php +file path=usr/share/zabbix/html/widgets/honeycomb/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/honeycomb/assets/js/class.svghoneycomb.js +file path=usr/share/zabbix/html/widgets/honeycomb/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/honeycomb/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/honeycomb/manifest.json +file path=usr/share/zabbix/html/widgets/honeycomb/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/honeycomb/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/honeycomb/views/widget.view.php +file path=usr/share/zabbix/html/widgets/hostavail/Widget.php +file path=usr/share/zabbix/html/widgets/hostavail/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/hostavail/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/hostavail/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/hostavail/manifest.json +file path=usr/share/zabbix/html/widgets/hostavail/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/hostavail/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/hostavail/views/widget.view.php +file path=usr/share/zabbix/html/widgets/hostnavigator/Widget.php +file path=usr/share/zabbix/html/widgets/hostnavigator/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/hostnavigator/assets/js/class.hostnavigator.js +file path=usr/share/zabbix/html/widgets/hostnavigator/assets/js/class.widget-field.host-grouping.js +file path=usr/share/zabbix/html/widgets/hostnavigator/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/hostnavigator/includes/CWidgetFieldHostGrouping.php +file path=usr/share/zabbix/html/widgets/hostnavigator/includes/CWidgetFieldHostGroupingView.php +file path=usr/share/zabbix/html/widgets/hostnavigator/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/hostnavigator/manifest.json +file path=usr/share/zabbix/html/widgets/hostnavigator/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/hostnavigator/views/widget.view.php +file path=usr/share/zabbix/html/widgets/item/Widget.php +file path=usr/share/zabbix/html/widgets/item/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/item/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/item/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/item/manifest.json +file path=usr/share/zabbix/html/widgets/item/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/item/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/item/views/widget.view.php +file path=usr/share/zabbix/html/widgets/itemhistory/Widget.php +file path=usr/share/zabbix/html/widgets/itemhistory/actions/BinaryValueGet.php +file path=usr/share/zabbix/html/widgets/itemhistory/actions/ColumnEdit.php +file path=usr/share/zabbix/html/widgets/itemhistory/actions/ImageValueGet.php +file path=usr/share/zabbix/html/widgets/itemhistory/actions/ValueCheck.php +file path=usr/share/zabbix/html/widgets/itemhistory/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/itemhistory/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/itemhistory/includes/CWidgetFieldColumnsList.php +file path=usr/share/zabbix/html/widgets/itemhistory/includes/CWidgetFieldColumnsListView.php +file path=usr/share/zabbix/html/widgets/itemhistory/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/itemhistory/manifest.json +file path=usr/share/zabbix/html/widgets/itemhistory/views/column.edit.js.php +file path=usr/share/zabbix/html/widgets/itemhistory/views/column.edit.php +file path=usr/share/zabbix/html/widgets/itemhistory/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/itemhistory/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/itemhistory/views/widget.view.php +file path=usr/share/zabbix/html/widgets/itemnavigator/Widget.php +file path=usr/share/zabbix/html/widgets/itemnavigator/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/itemnavigator/assets/js/class.itemnavigator.js +file path=usr/share/zabbix/html/widgets/itemnavigator/assets/js/class.widget-field.item-grouping.js +file path=usr/share/zabbix/html/widgets/itemnavigator/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/itemnavigator/includes/CWidgetFieldItemGrouping.php +file path=usr/share/zabbix/html/widgets/itemnavigator/includes/CWidgetFieldItemGroupingView.php +file path=usr/share/zabbix/html/widgets/itemnavigator/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/itemnavigator/manifest.json +file path=usr/share/zabbix/html/widgets/itemnavigator/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/itemnavigator/views/widget.view.php +file path=usr/share/zabbix/html/widgets/map/Widget.php +file path=usr/share/zabbix/html/widgets/map/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/map/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/map/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/map/includes/WidgetMap.php +file path=usr/share/zabbix/html/widgets/map/manifest.json +file path=usr/share/zabbix/html/widgets/map/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/map/views/widget.view.php +file path=usr/share/zabbix/html/widgets/navtree/Widget.php +file path=usr/share/zabbix/html/widgets/navtree/actions/NavTreeItemEdit.php +file path=usr/share/zabbix/html/widgets/navtree/actions/NavTreeItemUpdate.php +file path=usr/share/zabbix/html/widgets/navtree/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/navtree/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/navtree/includes/NavigationTree.php +file path=usr/share/zabbix/html/widgets/navtree/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/navtree/manifest.json +file path=usr/share/zabbix/html/widgets/navtree/views/navtreeitem.edit.js.php +file path=usr/share/zabbix/html/widgets/navtree/views/navtreeitem.edit.php +file path=usr/share/zabbix/html/widgets/navtree/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/navtree/views/widget.view.php +file path=usr/share/zabbix/html/widgets/piechart/Widget.php +file path=usr/share/zabbix/html/widgets/piechart/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/piechart/assets/js/class.svgpie.js +file path=usr/share/zabbix/html/widgets/piechart/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/piechart/includes/CWidgetFieldDataSet.php +file path=usr/share/zabbix/html/widgets/piechart/includes/CWidgetFieldDataSetView.php +file path=usr/share/zabbix/html/widgets/piechart/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/piechart/manifest.json +file path=usr/share/zabbix/html/widgets/piechart/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/piechart/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/piechart/views/widget.view.php +file path=usr/share/zabbix/html/widgets/problemhosts/Widget.php +file path=usr/share/zabbix/html/widgets/problemhosts/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/problemhosts/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/problemhosts/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/problemhosts/manifest.json +file path=usr/share/zabbix/html/widgets/problemhosts/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/problemhosts/views/widget.view.php +file path=usr/share/zabbix/html/widgets/problems/Widget.php +file path=usr/share/zabbix/html/widgets/problems/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/problems/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/problems/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/problems/includes/WidgetProblems.php +file path=usr/share/zabbix/html/widgets/problems/manifest.json +file path=usr/share/zabbix/html/widgets/problems/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/problems/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/problems/views/widget.view.php +file path=usr/share/zabbix/html/widgets/problemsbysv/Widget.php +file path=usr/share/zabbix/html/widgets/problemsbysv/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/problemsbysv/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/problemsbysv/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/problemsbysv/manifest.json +file path=usr/share/zabbix/html/widgets/problemsbysv/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/problemsbysv/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/problemsbysv/views/widget.view.php +file path=usr/share/zabbix/html/widgets/slareport/Widget.php +file path=usr/share/zabbix/html/widgets/slareport/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/slareport/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/slareport/manifest.json +file path=usr/share/zabbix/html/widgets/slareport/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/slareport/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/slareport/views/widget.view.php +file path=usr/share/zabbix/html/widgets/svggraph/Widget.php +file path=usr/share/zabbix/html/widgets/svggraph/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/svggraph/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/svggraph/includes/CSvgGraphHelper.php +file path=usr/share/zabbix/html/widgets/svggraph/includes/CSvgGraphLegend.php +file path=usr/share/zabbix/html/widgets/svggraph/includes/CWidgetFieldDataSet.php +file path=usr/share/zabbix/html/widgets/svggraph/includes/CWidgetFieldDataSetView.php +file path=usr/share/zabbix/html/widgets/svggraph/includes/CWidgetFieldOverride.php +file path=usr/share/zabbix/html/widgets/svggraph/includes/CWidgetFieldOverrideView.php +file path=usr/share/zabbix/html/widgets/svggraph/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/svggraph/manifest.json +file path=usr/share/zabbix/html/widgets/svggraph/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/svggraph/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/svggraph/views/widget.view.php +file path=usr/share/zabbix/html/widgets/systeminfo/Widget.php +file path=usr/share/zabbix/html/widgets/systeminfo/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/systeminfo/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/systeminfo/manifest.json +file path=usr/share/zabbix/html/widgets/systeminfo/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/systeminfo/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/systeminfo/views/widget.view.php +file path=usr/share/zabbix/html/widgets/tophosts/Widget.php +file path=usr/share/zabbix/html/widgets/tophosts/actions/ColumnEdit.php +file path=usr/share/zabbix/html/widgets/tophosts/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/tophosts/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/tophosts/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/tophosts/manifest.json +file path=usr/share/zabbix/html/widgets/tophosts/views/column.edit.js.php +file path=usr/share/zabbix/html/widgets/tophosts/views/column.edit.php +file path=usr/share/zabbix/html/widgets/tophosts/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/tophosts/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/tophosts/views/widget.view.php +file path=usr/share/zabbix/html/widgets/toptriggers/Widget.php +file path=usr/share/zabbix/html/widgets/toptriggers/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/toptriggers/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/toptriggers/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/toptriggers/manifest.json +file path=usr/share/zabbix/html/widgets/toptriggers/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/toptriggers/views/widget.view.php +file path=usr/share/zabbix/html/widgets/trigover/Widget.php +file path=usr/share/zabbix/html/widgets/trigover/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/trigover/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/trigover/includes/ViewHelper.php +file path=usr/share/zabbix/html/widgets/trigover/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/trigover/manifest.json +file path=usr/share/zabbix/html/widgets/trigover/partials/table.left.php +file path=usr/share/zabbix/html/widgets/trigover/partials/table.top.php +file path=usr/share/zabbix/html/widgets/trigover/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/trigover/views/widget.view.php +file path=usr/share/zabbix/html/widgets/url/Widget.php +file path=usr/share/zabbix/html/widgets/url/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/url/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/url/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/url/manifest.json +file path=usr/share/zabbix/html/widgets/url/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/url/views/widget.view.php +file path=usr/share/zabbix/html/widgets/web/Widget.php +file path=usr/share/zabbix/html/widgets/web/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/web/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/web/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/web/manifest.json +file path=usr/share/zabbix/html/widgets/web/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/web/views/widget.view.php +file path=usr/share/zabbix/html/zabbix.php diff --git a/components/network/zabbix/patches/001-zabbix_server.conf.patch b/components/network/zabbix/patches/001-zabbix_server.conf.patch new file mode 100644 index 00000000000..0c2939b2132 --- /dev/null +++ b/components/network/zabbix/patches/001-zabbix_server.conf.patch @@ -0,0 +1,29 @@ +diff --git a/conf/zabbix_server.conf b/conf/zabbix_server.conf +index 5c6b175..6732243 100644 +--- a/conf/zabbix_server.conf ++++ b/conf/zabbix_server.conf +@@ -35,7 +35,7 @@ + # Default: + # LogFile= + +-LogFile=/tmp/zabbix_server.log ++LogFile=/var/log/zabbix/zabbix_server.log + + ### Option: LogFileSize + # Maximum size of log file in MB. +@@ -45,6 +45,7 @@ LogFile=/tmp/zabbix_server.log + # Range: 0-1024 + # Default: + # LogFileSize=1 ++LogFileSize=10 + + ### Option: DebugLevel + # Specifies debug level: +@@ -671,6 +673,7 @@ LogSlowQueries=3000 + # Include=/usr/local/etc/zabbix_server.general.conf + # Include=/usr/local/etc/zabbix_server.conf.d/ + # Include=/usr/local/etc/zabbix_server.conf.d/*.conf ++Include=/etc/zabbix/zabbix_server.conf.d/*.conf + + ### Option: SSLCertLocation + # Location of SSL client certificates. diff --git a/components/network/zabbix/patches/002-Makefile.am.patch b/components/network/zabbix/patches/002-Makefile.am.patch new file mode 100644 index 00000000000..f457a5a8f1b --- /dev/null +++ b/components/network/zabbix/patches/002-Makefile.am.patch @@ -0,0 +1,28 @@ +--- zabbix-6.2.7/src/zabbix_agent/Makefile.am.bak Mon Feb 27 01:51:42 2023 ++++ zabbix-6.2.7/src/zabbix_agent/Makefile.am Mon Feb 27 03:33:08 2023 +@@ -84,4 +84,4 @@ + install-data-hook: + $(MKDIR_P) "$(DESTDIR)$(AGENT_CONFIG_FILE).d" + $(MKDIR_P) "$(DESTDIR)$(LOAD_MODULE_PATH)" +- test -f "$(DESTDIR)$(AGENT_CONFIG_FILE)" || cp "../../conf/zabbix_agentd.conf" "$(DESTDIR)$(AGENT_CONFIG_FILE)" ++ test -f "$(DESTDIR)$(AGENT_CONFIG_FILE)" || cp "$(top_srcdir)/conf/zabbix_agentd.conf" "$(DESTDIR)$(AGENT_CONFIG_FILE)" +diff --git a/src/zabbix_server/Makefile.am b/src/zabbix_server/Makefile.am +index 5fc760a..361ed66 100644 +--- a/src/zabbix_server/Makefile.am ++++ b/src/zabbix_server/Makefile.am +@@ -186,4 +186,4 @@ install-data-hook: + $(MKDIR_P) "$(DESTDIR)$(EXTERNAL_SCRIPTS_PATH)" + $(MKDIR_P) "$(DESTDIR)$(ALERT_SCRIPTS_PATH)" + $(MKDIR_P) "$(DESTDIR)$(LOAD_MODULE_PATH)" +- test -f "$(DESTDIR)$(SERVER_CONFIG_FILE)" || cp "../../conf/zabbix_server.conf" "$(DESTDIR)$(SERVER_CONFIG_FILE)" ++ test -f "$(DESTDIR)$(SERVER_CONFIG_FILE)" || cp "$(top_srcdir)/conf/zabbix_server.conf" "$(DESTDIR)$(SERVER_CONFIG_FILE)" +diff --git a/src/zabbix_proxy/Makefile.am b/src/zabbix_proxy/Makefile.am +index b56f8a8..4c7dcf6 100644 +--- a/src/zabbix_proxy/Makefile.am ++++ b/src/zabbix_proxy/Makefile.am +@@ -151,4 +151,4 @@ install-data-hook: + $(MKDIR_P) "$(DESTDIR)$(PROXY_CONFIG_FILE).d" + $(MKDIR_P) "$(DESTDIR)$(EXTERNAL_SCRIPTS_PATH)" + $(MKDIR_P) "$(DESTDIR)$(LOAD_MODULE_PATH)" +- test -f "$(DESTDIR)$(PROXY_CONFIG_FILE)" || cp "../../conf/zabbix_proxy.conf" "$(DESTDIR)$(PROXY_CONFIG_FILE)" ++ test -f "$(DESTDIR)$(PROXY_CONFIG_FILE)" || cp "$(top_srcdir)/conf/zabbix_proxy.conf" "$(DESTDIR)$(PROXY_CONFIG_FILE)" diff --git a/components/network/zabbix/patches/003-zabbix_agentd.conf.patch b/components/network/zabbix/patches/003-zabbix_agentd.conf.patch new file mode 100644 index 00000000000..17a2000d318 --- /dev/null +++ b/components/network/zabbix/patches/003-zabbix_agentd.conf.patch @@ -0,0 +1,29 @@ +diff --git a/conf/zabbix_agentd.conf b/conf/zabbix_agentd.conf +index f5921d5..06ec6bb 100644 +--- a/conf/zabbix_agentd.conf ++++ b/conf/zabbix_agentd.conf +@@ -27,7 +28,7 @@ + # Default: + # LogFile= + +-LogFile=/tmp/zabbix_agentd.log ++LogFile=/var/log/zabbix/zabbix_agentd.log + + ### Option: LogFileSize + # Maximum size of log file in MB. +@@ -37,6 +38,7 @@ LogFile=/tmp/zabbix_agentd.log + # Range: 0-1024 + # Default: + # LogFileSize=1 ++LogFileSize=10 + + ### Option: DebugLevel + # Specifies debug level: +@@ -328,6 +330,7 @@ Hostname=Zabbix server + # Include=/usr/local/etc/zabbix_agentd.userparams.conf + # Include=/usr/local/etc/zabbix_agentd.conf.d/ + # Include=/usr/local/etc/zabbix_agentd.conf.d/*.conf ++Include=/etc/zabbix/zabbix_agentd.conf.d/*.conf + + ####### USER-DEFINED MONITORED PARAMETERS ####### + diff --git a/components/network/zabbix/patches/004-libev.m4.patch b/components/network/zabbix/patches/004-libev.m4.patch new file mode 100644 index 00000000000..044d8e37f9d --- /dev/null +++ b/components/network/zabbix/patches/004-libev.m4.patch @@ -0,0 +1,44 @@ +diff --git a/m4/libevent.m4 b/m4/libevent.m4 +index 6815f03..ab5fa0c 100644 +--- a/m4/libevent.m4 ++++ b/m4/libevent.m4 +@@ -65,6 +65,8 @@ AS_HELP_STRING([--with-libevent@<:@=DIR@:>@], [use libevent from given base inst + + if test "x$ARCH" = "xopenbsd"; then + LIBEVENT_LIBS="-levent_core -levent_pthreads" ++ elif test "x$ARCH" = "xsolaris"; then ++ LIBEVENT_LIBS="-levent_core-2.1 -levent_pthreads-2.1 -levent_extra-2.1" + else + LIBEVENT_LIBS="-levent -levent_pthreads" + fi +diff --git a/src/libs/zbxipcservice/ipcservice.c b/src/libs/zbxipcservice/ipcservice.c +index b1e40ea..8166dce 100644 +--- a/src/libs/zbxipcservice/ipcservice.c ++++ b/src/libs/zbxipcservice/ipcservice.c +@@ -1025,7 +1025,7 @@ static void ipc_service_event_log_cb(int severity, const char *msg) + ******************************************************************************/ + static void ipc_service_init_libevent(void) + { +- event_set_log_callback(ipc_service_event_log_cb); ++ /* event_set_log_callback(ipc_service_event_log_cb); */ + } + + /****************************************************************************** +diff --git a/m4/libevent.m4 b/m4/libevent.m4 +index d87aca4..67aeccd 100644 +--- a/m4/libevent.m4 ++++ b/m4/libevent.m4 +@@ -35,8 +35,11 @@ AS_HELP_STRING([--with-libevent@<:@=DIR@:>@], [use libevent from given base inst + if test -f /usr/local/include/event.h; then withval=/usr/local; else withval=/usr; fi + fi + +- LIBEVENT_CFLAGS="-I$withval/include" +- LIBEVENT_LDFLAGS="-L$withval/lib" ++ # dont assign default paths ++ if test "x$withval" != "x/usr"; then ++ LIBEVENT_CFLAGS="-I$withval/include" ++ LIBEVENT_LDFLAGS="-L$withval/lib" ++ fi + _libevent_dir_set="yes" + ] + ) diff --git a/components/network/zabbix/patches/005-pthread.m4.patch b/components/network/zabbix/patches/005-pthread.m4.patch new file mode 100644 index 00000000000..de09f45c051 --- /dev/null +++ b/components/network/zabbix/patches/005-pthread.m4.patch @@ -0,0 +1,13 @@ +diff --git a/m4/pthread.m4 b/m4/pthread.m4 +index de8001e..51c8afd 100644 +--- a/m4/pthread.m4 ++++ b/m4/pthread.m4 +@@ -100,7 +100,7 @@ AS_HELP_STRING([--with-libpthread@<:@=DIR@:>@], [use libpthread from given base + ) + + AC_CHECK_HEADER([pthread.h],[found_libpthread=yes]) +- LIBPTHREAD_LIBS="-lpthread" ++ LIBPTHREAD_LIBS="" + AC_MSG_CHECKING(for process shared libpthread support) + + if test -n "$_libpthread_dir_set" -o "x$found_libpthread" = xyes; then diff --git a/components/network/zabbix/patches/006-signal.patch b/components/network/zabbix/patches/006-signal.patch new file mode 100644 index 00000000000..208adff8bd8 --- /dev/null +++ b/components/network/zabbix/patches/006-signal.patch @@ -0,0 +1,19 @@ +diff --git a/src/libs/zbxnix/sighandler.c b/src/libs/zbxnix/sighandler.c +index e316b24..fbfa65a 100644 +--- a/src/libs/zbxnix/sighandler.c ++++ b/src/libs/zbxnix/sighandler.c +@@ -269,11 +269,14 @@ void zbx_set_common_signal_handlers(zbx_on_exit_t zbx_on_exit_cb_arg) + sigaction(SIGTERM, &phan, NULL); + sigaction(SIGUSR2, &phan, NULL); + ++/* We'd quite like fatal errors to create core files that allow analysis. */ ++#if !defined(__illumos__) + phan.sa_sigaction = fatal_signal_handler; + sigaction(SIGILL, &phan, NULL); + sigaction(SIGFPE, &phan, NULL); + sigaction(SIGSEGV, &phan, NULL); + sigaction(SIGBUS, &phan, NULL); ++#endif + + phan.sa_sigaction = alarm_signal_handler; + sigaction(SIGALRM, &phan, NULL); diff --git a/components/network/zabbix/patches/007-procstate.patch b/components/network/zabbix/patches/007-procstate.patch new file mode 100644 index 00000000000..89bfcfb42a7 --- /dev/null +++ b/components/network/zabbix/patches/007-procstate.patch @@ -0,0 +1,16 @@ +See: https://support.zabbix.com/browse/ZBX-18311 + +diff --git a/src/libs/zbxsysinfo/solaris/proc.c b/src/libs/zbxsysinfo/solaris/proc.c +index ebad565..beb991a 100644 +--- a/src/libs/zbxsysinfo/solaris/proc.c ++++ b/src/libs/zbxsysinfo/solaris/proc.c +@@ -709,6 +709,9 @@ int proc_num(AGENT_REQUEST *request, AGENT_RESULT *result) + if (SUCCEED != proc_get_process_info(entries->d_name, proc_props, &proc, &psinfo)) + continue; + ++ if (SUCCEED != check_procstate(&psinfo, zbx_proc_stat)) ++ continue; ++ + if (SUCCEED == proc_match_props(&proc, usrinfo, procname, proccomm_rxp)) + { + #ifdef HAVE_ZONE_H diff --git a/components/network/zabbix/patches/008-sha512crypt.patch b/components/network/zabbix/patches/008-sha512crypt.patch new file mode 100644 index 00000000000..9bd18e220c2 --- /dev/null +++ b/components/network/zabbix/patches/008-sha512crypt.patch @@ -0,0 +1,13 @@ +diff --git a/src/libs/zbxhash/sha512crypt.c b/src/libs/zbxhash/sha512crypt.c +index fce7014..12f6859 100644 +--- a/src/libs/zbxhash/sha512crypt.c ++++ b/src/libs/zbxhash/sha512crypt.c +@@ -5,6 +5,8 @@ Released into the Public Domain by Ulrich Drepper . */ + + #ifdef __linux__ + #include ++#elif defined(__illumos__) ++ #include + #elif __hpux + /* Nothing to do in HP-UX */ + #elif _AIX diff --git a/components/network/zabbix/patches/009-disablemd5.patch b/components/network/zabbix/patches/009-disablemd5.patch new file mode 100644 index 00000000000..e4bbcba364d --- /dev/null +++ b/components/network/zabbix/patches/009-disablemd5.patch @@ -0,0 +1,19 @@ +we have no declaration of usmHMACMD5AuthProtocol + +diff --git a/src/libs/zbxpoller/checks_snmp.c b/src/libs/zbxpoller/checks_snmp.c +index b335351..2734f51 100644 +--- a/src/libs/zbxpoller/checks_snmp.c ++++ b/src/libs/zbxpoller/checks_snmp.c +@@ -685,10 +685,12 @@ static int zbx_snmpv3_set_auth_protocol(unsigned char snmpv3_authprotocol, struc + + switch (snmpv3_authprotocol) + { ++#ifndef NETSNMP_DISABLE_MD5 + case ITEM_SNMPV3_AUTHPROTOCOL_MD5: + session->securityAuthProto = usmHMACMD5AuthProtocol; + session->securityAuthProtoLen = USM_AUTH_PROTO_MD5_LEN; + break; ++#endif + case ITEM_SNMPV3_AUTHPROTOCOL_SHA1: + session->securityAuthProto = usmHMACSHA1AuthProtocol; + session->securityAuthProtoLen = USM_AUTH_PROTO_SHA_LEN; diff --git a/components/network/zabbix/patches/010-openldap.patch b/components/network/zabbix/patches/010-openldap.patch new file mode 100644 index 00000000000..c0e72a0ffbc --- /dev/null +++ b/components/network/zabbix/patches/010-openldap.patch @@ -0,0 +1,27 @@ +choose our openldap paths, do not clash with Mozilla ldap + +diff --git a/m4/ldap.m4 b/m4/ldap.m4 +index e7659bd..e586598 100644 +--- a/m4/ldap.m4 ++++ b/m4/ldap.m4 +@@ -73,16 +73,16 @@ AS_HELP_STRING([--with-ldap@<:@=DIR@:>@],[Include LDAP support @<:@default=no@:> + ],[_libldap_with=ifelse([$1],,[no],[$1])]) + + if test "x$_libldap_with" != x"no"; then +- AC_MSG_CHECKING([for LDAP support of ldap.h]) ++ AC_MSG_CHECKING([for OpenLDAP support of ldap.h]) + + if test "$_libldap_with" = "yes"; then + if test -f /usr/local/openldap/include/ldap.h; then + LDAP_INCDIR=/usr/local/openldap/include/ + LDAP_LIBDIR=/usr/local/openldap/lib/ + found_ldap="yes" +- elif test -f /usr/include/ldap.h; then +- LDAP_INCDIR=/usr/include +- LDAP_LIBDIR=/usr/lib ++ elif test -f /usr/include/openldap/ldap.h; then ++ LDAP_INCDIR=/usr/include/openldap ++ LDAP_LIBDIR=/usr/lib/amd64/openldap + found_ldap="yes" + elif test -f /usr/local/include/ldap.h; then + LDAP_INCDIR=/usr/local/include diff --git a/components/network/zabbix/patches/011-libevent2.patch b/components/network/zabbix/patches/011-libevent2.patch new file mode 100644 index 00000000000..44f9a8b7304 --- /dev/null +++ b/components/network/zabbix/patches/011-libevent2.patch @@ -0,0 +1,27 @@ +the include path for libevent2 is missing + +diff --git a/src/libs/zbxdiscoverer/Makefile.am b/src/libs/zbxdiscoverer/Makefile.am +index 4ec0939..17d1329 100644 +--- a/src/libs/zbxdiscoverer/Makefile.am ++++ b/src/libs/zbxdiscoverer/Makefile.am +@@ -21,4 +21,5 @@ libzbxdiscoverer_a_SOURCES = \ + discoverer_int.h + + libzbxdiscoverer_a_CFLAGS = \ +- $(TLS_CFLAGS) ++ $(TLS_CFLAGS) \ ++ $(LIBEVENT_CFLAGS) +diff --git a/src/libs/zbxpoller/Makefile.am b/src/libs/zbxpoller/Makefile.am +index 13e9e14..5c4ff5a 100644 +--- a/src/libs/zbxpoller/Makefile.am ++++ b/src/libs/zbxpoller/Makefile.am +@@ -51,7 +51,8 @@ libzbxpoller_a_SOURCES = \ + libzbxpoller_a_CFLAGS = \ + $(TLS_CFLAGS) \ + $(LIBXML2_CFLAGS) \ +- $(SNMP_CFLAGS) ++ $(SNMP_CFLAGS) \ ++ $(LIBEVENT_CFLAGS) + + if HAVE_SSH + libzbxpoller_a_SOURCES += ssh_run.c diff --git a/components/network/zabbix/patches/012-configure.ac.patch b/components/network/zabbix/patches/012-configure.ac.patch new file mode 100644 index 00000000000..a5b1d380cf8 --- /dev/null +++ b/components/network/zabbix/patches/012-configure.ac.patch @@ -0,0 +1,56 @@ +We have to provide the library path for openssl first! Otherwise other components provide the standard path where the old openssl libs can be found + +diff --git a/configure.ac b/configure.ac +index 2ecbb9c..37d8e8c 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -1635,25 +1635,25 @@ AC_SUBST(TLS_CFLAGS) + AM_CONDITIONAL(HAVE_OPENSSL, [test "x$have_tls" = "xOpenSSL" || test "x$have_tls" = "xOpenSSL (PSK not supported)"]) + AM_CONDITIONAL(HAVE_GNUTLS, [test "x$have_tls" = "xGnuTLS"]) + +-SERVER_LDFLAGS="$SERVER_LDFLAGS $TLS_LDFLAGS" ++SERVER_LDFLAGS="$TLS_LDFLAGS $SERVER_LDFLAGS" + SERVER_LIBS="$SERVER_LIBS $TLS_LIBS" + +-PROXY_LDFLAGS="$PROXY_LDFLAGS $TLS_LDFLAGS" ++PROXY_LDFLAGS="$TLS_LDFLAGS $PROXY_LDFLAGS" + PROXY_LIBS="$PROXY_LIBS $TLS_LIBS" + +-AGENT_LDFLAGS="$AGENT_LDFLAGS $TLS_LDFLAGS" ++AGENT_LDFLAGS="$TLS_LDFLAGS $AGENT_LDFLAGS" + AGENT_LIBS="$AGENT_LIBS $TLS_LIBS" + +-AGENT2_LDFLAGS="$AGENT2_LDFLAGS $TLS_LDFLAGS" ++AGENT2_LDFLAGS="$TLS_LDFLAGS $AGENT2_LDFLAGS" + AGENT2_LIBS="$AGENT2_LIBS $TLS_LIBS" + +-ZBXGET_LDFLAGS="$ZBXGET_LDFLAGS $TLS_LDFLAGS" ++ZBXGET_LDFLAGS="$TLS_LDFLAGS $ZBXGET_LDFLAGS" + ZBXGET_LIBS="$ZBXGET_LIBS $TLS_LIBS" + +-SENDER_LDFLAGS="$SENDER_LDFLAGS $TLS_LDFLAGS" ++SENDER_LDFLAGS="$TLS_LDFLAGS $SENDER_LDFLAGS" + SENDER_LIBS="$SENDER_LIBS $TLS_LIBS" + +-ZBXJS_LDFLAGS="$ZLIB_LDFLAGS $TLS_LDFLAGS" ++ZBXJS_LDFLAGS="$TLS_LDFLAGS $ZLIB_LDFLAGS" + ZBXJS_LIBS="$ZBXJS_LIBS $TLS_LIBS" + + dnl Check for libmodbus [by default - skip] +diff --git a/configure.ac b/configure.ac +index 37d8e8c..e5856b6 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -1434,10 +1434,10 @@ if test "x$server" = "xyes" || test "x$proxy" = "xyes"; then + have_snmp="yes" + fi + fi +- SERVER_LDFLAGS="$SNMP_LDFLAGS $SERVER_LDFLAGS" ++ SERVER_LDFLAGS="$SERVER_LDFLAGS $SNMP_LDFLAGS" + SERVER_LIBS="$SERVER_LIBS $SNMP_LIBS" + +- PROXY_LDFLAGS="$SNMP_LDFLAGS $PROXY_LDFLAGS" ++ PROXY_LDFLAGS="$PROXY_LDFLAGS $SNMP_LDFLAGS" + PROXY_LIBS="$PROXY_LIBS $SNMP_LIBS" + + diff --git a/components/network/zabbix/patches/013-libdir-zabbix_js.patch b/components/network/zabbix/patches/013-libdir-zabbix_js.patch new file mode 100644 index 00000000000..f000c596526 --- /dev/null +++ b/components/network/zabbix/patches/013-libdir-zabbix_js.patch @@ -0,0 +1,67 @@ +our buildsystem do not puts binaries in srcdir + +diff --git a/src/zabbix_js/Makefile.am b/src/zabbix_js/Makefile.am +index 1e4fd93..e9467a8 100644 +--- a/src/zabbix_js/Makefile.am ++++ b/src/zabbix_js/Makefile.am +@@ -1,34 +1,36 @@ + ## Process this file with automake to produce Makefile.in + ++top_blddir = ../.. ++ + bin_PROGRAMS = zabbix_js + + zabbix_js_SOURCES = zabbix_js.c + + zabbix_js_LDADD = \ +- $(top_srcdir)/src/libs/zbxlog/libzbxlog.a \ +- $(top_srcdir)/src/libs/zbxembed/libzbxembed.a \ +- $(top_srcdir)/src/libs/zbxjson/libzbxjson.a \ +- $(top_srcdir)/src/libs/zbxregexp/libzbxregexp.a \ +- $(top_srcdir)/src/libs/zbxalgo/libzbxalgo.a \ +- $(top_srcdir)/src/libs/zbxthreads/libzbxthreads.a \ +- $(top_srcdir)/src/libs/zbxmutexs/libzbxmutexs.a \ +- $(top_srcdir)/src/libs/zbxprof/libzbxprof.a \ +- $(top_srcdir)/src/libs/zbxnix/libzbxnix.a \ +- $(top_srcdir)/src/libs/zbxcomms/libzbxcomms.a \ +- $(top_srcdir)/src/libs/zbxip/libzbxip.a \ +- $(top_srcdir)/src/libs/zbxgetopt/libzbxgetopt.a \ +- $(top_srcdir)/src/libs/zbxhash/libzbxhash.a \ +- $(top_srcdir)/src/libs/zbxcrypto/libzbxcrypto.a \ +- $(top_srcdir)/src/libs/zbxcompress/libzbxcompress.a \ +- $(top_srcdir)/src/libs/zbxhttp/libzbxhttp.a \ +- $(top_srcdir)/src/libs/zbxvariant/libzbxvariant.a \ +- $(top_srcdir)/src/libs/zbxxml/libzbxxml.a \ +- $(top_srcdir)/src/libs/zbxstr/libzbxstr.a \ +- $(top_srcdir)/src/libs/zbxnum/libzbxnum.a \ +- $(top_srcdir)/src/libs/zbxtime/libzbxtime.a \ +- $(top_srcdir)/src/libs/zbxcommon/libzbxcommon.a \ +- $(top_srcdir)/src/libs/zbxbincommon/libzbxbincommon.a \ +- $(top_srcdir)/src/libs/zbxcurl/libzbxcurl.a ++ $(top_blddir)/src/libs/zbxlog/libzbxlog.a \ ++ $(top_blddir)/src/libs/zbxembed/libzbxembed.a \ ++ $(top_blddir)/src/libs/zbxjson/libzbxjson.a \ ++ $(top_blddir)/src/libs/zbxregexp/libzbxregexp.a \ ++ $(top_blddir)/src/libs/zbxalgo/libzbxalgo.a \ ++ $(top_blddir)/src/libs/zbxthreads/libzbxthreads.a \ ++ $(top_blddir)/src/libs/zbxmutexs/libzbxmutexs.a \ ++ $(top_blddir)/src/libs/zbxprof/libzbxprof.a \ ++ $(top_blddir)/src/libs/zbxnix/libzbxnix.a \ ++ $(top_blddir)/src/libs/zbxcomms/libzbxcomms.a \ ++ $(top_blddir)/src/libs/zbxip/libzbxip.a \ ++ $(top_blddir)/src/libs/zbxgetopt/libzbxgetopt.a \ ++ $(top_blddir)/src/libs/zbxhash/libzbxhash.a \ ++ $(top_blddir)/src/libs/zbxcrypto/libzbxcrypto.a \ ++ $(top_blddir)/src/libs/zbxcompress/libzbxcompress.a \ ++ $(top_blddir)/src/libs/zbxhttp/libzbxhttp.a \ ++ $(top_blddir)/src/libs/zbxvariant/libzbxvariant.a \ ++ $(top_blddir)/src/libs/zbxxml/libzbxxml.a \ ++ $(top_blddir)/src/libs/zbxstr/libzbxstr.a \ ++ $(top_blddir)/src/libs/zbxnum/libzbxnum.a \ ++ $(top_blddir)/src/libs/zbxtime/libzbxtime.a \ ++ $(top_blddir)/src/libs/zbxcommon/libzbxcommon.a \ ++ $(top_blddir)/src/libs/zbxbincommon/libzbxbincommon.a \ ++ $(top_blddir)/src/libs/zbxcurl/libzbxcurl.a + + zabbix_js_LDADD += @ZBXJS_LIBS@ $(LIBXML2_LIBS) + diff --git a/components/network/zabbix/patches/014-m4-postgres.patch b/components/network/zabbix/patches/014-m4-postgres.patch new file mode 100644 index 00000000000..2bfba562986 --- /dev/null +++ b/components/network/zabbix/patches/014-m4-postgres.patch @@ -0,0 +1,17 @@ +add postgres runpath to LDFLAGS + +diff --git a/m4/ax_lib_postgresql.m4 b/m4/ax_lib_postgresql.m4 +index 087ea00..286c823 100644 +--- a/m4/ax_lib_postgresql.m4 ++++ b/m4/ax_lib_postgresql.m4 +@@ -89,6 +89,10 @@ AC_DEFUN([AX_LIB_POSTGRESQL], + if test -n "$POSTGRESQL_LDFLAGS"; then + POSTGRESQL_LDFLAGS="-L$POSTGRESQL_LDFLAGS"; + fi ++ POSTGRESQL_LDFLAGS2="`$PG_CONFIG --ldflags`" ++ if test -n "$POSTGRESQL_LDFLAGS2"; then ++ POSTGRESQL_LDFLAGS="$POSTGRESQL_LDFLAGS $POSTGRESQL_LDFLAGS2"; ++ fi + POSTGRESQL_LIBS="-lpq" + + _save_postgresql_cflags="${CFLAGS}" diff --git a/components/network/zabbix/pkg5 b/components/network/zabbix/pkg5 new file mode 100644 index 00000000000..35d0f294acb --- /dev/null +++ b/components/network/zabbix/pkg5 @@ -0,0 +1,22 @@ +{ + "dependencies": [ + "SUNWcs", + "database/postgres-16/developer", + "database/postgres-16/library", + "library/libevent2", + "library/libxml2", + "library/pcre", + "library/security/openssl-31", + "library/zlib", + "system/library", + "system/library/math", + "system/management/snmp/net-snmp", + "web/curl" + ], + "fmris": [ + "application/management/zabbix-agent", + "application/management/zabbix-proxy", + "application/management/zabbix-server" + ], + "name": "zabbix-server" +} diff --git a/components/network/zabbix/zabbix-agent.p5m b/components/network/zabbix/zabbix-agent.p5m new file mode 100644 index 00000000000..09ebd5747dc --- /dev/null +++ b/components/network/zabbix/zabbix-agent.p5m @@ -0,0 +1,37 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright (c) 2013, Adam Stevko +# + +set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI_AGENT)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +set name=pkg.human-version value=$(HUMAN_VERSION) +set name=pkg.summary value="$(COMPONENT_SUMMARY)" +set name=info.classification value="$(COMPONENT_CLASSIFICATION)" +set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) +set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) +set name=org.opensolaris.consolidation value=$(CONSOLIDATION) + +license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)' + +group groupname="zabbix" gid=61 +user gcos-field="Zabbix Monitoring System" username="zabbix" group="zabbix" uid=61 home-dir=/var/lib/zabbix login-shell=/usr/bin/false + +dir path=var/lib/zabbix owner=zabbix group=zabbix +dir path=var/log/zabbix owner=zabbix group=zabbix +file files/zabbix-agent.xml path=lib/svc/manifest/application/management/zabbix-agent.xml restart_fmri=svc:/system/manifest-import:default + +file path=etc/zabbix/zabbix_agentd.conf preserve=true +file path=usr/bin/zabbix_sender +file path=usr/sbin/zabbix_agentd +file path=usr/share/man/man1/zabbix_sender.1 +file path=usr/share/man/man8/zabbix_agentd.8 diff --git a/components/network/zabbix/zabbix-proxy.p5m b/components/network/zabbix/zabbix-proxy.p5m new file mode 100644 index 00000000000..0fa7bfa7a9c --- /dev/null +++ b/components/network/zabbix/zabbix-proxy.p5m @@ -0,0 +1,36 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright (c) 2024, Carsten Grzemba +# + +set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI_PROXY)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +set name=pkg.human-version value=$(HUMAN_VERSION) +set name=pkg.summary value="$(COMPONENT_SUMMARY)" +set name=info.classification value="$(COMPONENT_CLASSIFICATION)" +set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) +set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) +set name=org.opensolaris.consolidation value=$(CONSOLIDATION) + +license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)' + +depend fmri=$(COMPONENT_FMRI_AGENT) type=require + +dir path=var/log/zabbix owner=zabbix group=zabbix +file files/zabbix-proxy.xml path=lib/svc/manifest/application/management/zabbix-proxy.xml restart_fmri=svc:/system/manifest-import:default + +file path=etc/zabbix/zabbix_proxy.conf preserve=true +file path=usr/bin/zabbix_get +file path=usr/bin/zabbix_js +file path=usr/sbin/zabbix_proxy +file path=usr/share/man/man1/zabbix_get.1 +file path=usr/share/man/man8/zabbix_proxy.8 diff --git a/components/network/zabbix/zabbix-server.p5m b/components/network/zabbix/zabbix-server.p5m new file mode 100644 index 00000000000..486b437d765 --- /dev/null +++ b/components/network/zabbix/zabbix-server.p5m @@ -0,0 +1,2036 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2024 +# + + set preserve true> + set overlay allow> + +set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +set name=pkg.human-version value=$(HUMAN_VERSION) +set name=pkg.summary value="$(COMPONENT_SUMMARY)" +set name=info.classification value="$(COMPONENT_CLASSIFICATION)" +set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) +set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) +set name=org.opensolaris.consolidation value=$(CONSOLIDATION) + +license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)' + +depend fmri=$(COMPONENT_FMRI_PROXY) type=require +depend fmri=$(COMPONENT_FMRI_AGENT) type=require + +file files/zabbix-server.xml \ + path=lib/svc/manifest/application/management/zabbix-server.xml group=sys \ + mode=0444 restart_fmri=svc:/system/manifest-import:default + +file path=etc/zabbix/zabbix_server.conf +dir path=etc/zabbix/zabbix_server.conf.d +dir path=var/log/zabbix owner=zabbix group=zabbix +file path=usr/sbin/zabbix_server +file path=usr/share/man/man8/zabbix_server.8 +file path=usr/share/zabbix/html/api_jsonrpc.php +file path=usr/share/zabbix/html/api_scim.php +file path=usr/share/zabbix/html/app/.htaccess +file path=usr/share/zabbix/html/app/controllers/CControllerActionConditionCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionList.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionLogList.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionOperationCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionOperationConditionCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerActionUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerAuditLogList.php +file path=usr/share/zabbix/html/app/controllers/CControllerAuditSettingsEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerAuditSettingsUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerAuthenticationEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerAuthenticationUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerAutoregEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerAutoregUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerCharts.php +file path=usr/share/zabbix/html/app/controllers/CControllerChartsView.php +file path=usr/share/zabbix/html/app/controllers/CControllerChartsViewJson.php +file path=usr/share/zabbix/html/app/controllers/CControllerConnectorCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerConnectorDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerConnectorDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerConnectorEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerConnectorEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerConnectorList.php +file path=usr/share/zabbix/html/app/controllers/CControllerConnectorUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerCopyCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerCopyEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationConditionCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationConditionEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationList.php +file path=usr/share/zabbix/html/app/controllers/CControllerCorrelationUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardConfigHash.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardList.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardPagePropertiesCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardPagePropertiesEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardPrint.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardPropertiesCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardPropertiesEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardShareUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardView.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardWidgetCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardWidgetEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardWidgetRfRate.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardWidgetView.php +file path=usr/share/zabbix/html/app/controllers/CControllerDashboardWidgetsValidate.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryCheckCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryCheckEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryList.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerDiscoveryView.php +file path=usr/share/zabbix/html/app/controllers/CControllerExport.php +file path=usr/share/zabbix/html/app/controllers/CControllerFavoriteCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerFavoriteDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerGeomapsEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerGeomapsUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerGuiEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerGuiUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerHintboxActionlist.php +file path=usr/share/zabbix/html/app/controllers/CControllerHintboxEventlist.php +file path=usr/share/zabbix/html/app/controllers/CControllerHost.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostDashboardView.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostGroupCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostGroupDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostGroupDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostGroupEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostGroupEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostGroupList.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostGroupUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostList.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostMacrosList.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostMassDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostUpdateGeneral.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostView.php +file path=usr/share/zabbix/html/app/controllers/CControllerHostViewRefresh.php +file path=usr/share/zabbix/html/app/controllers/CControllerHousekeepingEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerHousekeepingUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerIconMapCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerIconMapDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerIconMapEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerIconMapList.php +file path=usr/share/zabbix/html/app/controllers/CControllerIconMapUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerImageCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerImageDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerImageEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerImageList.php +file path=usr/share/zabbix/html/app/controllers/CControllerImageUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerItem.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemClear.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemExecuteNow.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemList.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemMassupdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototype.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototypeCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototypeDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototypeDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototypeEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototypeEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototypeList.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemPrototypeUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemTagsList.php +file path=usr/share/zabbix/html/app/controllers/CControllerItemUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerLatest.php +file path=usr/share/zabbix/html/app/controllers/CControllerLatestView.php +file path=usr/share/zabbix/html/app/controllers/CControllerLatestViewRefresh.php +file path=usr/share/zabbix/html/app/controllers/CControllerMacrosEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMacrosUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerMaintenanceCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerMaintenanceDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerMaintenanceEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMaintenanceList.php +file path=usr/share/zabbix/html/app/controllers/CControllerMaintenanceTimePeriodCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerMaintenanceTimePeriodEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMaintenanceUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerMapView.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeList.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeMessageCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeMessageEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeTestEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeTestSend.php +file path=usr/share/zabbix/html/app/controllers/CControllerMediatypeUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerMenuPopup.php +file path=usr/share/zabbix/html/app/controllers/CControllerMfaCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerMfaEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMiscConfigEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerMiscConfigUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerModuleDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerModuleEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerModuleEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerModuleList.php +file path=usr/share/zabbix/html/app/controllers/CControllerModuleScan.php +file path=usr/share/zabbix/html/app/controllers/CControllerModuleUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerNotificationsGet.php +file path=usr/share/zabbix/html/app/controllers/CControllerNotificationsMute.php +file path=usr/share/zabbix/html/app/controllers/CControllerNotificationsRead.php +file path=usr/share/zabbix/html/app/controllers/CControllerNotificationsSnooze.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopup.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupAcknowledgeCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupAcknowledgeEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupActionConditionEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupActionEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupActionOperationEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupActionOperationsList.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupConditionOperations.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupDashboardShareEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupGeneric.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupImport.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupImportCompare.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupItemTest.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupItemTestEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupItemTestGetValue.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupItemTestSend.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupLdapCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupLdapEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupLdapTestEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupLdapTestSend.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupLldOperation.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupLldOverride.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupMassupdateAbstract.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupMassupdateHost.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupMassupdateService.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupMedia.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupMediaTypeMappingCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupMediaTypeMappingEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupProxyEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupProxyGroupEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupScheduledReportCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupScheduledReportEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupScheduledReportList.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupScheduledReportSubscriptionEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupScheduledReportTest.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupScriptExec.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupServiceEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupServiceStatusRuleEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupServices.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupSlaEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupSlaExcludedDowntimeEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupTabFilterDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupTabFilterEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupTabFilterUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupTestTriggerExpr.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupTokenEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupTokenView.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupTriggerExpr.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupUserGroupMappingCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupUserGroupMappingEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupValueMapEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerPopupValueMapUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerProblem.php +file path=usr/share/zabbix/html/app/controllers/CControllerProblemView.php +file path=usr/share/zabbix/html/app/controllers/CControllerProblemViewRefresh.php +file path=usr/share/zabbix/html/app/controllers/CControllerProfileUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyConfigRefresh.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyGroupCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyGroupDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyGroupList.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyGroupUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyHostDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyHostEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyList.php +file path=usr/share/zabbix/html/app/controllers/CControllerProxyUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerQueueDetails.php +file path=usr/share/zabbix/html/app/controllers/CControllerQueueOverview.php +file path=usr/share/zabbix/html/app/controllers/CControllerQueueOverviewProxy.php +file path=usr/share/zabbix/html/app/controllers/CControllerRegExCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerRegExDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerRegExEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerRegExList.php +file path=usr/share/zabbix/html/app/controllers/CControllerRegExTest.php +file path=usr/share/zabbix/html/app/controllers/CControllerRegExUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerReportStatus.php +file path=usr/share/zabbix/html/app/controllers/CControllerScheduledReportCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerScheduledReportDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerScheduledReportDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerScheduledReportEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerScheduledReportEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerScheduledReportList.php +file path=usr/share/zabbix/html/app/controllers/CControllerScheduledReportUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerScriptCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerScriptDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerScriptEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerScriptList.php +file path=usr/share/zabbix/html/app/controllers/CControllerScriptUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerScriptUserInputCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerScriptUserInputEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerSearch.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceList.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceListEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceListEditRefresh.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceListGeneral.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceListRefresh.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceStatusRuleValidate.php +file path=usr/share/zabbix/html/app/controllers/CControllerServiceUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaCreateUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaExcludedDowntimeValidate.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaList.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaReportList.php +file path=usr/share/zabbix/html/app/controllers/CControllerSlaUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerSoftwareVersionCheckGet.php +file path=usr/share/zabbix/html/app/controllers/CControllerSoftwareVersionCheckUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerSystemWarning.php +file path=usr/share/zabbix/html/app/controllers/CControllerTabFilterProfileUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateDashboardDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateDashboardEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateDashboardList.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateDashboardUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateGroupCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateGroupDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateGroupEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateGroupList.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateGroupUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateList.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateMassupdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTemplateUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTimeSelectorCalc.php +file path=usr/share/zabbix/html/app/controllers/CControllerTimeSelectorUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTimeoutsEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerTimeoutsUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTokenCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTokenDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerTokenDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerTokenEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerTokenList.php +file path=usr/share/zabbix/html/app/controllers/CControllerTokenUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTopTriggersList.php +file path=usr/share/zabbix/html/app/controllers/CControllerTrigDisplayEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerTrigDisplayUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerExpressionConstructor.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerList.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerMassupdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerPrototypeCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerPrototypeDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerPrototypeDisable.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerPrototypeEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerPrototypeEnable.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerPrototypeList.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerPrototypeUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerTriggerUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserEditGeneral.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserList.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserProfileEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserProfileUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserProvision.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserResetTotp.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserTokenList.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserUnblock.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserUpdateGeneral.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupList.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupMassUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupTagFilterCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupTagFilterEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupTagFilterList.php +file path=usr/share/zabbix/html/app/controllers/CControllerUsergroupUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserroleCreate.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserroleDelete.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserroleEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserroleEditGeneral.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserroleList.php +file path=usr/share/zabbix/html/app/controllers/CControllerUserroleUpdate.php +file path=usr/share/zabbix/html/app/controllers/CControllerWebScenarioStepCheck.php +file path=usr/share/zabbix/html/app/controllers/CControllerWebScenarioStepEdit.php +file path=usr/share/zabbix/html/app/controllers/CControllerWebView.php +file path=usr/share/zabbix/html/app/controllers/CControllerWidgetIterator.php +file path=usr/share/zabbix/html/app/controllers/CControllerWidgetNavigationTreeToggle.php +file path=usr/share/zabbix/html/app/partials/action.operations.php +file path=usr/share/zabbix/html/app/partials/action.recovery.operations.php +file path=usr/share/zabbix/html/app/partials/action.update.operations.php +file path=usr/share/zabbix/html/app/partials/administration.ha.nodes.php +file path=usr/share/zabbix/html/app/partials/administration.system.info.php +file path=usr/share/zabbix/html/app/partials/configuration.host.edit.html.php +file path=usr/share/zabbix/html/app/partials/configuration.host.interface.row.php +file path=usr/share/zabbix/html/app/partials/configuration.hostgroup.edit.html.php +file path=usr/share/zabbix/html/app/partials/configuration.tags.tab.php +file path=usr/share/zabbix/html/app/partials/configuration.templategroup.edit.html.php +file path=usr/share/zabbix/html/app/partials/configuration.valuemap.php +file path=usr/share/zabbix/html/app/partials/hostmacros.inherited.list.html.php +file path=usr/share/zabbix/html/app/partials/hostmacros.list.html.php +file path=usr/share/zabbix/html/app/partials/item.edit.item.tab.php +file path=usr/share/zabbix/html/app/partials/item.edit.preprocessing.tab.php +file path=usr/share/zabbix/html/app/partials/item.list.filter.php +file path=usr/share/zabbix/html/app/partials/js/configuration.host.edit.html.js.php +file path=usr/share/zabbix/html/app/partials/js/configuration.tags.tab.js.php +file path=usr/share/zabbix/html/app/partials/js/configuration.valuemap.js.php +file path=usr/share/zabbix/html/app/partials/js/scheduledreport.formgrid.js.php +file path=usr/share/zabbix/html/app/partials/js/scheduledreport.subscription.js.php +file path=usr/share/zabbix/html/app/partials/layout.htmlpage.aside.php +file path=usr/share/zabbix/html/app/partials/layout.htmlpage.footer.php +file path=usr/share/zabbix/html/app/partials/layout.htmlpage.header.php +file path=usr/share/zabbix/html/app/partials/massupdate.macros.tab.php +file path=usr/share/zabbix/html/app/partials/massupdate.valuemaps.tab.php +file path=usr/share/zabbix/html/app/partials/monitoring.charts.subfilter.php +file path=usr/share/zabbix/html/app/partials/monitoring.host.filter.php +file path=usr/share/zabbix/html/app/partials/monitoring.host.view.html.php +file path=usr/share/zabbix/html/app/partials/monitoring.latest.filter.php +file path=usr/share/zabbix/html/app/partials/monitoring.latest.subfilter.php +file path=usr/share/zabbix/html/app/partials/monitoring.latest.view.html.php +file path=usr/share/zabbix/html/app/partials/monitoring.problem.filter.php +file path=usr/share/zabbix/html/app/partials/monitoring.problem.view.html.php +file path=usr/share/zabbix/html/app/partials/scheduledreport.formgrid.html.php +file path=usr/share/zabbix/html/app/partials/scheduledreport.subscription.php +file path=usr/share/zabbix/html/app/partials/scheduledreport.table.html.php +file path=usr/share/zabbix/html/app/partials/service.info.php +file path=usr/share/zabbix/html/app/partials/service.list.edit.php +file path=usr/share/zabbix/html/app/partials/service.list.php +file path=usr/share/zabbix/html/app/partials/tags.list.html.php +file path=usr/share/zabbix/html/app/partials/timeselector.filter.php +file path=usr/share/zabbix/html/app/partials/trigger.edit.dependencies.tab.php +file path=usr/share/zabbix/html/app/partials/trigger.edit.trigger.tab.php +file path=usr/share/zabbix/html/app/partials/usergroup.tagfilters.php +file path=usr/share/zabbix/html/app/views/action.list.php +file path=usr/share/zabbix/html/app/views/administration.audit.settings.edit.php +file path=usr/share/zabbix/html/app/views/administration.authentication.edit.php +file path=usr/share/zabbix/html/app/views/administration.autoreg.edit.php +file path=usr/share/zabbix/html/app/views/administration.geomaps.edit.php +file path=usr/share/zabbix/html/app/views/administration.gui.edit.php +file path=usr/share/zabbix/html/app/views/administration.housekeeping.edit.php +file path=usr/share/zabbix/html/app/views/administration.iconmap.edit.php +file path=usr/share/zabbix/html/app/views/administration.iconmap.list.php +file path=usr/share/zabbix/html/app/views/administration.image.edit.php +file path=usr/share/zabbix/html/app/views/administration.image.list.php +file path=usr/share/zabbix/html/app/views/administration.macros.edit.php +file path=usr/share/zabbix/html/app/views/administration.miscconfig.edit.php +file path=usr/share/zabbix/html/app/views/administration.proxy.list.php +file path=usr/share/zabbix/html/app/views/administration.proxygroup.list.php +file path=usr/share/zabbix/html/app/views/administration.queue.details.php +file path=usr/share/zabbix/html/app/views/administration.queue.overview.php +file path=usr/share/zabbix/html/app/views/administration.queue.overview.proxy.php +file path=usr/share/zabbix/html/app/views/administration.regex.edit.php +file path=usr/share/zabbix/html/app/views/administration.regex.list.php +file path=usr/share/zabbix/html/app/views/administration.script.edit.php +file path=usr/share/zabbix/html/app/views/administration.script.list.php +file path=usr/share/zabbix/html/app/views/administration.timeouts.edit.php +file path=usr/share/zabbix/html/app/views/administration.token.list.php +file path=usr/share/zabbix/html/app/views/administration.trigdisplay.edit.php +file path=usr/share/zabbix/html/app/views/administration.user.edit.php +file path=usr/share/zabbix/html/app/views/administration.user.list.php +file path=usr/share/zabbix/html/app/views/administration.user.token.list.php +file path=usr/share/zabbix/html/app/views/administration.userrole.edit.php +file path=usr/share/zabbix/html/app/views/administration.userrole.list.php +file path=usr/share/zabbix/html/app/views/configuration.dashboard.edit.php +file path=usr/share/zabbix/html/app/views/configuration.dashboard.list.php +file path=usr/share/zabbix/html/app/views/configuration.discovery.edit.php +file path=usr/share/zabbix/html/app/views/configuration.discovery.list.php +file path=usr/share/zabbix/html/app/views/configuration.host.edit.php +file path=usr/share/zabbix/html/app/views/configuration.host.list.php +file path=usr/share/zabbix/html/app/views/configuration.hostgroup.edit.php +file path=usr/share/zabbix/html/app/views/configuration.hostgroup.list.php +file path=usr/share/zabbix/html/app/views/configuration.templategroup.edit.php +file path=usr/share/zabbix/html/app/views/configuration.templategroup.list.php +file path=usr/share/zabbix/html/app/views/connector.edit.php +file path=usr/share/zabbix/html/app/views/connector.list.php +file path=usr/share/zabbix/html/app/views/copy.edit.php +file path=usr/share/zabbix/html/app/views/correlation.condition.edit.php +file path=usr/share/zabbix/html/app/views/correlation.edit.php +file path=usr/share/zabbix/html/app/views/correlation.list.php +file path=usr/share/zabbix/html/app/views/dashboard.page.properties.edit.php +file path=usr/share/zabbix/html/app/views/dashboard.properties.edit.php +file path=usr/share/zabbix/html/app/views/discovery.check.edit.php +file path=usr/share/zabbix/html/app/views/hintbox.actionlist.php +file path=usr/share/zabbix/html/app/views/hintbox.eventlist.php +file path=usr/share/zabbix/html/app/views/hostmacros.list.php +file path=usr/share/zabbix/html/app/views/item.edit.php +file path=usr/share/zabbix/html/app/views/item.list.php +file path=usr/share/zabbix/html/app/views/item.massupdate.php +file path=usr/share/zabbix/html/app/views/item.prototype.edit.php +file path=usr/share/zabbix/html/app/views/item.prototype.list.php +file path=usr/share/zabbix/html/app/views/item.tags.list.php +file path=usr/share/zabbix/html/app/views/js/action.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.audit.settings.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.authentication.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.autoreg.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.geomaps.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.gui.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.housekeeping.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.iconmap.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.image.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.image.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.macros.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.miscconfig.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.proxy.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.proxygroup.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.regex.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.script.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.script.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.timeouts.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.token.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.trigdisplay.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.user.edit.common.js.php +file path=usr/share/zabbix/html/app/views/js/administration.user.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.user.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.user.token.list.js.php +file path=usr/share/zabbix/html/app/views/js/administration.userprofile.edit.js.php +file path=usr/share/zabbix/html/app/views/js/administration.userrole.edit.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.dashboard.edit.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.dashboard.list.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.discovery.edit.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.discovery.list.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.host.edit.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.host.list.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.hostgroup.edit.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.hostgroup.list.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.templategroup.edit.js.php +file path=usr/share/zabbix/html/app/views/js/configuration.templategroup.list.js.php +file path=usr/share/zabbix/html/app/views/js/connector.edit.js.php +file path=usr/share/zabbix/html/app/views/js/connector.list.js.php +file path=usr/share/zabbix/html/app/views/js/copy.edit.js.php +file path=usr/share/zabbix/html/app/views/js/correlation.condition.edit.js.php +file path=usr/share/zabbix/html/app/views/js/correlation.edit.js.php +file path=usr/share/zabbix/html/app/views/js/correlation.list.js.php +file path=usr/share/zabbix/html/app/views/js/discovery.check.edit.js.php +file path=usr/share/zabbix/html/app/views/js/item.edit.js.php +file path=usr/share/zabbix/html/app/views/js/item.list.js.php +file path=usr/share/zabbix/html/app/views/js/item.massupdate.js.php +file path=usr/share/zabbix/html/app/views/js/item.prototype.list.js.php +file path=usr/share/zabbix/html/app/views/js/maintenance.edit.js.php +file path=usr/share/zabbix/html/app/views/js/maintenance.list.js.php +file path=usr/share/zabbix/html/app/views/js/maintenance.timeperiod.edit.js.php +file path=usr/share/zabbix/html/app/views/js/mediatype.edit.js.php +file path=usr/share/zabbix/html/app/views/js/mediatype.list.js.php +file path=usr/share/zabbix/html/app/views/js/mediatype.message.edit.js.php +file path=usr/share/zabbix/html/app/views/js/mediatype.test.edit.js.php +file path=usr/share/zabbix/html/app/views/js/mfa.edit.js.php +file path=usr/share/zabbix/html/app/views/js/module.edit.js.php +file path=usr/share/zabbix/html/app/views/js/module.list.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.charts.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.dashboard.print.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.dashboard.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.discovery.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.host.dashboard.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.host.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.latest.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.map.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.problem.view.js.php +file path=usr/share/zabbix/html/app/views/js/monitoring.web.view.js.php +file path=usr/share/zabbix/html/app/views/js/popup.acknowledge.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.action.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.condition.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.dashboard.share.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.discovery.check.js.php +file path=usr/share/zabbix/html/app/views/js/popup.generic.js.php +file path=usr/share/zabbix/html/app/views/js/popup.host.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.hostgroup.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.import.compare.js.php +file path=usr/share/zabbix/html/app/views/js/popup.import.js.php +file path=usr/share/zabbix/html/app/views/js/popup.itemtestedit.view.js.php +file path=usr/share/zabbix/html/app/views/js/popup.ldap.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.ldap.test.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.massupdate.js.php +file path=usr/share/zabbix/html/app/views/js/popup.massupdate.macros.js.php +file path=usr/share/zabbix/html/app/views/js/popup.massupdate.tmpl.js.php +file path=usr/share/zabbix/html/app/views/js/popup.media.js.php +file path=usr/share/zabbix/html/app/views/js/popup.mediatypemapping.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.operation.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.proxy.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.proxygroup.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.scheduledreport.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.scheduledreport.subscription.js.php +file path=usr/share/zabbix/html/app/views/js/popup.scriptexec.js.php +file path=usr/share/zabbix/html/app/views/js/popup.service.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.service.statusrule.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.services.js.php +file path=usr/share/zabbix/html/app/views/js/popup.sla.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.sla.excludeddowntime.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.tabfilter.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.templategroup.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.token.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.triggerexpr.js.php +file path=usr/share/zabbix/html/app/views/js/popup.usergroupmapping.edit.js.php +file path=usr/share/zabbix/html/app/views/js/popup.valuemap.edit.js.php +file path=usr/share/zabbix/html/app/views/js/reports.actionlog.list.js.php +file path=usr/share/zabbix/html/app/views/js/reports.auditlog.list.js.php +file path=usr/share/zabbix/html/app/views/js/reports.scheduledreport.edit.js.php +file path=usr/share/zabbix/html/app/views/js/reports.toptriggers.list.js.php +file path=usr/share/zabbix/html/app/views/js/script.userinput.edit.js.php +file path=usr/share/zabbix/html/app/views/js/search.js.php +file path=usr/share/zabbix/html/app/views/js/service.list.js.php +file path=usr/share/zabbix/html/app/views/js/sla.list.js.php +file path=usr/share/zabbix/html/app/views/js/slareport.list.js.php +file path=usr/share/zabbix/html/app/views/js/template.edit.js.php +file path=usr/share/zabbix/html/app/views/js/template.list.js.php +file path=usr/share/zabbix/html/app/views/js/trigger.edit.js.php +file path=usr/share/zabbix/html/app/views/js/trigger.list.js.php +file path=usr/share/zabbix/html/app/views/js/trigger.massupdate.js.php +file path=usr/share/zabbix/html/app/views/js/trigger.prototype.list.js.php +file path=usr/share/zabbix/html/app/views/js/usergroup.edit.js.php +file path=usr/share/zabbix/html/app/views/js/usergroup.tagfilter.edit.js.php +file path=usr/share/zabbix/html/app/views/js/webscenario.step.edit.js.php +file path=usr/share/zabbix/html/app/views/layout.csv.php +file path=usr/share/zabbix/html/app/views/layout.export.php +file path=usr/share/zabbix/html/app/views/layout.htmlpage.php +file path=usr/share/zabbix/html/app/views/layout.image.php +file path=usr/share/zabbix/html/app/views/layout.javascript.php +file path=usr/share/zabbix/html/app/views/layout.json.php +file path=usr/share/zabbix/html/app/views/layout.print.php +file path=usr/share/zabbix/html/app/views/layout.warning.php +file path=usr/share/zabbix/html/app/views/layout.widget.php +file path=usr/share/zabbix/html/app/views/maintenance.edit.php +file path=usr/share/zabbix/html/app/views/maintenance.list.php +file path=usr/share/zabbix/html/app/views/maintenance.timeperiod.edit.php +file path=usr/share/zabbix/html/app/views/mediatype.edit.php +file path=usr/share/zabbix/html/app/views/mediatype.list.php +file path=usr/share/zabbix/html/app/views/mediatype.message.edit.php +file path=usr/share/zabbix/html/app/views/mediatype.test.edit.php +file path=usr/share/zabbix/html/app/views/mfa.edit.php +file path=usr/share/zabbix/html/app/views/module.edit.php +file path=usr/share/zabbix/html/app/views/module.list.php +file path=usr/share/zabbix/html/app/views/monitoring.charts.view.json.php +file path=usr/share/zabbix/html/app/views/monitoring.charts.view.php +file path=usr/share/zabbix/html/app/views/monitoring.dashboard.list.php +file path=usr/share/zabbix/html/app/views/monitoring.dashboard.print.php +file path=usr/share/zabbix/html/app/views/monitoring.dashboard.view.php +file path=usr/share/zabbix/html/app/views/monitoring.discovery.view.php +file path=usr/share/zabbix/html/app/views/monitoring.host.dashboard.view.php +file path=usr/share/zabbix/html/app/views/monitoring.host.view.php +file path=usr/share/zabbix/html/app/views/monitoring.host.view.refresh.php +file path=usr/share/zabbix/html/app/views/monitoring.latest.view.php +file path=usr/share/zabbix/html/app/views/monitoring.latest.view.refresh.php +file path=usr/share/zabbix/html/app/views/monitoring.map.view.php +file path=usr/share/zabbix/html/app/views/monitoring.problem.view.php +file path=usr/share/zabbix/html/app/views/monitoring.problem.view.refresh.php +file path=usr/share/zabbix/html/app/views/monitoring.web.view.php +file path=usr/share/zabbix/html/app/views/popup.acknowledge.edit.php +file path=usr/share/zabbix/html/app/views/popup.action.edit.php +file path=usr/share/zabbix/html/app/views/popup.action.operations.list.php +file path=usr/share/zabbix/html/app/views/popup.condition.edit.php +file path=usr/share/zabbix/html/app/views/popup.dashboard.share.edit.php +file path=usr/share/zabbix/html/app/views/popup.discovery.check.php +file path=usr/share/zabbix/html/app/views/popup.generic.php +file path=usr/share/zabbix/html/app/views/popup.host.edit.php +file path=usr/share/zabbix/html/app/views/popup.hostgroup.edit.php +file path=usr/share/zabbix/html/app/views/popup.import.compare.php +file path=usr/share/zabbix/html/app/views/popup.import.php +file path=usr/share/zabbix/html/app/views/popup.itemtestedit.view.php +file path=usr/share/zabbix/html/app/views/popup.ldap.edit.php +file path=usr/share/zabbix/html/app/views/popup.ldap.test.edit.php +file path=usr/share/zabbix/html/app/views/popup.lldoperation.php +file path=usr/share/zabbix/html/app/views/popup.lldoverride.php +file path=usr/share/zabbix/html/app/views/popup.massupdate.host.php +file path=usr/share/zabbix/html/app/views/popup.massupdate.service.php +file path=usr/share/zabbix/html/app/views/popup.media.php +file path=usr/share/zabbix/html/app/views/popup.mediatypemapping.edit.php +file path=usr/share/zabbix/html/app/views/popup.operation.edit.php +file path=usr/share/zabbix/html/app/views/popup.proxy.edit.php +file path=usr/share/zabbix/html/app/views/popup.proxygroup.edit.php +file path=usr/share/zabbix/html/app/views/popup.scheduledreport.edit.php +file path=usr/share/zabbix/html/app/views/popup.scheduledreport.list.php +file path=usr/share/zabbix/html/app/views/popup.scheduledreport.subscription.php +file path=usr/share/zabbix/html/app/views/popup.scheduledreport.test.php +file path=usr/share/zabbix/html/app/views/popup.scriptexec.php +file path=usr/share/zabbix/html/app/views/popup.service.edit.php +file path=usr/share/zabbix/html/app/views/popup.service.statusrule.edit.php +file path=usr/share/zabbix/html/app/views/popup.services.php +file path=usr/share/zabbix/html/app/views/popup.sla.edit.php +file path=usr/share/zabbix/html/app/views/popup.sla.excludeddowntime.edit.php +file path=usr/share/zabbix/html/app/views/popup.tabfilter.edit.php +file path=usr/share/zabbix/html/app/views/popup.templategroup.edit.php +file path=usr/share/zabbix/html/app/views/popup.testtriggerexpr.php +file path=usr/share/zabbix/html/app/views/popup.token.edit.php +file path=usr/share/zabbix/html/app/views/popup.token.view.php +file path=usr/share/zabbix/html/app/views/popup.triggerexpr.php +file path=usr/share/zabbix/html/app/views/popup.usergroupmapping.edit.php +file path=usr/share/zabbix/html/app/views/popup.valuemap.edit.php +file path=usr/share/zabbix/html/app/views/popup.view.php +file path=usr/share/zabbix/html/app/views/report.status.php +file path=usr/share/zabbix/html/app/views/reports.actionlog.list.csv.php +file path=usr/share/zabbix/html/app/views/reports.actionlog.list.php +file path=usr/share/zabbix/html/app/views/reports.auditlog.list.php +file path=usr/share/zabbix/html/app/views/reports.scheduledreport.edit.php +file path=usr/share/zabbix/html/app/views/reports.scheduledreport.list.php +file path=usr/share/zabbix/html/app/views/reports.toptriggers.list.php +file path=usr/share/zabbix/html/app/views/script.userinput.edit.php +file path=usr/share/zabbix/html/app/views/search.php +file path=usr/share/zabbix/html/app/views/service.list.edit.php +file path=usr/share/zabbix/html/app/views/service.list.edit.refresh.php +file path=usr/share/zabbix/html/app/views/service.list.php +file path=usr/share/zabbix/html/app/views/service.list.refresh.php +file path=usr/share/zabbix/html/app/views/sla.list.php +file path=usr/share/zabbix/html/app/views/slareport.list.php +file path=usr/share/zabbix/html/app/views/system.warning.php +file path=usr/share/zabbix/html/app/views/template.edit.php +file path=usr/share/zabbix/html/app/views/template.list.php +file path=usr/share/zabbix/html/app/views/template.massupdate.php +file path=usr/share/zabbix/html/app/views/trigger.edit.php +file path=usr/share/zabbix/html/app/views/trigger.expression.constructor.php +file path=usr/share/zabbix/html/app/views/trigger.list.php +file path=usr/share/zabbix/html/app/views/trigger.massupdate.php +file path=usr/share/zabbix/html/app/views/trigger.prototype.edit.php +file path=usr/share/zabbix/html/app/views/trigger.prototype.list.php +file path=usr/share/zabbix/html/app/views/usergroup.edit.php +file path=usr/share/zabbix/html/app/views/usergroup.list.php +file path=usr/share/zabbix/html/app/views/usergroup.tagfilter.edit.php +file path=usr/share/zabbix/html/app/views/usergroup.tagfilter.list.php +file path=usr/share/zabbix/html/app/views/webscenario.step.edit.php +file path=usr/share/zabbix/html/app/views/widget.edit.php +file path=usr/share/zabbix/html/app/views/widget.view.php +file path=usr/share/zabbix/html/assets/fonts/DejaVuSans.ttf +file path=usr/share/zabbix/html/assets/fonts/zabbix-icons.svg +file path=usr/share/zabbix/html/assets/fonts/zabbix-icons.ttf +file path=usr/share/zabbix/html/assets/fonts/zabbix-icons.woff +file path=usr/share/zabbix/html/assets/fonts/zabbix-icons.woff2 +file path=usr/share/zabbix/html/assets/img/apple-touch-icon-120x120-precomposed.png +file path=usr/share/zabbix/html/assets/img/apple-touch-icon-152x152-precomposed.png +file path=usr/share/zabbix/html/assets/img/apple-touch-icon-180x180-precomposed.png +file path=usr/share/zabbix/html/assets/img/apple-touch-icon-76x76-precomposed.png +file path=usr/share/zabbix/html/assets/img/browser-sprite.png +file path=usr/share/zabbix/html/assets/img/ms-tile-144x144.png +file path=usr/share/zabbix/html/assets/img/touch-icon-192x192.png +file path=usr/share/zabbix/html/assets/styles/blue-theme.css +file path=usr/share/zabbix/html/assets/styles/dark-theme.css +file path=usr/share/zabbix/html/assets/styles/hc-dark.css +file path=usr/share/zabbix/html/assets/styles/hc-light.css +file path=usr/share/zabbix/html/assets/styles/vendors/Leaflet/LICENSE +file path=usr/share/zabbix/html/assets/styles/vendors/Leaflet/leaflet.css +file path=usr/share/zabbix/html/audio/alarm_average.mp3 +file path=usr/share/zabbix/html/audio/alarm_disaster.mp3 +file path=usr/share/zabbix/html/audio/alarm_high.mp3 +file path=usr/share/zabbix/html/audio/alarm_information.mp3 +file path=usr/share/zabbix/html/audio/alarm_ok.mp3 +file path=usr/share/zabbix/html/audio/alarm_warning.mp3 +file path=usr/share/zabbix/html/audio/no_sound.mp3 +file path=usr/share/zabbix/html/browserwarning.php +file path=usr/share/zabbix/html/chart.php +file path=usr/share/zabbix/html/chart2.php +file path=usr/share/zabbix/html/chart3.php +file path=usr/share/zabbix/html/chart4.php +file path=usr/share/zabbix/html/chart6.php +file path=usr/share/zabbix/html/chart7.php +file path=usr/share/zabbix/html/composer.json +file path=usr/share/zabbix/html/composer.lock +file path=usr/share/zabbix/html/conf/.htaccess +file path=usr/share/zabbix/html/conf/maintenance.inc.php +file path=usr/share/zabbix/html/conf/zabbix.conf.php.example +file path=usr/share/zabbix/html/data/top_passwords.txt +file path=usr/share/zabbix-sql-scripts/elasticsearch/elasticsearch.map +file path=usr/share/zabbix-sql-scripts/mysql/data.sql +file path=usr/share/zabbix-sql-scripts/mysql/images.sql +file path=usr/share/zabbix-sql-scripts/mysql/option-patches/history_upgrade_prepare.sql +file path=usr/share/zabbix-sql-scripts/mysql/schema.sql +file path=usr/share/zabbix-sql-scripts/oracle/data.sql +file path=usr/share/zabbix-sql-scripts/oracle/images.sql +file path=usr/share/zabbix-sql-scripts/oracle/option-patches/history_upgrade_prepare.sql +file path=usr/share/zabbix-sql-scripts/oracle/option-patches/items_nvarchar_prepare.sql +file path=usr/share/zabbix-sql-scripts/oracle/schema.sql +file path=usr/share/zabbix-sql-scripts/postgresql/data.sql +file path=usr/share/zabbix-sql-scripts/postgresql/images.sql +file path=usr/share/zabbix-sql-scripts/postgresql/option-patches/history_upgrade_prepare.sql +file path=usr/share/zabbix-sql-scripts/postgresql/schema.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/history_upgrade.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/history_upgrade_log.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/history_upgrade_prepare.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/history_upgrade_str.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/history_upgrade_text.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/history_upgrade_uint.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/with-compression/trends_upgrade.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/history_upgrade.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/history_upgrade_log.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/history_upgrade_prepare.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/history_upgrade_str.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/history_upgrade_text.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/history_upgrade_uint.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/option-patches/without-compression/trends_upgrade.sql +file path=usr/share/zabbix-sql-scripts/postgresql/timescaledb/schema.sql +file path=usr/share/zabbix-sql-scripts/sqlite3/data.sql +file path=usr/share/zabbix-sql-scripts/sqlite3/images.sql +file path=usr/share/zabbix-sql-scripts/sqlite3/schema.sql +file path=usr/share/zabbix/html/favicon.ico +file path=usr/share/zabbix/html/graphs.php +file path=usr/share/zabbix/html/history.php +file path=usr/share/zabbix/html/host_discovery.php +file path=usr/share/zabbix/html/host_prototypes.php +file path=usr/share/zabbix/html/hostinventories.php +file path=usr/share/zabbix/html/hostinventoriesoverview.php +file path=usr/share/zabbix/html/httpconf.php +file path=usr/share/zabbix/html/httpdetails.php +file path=usr/share/zabbix/html/image.php +file path=usr/share/zabbix/html/imgstore.php +file path=usr/share/zabbix/html/include/.htaccess +file path=usr/share/zabbix/html/include/actions.inc.php +file path=usr/share/zabbix/html/include/blocks.inc.php +file path=usr/share/zabbix/html/include/classes/api/API.php +file path=usr/share/zabbix/html/include/classes/api/APIException.php +file path=usr/share/zabbix/html/include/classes/api/CApiClientResponse.php +file path=usr/share/zabbix/html/include/classes/api/CApiService.php +file path=usr/share/zabbix/html/include/classes/api/CApiServiceFactory.php +file path=usr/share/zabbix/html/include/classes/api/CAudit.php +file path=usr/share/zabbix/html/include/classes/api/CAuditOld.php +file path=usr/share/zabbix/html/include/classes/api/CItemTypeFactory.php +file path=usr/share/zabbix/html/include/classes/api/CRelationMap.php +file path=usr/share/zabbix/html/include/classes/api/clients/CApiClient.php +file path=usr/share/zabbix/html/include/classes/api/clients/CLocalApiClient.php +file path=usr/share/zabbix/html/include/classes/api/helpers/CApiHostHelper.php +file path=usr/share/zabbix/html/include/classes/api/helpers/CApiTagHelper.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemType.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeBrowser.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeCalculated.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeDbMonitor.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeDependent.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeExternal.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeHttpAgent.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeInternal.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeIpmi.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeJmx.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeScript.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeSimple.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeSnmp.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeSnmpTrap.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeSsh.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeTelnet.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeTrapper.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeZabbix.php +file path=usr/share/zabbix/html/include/classes/api/item_types/CItemTypeZabbixActive.php +file path=usr/share/zabbix/html/include/classes/api/managers/CGraphManager.php +file path=usr/share/zabbix/html/include/classes/api/managers/CGraphPrototypeManager.php +file path=usr/share/zabbix/html/include/classes/api/managers/CHistoryManager.php +file path=usr/share/zabbix/html/include/classes/api/managers/CHttpTestManager.php +file path=usr/share/zabbix/html/include/classes/api/managers/CTriggerManager.php +file path=usr/share/zabbix/html/include/classes/api/managers/CTriggerPrototypeManager.php +file path=usr/share/zabbix/html/include/classes/api/services/CAPIInfo.php +file path=usr/share/zabbix/html/include/classes/api/services/CAction.php +file path=usr/share/zabbix/html/include/classes/api/services/CAlert.php +file path=usr/share/zabbix/html/include/classes/api/services/CAuditLog.php +file path=usr/share/zabbix/html/include/classes/api/services/CAuthentication.php +file path=usr/share/zabbix/html/include/classes/api/services/CAutoregistration.php +file path=usr/share/zabbix/html/include/classes/api/services/CConfiguration.php +file path=usr/share/zabbix/html/include/classes/api/services/CConnector.php +file path=usr/share/zabbix/html/include/classes/api/services/CCorrelation.php +file path=usr/share/zabbix/html/include/classes/api/services/CDCheck.php +file path=usr/share/zabbix/html/include/classes/api/services/CDHost.php +file path=usr/share/zabbix/html/include/classes/api/services/CDRule.php +file path=usr/share/zabbix/html/include/classes/api/services/CDService.php +file path=usr/share/zabbix/html/include/classes/api/services/CDashboard.php +file path=usr/share/zabbix/html/include/classes/api/services/CDashboardGeneral.php +file path=usr/share/zabbix/html/include/classes/api/services/CDiscoveryRule.php +file path=usr/share/zabbix/html/include/classes/api/services/CEvent.php +file path=usr/share/zabbix/html/include/classes/api/services/CGraph.php +file path=usr/share/zabbix/html/include/classes/api/services/CGraphGeneral.php +file path=usr/share/zabbix/html/include/classes/api/services/CGraphItem.php +file path=usr/share/zabbix/html/include/classes/api/services/CGraphPrototype.php +file path=usr/share/zabbix/html/include/classes/api/services/CHaNode.php +file path=usr/share/zabbix/html/include/classes/api/services/CHistory.php +file path=usr/share/zabbix/html/include/classes/api/services/CHost.php +file path=usr/share/zabbix/html/include/classes/api/services/CHostBase.php +file path=usr/share/zabbix/html/include/classes/api/services/CHostGeneral.php +file path=usr/share/zabbix/html/include/classes/api/services/CHostGroup.php +file path=usr/share/zabbix/html/include/classes/api/services/CHostInterface.php +file path=usr/share/zabbix/html/include/classes/api/services/CHostPrototype.php +file path=usr/share/zabbix/html/include/classes/api/services/CHousekeeping.php +file path=usr/share/zabbix/html/include/classes/api/services/CHttpTest.php +file path=usr/share/zabbix/html/include/classes/api/services/CIconMap.php +file path=usr/share/zabbix/html/include/classes/api/services/CImage.php +file path=usr/share/zabbix/html/include/classes/api/services/CItem.php +file path=usr/share/zabbix/html/include/classes/api/services/CItemGeneral.php +file path=usr/share/zabbix/html/include/classes/api/services/CItemPrototype.php +file path=usr/share/zabbix/html/include/classes/api/services/CMaintenance.php +file path=usr/share/zabbix/html/include/classes/api/services/CMap.php +file path=usr/share/zabbix/html/include/classes/api/services/CMapElement.php +file path=usr/share/zabbix/html/include/classes/api/services/CMediatype.php +file path=usr/share/zabbix/html/include/classes/api/services/CMfa.php +file path=usr/share/zabbix/html/include/classes/api/services/CModule.php +file path=usr/share/zabbix/html/include/classes/api/services/CProblem.php +file path=usr/share/zabbix/html/include/classes/api/services/CProxy.php +file path=usr/share/zabbix/html/include/classes/api/services/CProxyGroup.php +file path=usr/share/zabbix/html/include/classes/api/services/CRegexp.php +file path=usr/share/zabbix/html/include/classes/api/services/CReport.php +file path=usr/share/zabbix/html/include/classes/api/services/CRole.php +file path=usr/share/zabbix/html/include/classes/api/services/CScript.php +file path=usr/share/zabbix/html/include/classes/api/services/CService.php +file path=usr/share/zabbix/html/include/classes/api/services/CSettings.php +file path=usr/share/zabbix/html/include/classes/api/services/CSla.php +file path=usr/share/zabbix/html/include/classes/api/services/CTask.php +file path=usr/share/zabbix/html/include/classes/api/services/CTemplate.php +file path=usr/share/zabbix/html/include/classes/api/services/CTemplateDashboard.php +file path=usr/share/zabbix/html/include/classes/api/services/CTemplateGroup.php +file path=usr/share/zabbix/html/include/classes/api/services/CToken.php +file path=usr/share/zabbix/html/include/classes/api/services/CTrend.php +file path=usr/share/zabbix/html/include/classes/api/services/CTrigger.php +file path=usr/share/zabbix/html/include/classes/api/services/CTriggerGeneral.php +file path=usr/share/zabbix/html/include/classes/api/services/CTriggerPrototype.php +file path=usr/share/zabbix/html/include/classes/api/services/CUser.php +file path=usr/share/zabbix/html/include/classes/api/services/CUserDirectory.php +file path=usr/share/zabbix/html/include/classes/api/services/CUserGroup.php +file path=usr/share/zabbix/html/include/classes/api/services/CUserMacro.php +file path=usr/share/zabbix/html/include/classes/api/services/CValueMap.php +file path=usr/share/zabbix/html/include/classes/api/wrappers/CApiWrapper.php +file path=usr/share/zabbix/html/include/classes/api/wrappers/CFrontendApiWrapper.php +file path=usr/share/zabbix/html/include/classes/core/APP.php +file path=usr/share/zabbix/html/include/classes/core/CAjaxResponse.php +file path=usr/share/zabbix/html/include/classes/core/CAutoloader.php +file path=usr/share/zabbix/html/include/classes/core/CComponentRegistry.php +file path=usr/share/zabbix/html/include/classes/core/CConfigFile.php +file path=usr/share/zabbix/html/include/classes/core/CCookieSession.php +file path=usr/share/zabbix/html/include/classes/core/CEncryptedCookieSession.php +file path=usr/share/zabbix/html/include/classes/core/CHttpRequest.php +file path=usr/share/zabbix/html/include/classes/core/CJsonRpc.php +file path=usr/share/zabbix/html/include/classes/core/CModule.php +file path=usr/share/zabbix/html/include/classes/core/CModuleManager.php +file path=usr/share/zabbix/html/include/classes/core/CRegistryFactory.php +file path=usr/share/zabbix/html/include/classes/core/CWidget.php +file path=usr/share/zabbix/html/include/classes/core/ConfigFileException.php +file path=usr/share/zabbix/html/include/classes/core/Manager.php +file path=usr/share/zabbix/html/include/classes/core/ZBase.php +file path=usr/share/zabbix/html/include/classes/data/CAggFunctionData.php +file path=usr/share/zabbix/html/include/classes/data/CHistFunctionData.php +file path=usr/share/zabbix/html/include/classes/data/CItemData.php +file path=usr/share/zabbix/html/include/classes/data/CMathFunctionData.php +file path=usr/share/zabbix/html/include/classes/data/CWidgetsData.php +file path=usr/share/zabbix/html/include/classes/db/DB.php +file path=usr/share/zabbix/html/include/classes/db/DBException.php +file path=usr/share/zabbix/html/include/classes/db/DbBackend.php +file path=usr/share/zabbix/html/include/classes/db/MysqlDbBackend.php +file path=usr/share/zabbix/html/include/classes/db/OracleDbBackend.php +file path=usr/share/zabbix/html/include/classes/db/PostgresqlDbBackend.php +file path=usr/share/zabbix/html/include/classes/debug/CProfiler.php +file path=usr/share/zabbix/html/include/classes/export/CConfigurationExport.php +file path=usr/share/zabbix/html/include/classes/export/CConfigurationExportBuilder.php +file path=usr/share/zabbix/html/include/classes/export/CConfigurationExportException.php +file path=usr/share/zabbix/html/include/classes/export/writers/CExportWriter.php +file path=usr/share/zabbix/html/include/classes/export/writers/CExportWriterFactory.php +file path=usr/share/zabbix/html/include/classes/export/writers/CJsonExportWriter.php +file path=usr/share/zabbix/html/include/classes/export/writers/CRawExportWriter.php +file path=usr/share/zabbix/html/include/classes/export/writers/CXmlExportWriter.php +file path=usr/share/zabbix/html/include/classes/export/writers/CYamlExportWriter.php +file path=usr/share/zabbix/html/include/classes/graph/CSvgGraph.php +file path=usr/share/zabbix/html/include/classes/graphdraw/CGraphDraw.php +file path=usr/share/zabbix/html/include/classes/graphdraw/CLineGraphDraw.php +file path=usr/share/zabbix/html/include/classes/graphdraw/CPieGraphDraw.php +file path=usr/share/zabbix/html/include/classes/helpers/CArrayHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CAuthenticationHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CBrandHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CConditionHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CCookieHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CCorrelationHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CCsrfTokenHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CCuid.php +file path=usr/share/zabbix/html/include/classes/helpers/CDashboardHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CDataCacheHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CDocHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CElasticsearchHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CEncryptHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CGraphGeneralHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CGraphHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CGraphPrototypeHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CHintBoxHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CHostPrototypeHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CHousekeepingHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CItemGeneralHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CItemHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CItemPrototypeHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CLldRuleHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CMaintenanceHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CMapHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CMathHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CMediatypeHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CMenuHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CMenuPopupHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CMessageHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CPagerHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CRegexHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CRoleHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CServiceHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CSessionHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CSettingsHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CSeverityHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CSlaHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CSystemInfoHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CTagFilterFieldHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CTemplateHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CTimePeriodHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CTimezoneHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CTriggerGeneralHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CTriggerHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CTriggerPrototypeHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CUploadFile.php +file path=usr/share/zabbix/html/include/classes/helpers/CValueMapHelper.php +file path=usr/share/zabbix/html/include/classes/helpers/CViewHelper.php +file path=usr/share/zabbix/html/include/classes/html/CActionButtonList.php +file path=usr/share/zabbix/html/include/classes/html/CBarGauge.php +file path=usr/share/zabbix/html/include/classes/html/CBreadcrumbs.php +file path=usr/share/zabbix/html/include/classes/html/CButton.php +file path=usr/share/zabbix/html/include/classes/html/CButtonCancel.php +file path=usr/share/zabbix/html/include/classes/html/CButtonDelete.php +file path=usr/share/zabbix/html/include/classes/html/CButtonDropdown.php +file path=usr/share/zabbix/html/include/classes/html/CButtonExport.php +file path=usr/share/zabbix/html/include/classes/html/CButtonIcon.php +file path=usr/share/zabbix/html/include/classes/html/CButtonLink.php +file path=usr/share/zabbix/html/include/classes/html/CButtonQMessage.php +file path=usr/share/zabbix/html/include/classes/html/CCheckBox.php +file path=usr/share/zabbix/html/include/classes/html/CCheckBoxList.php +file path=usr/share/zabbix/html/include/classes/html/CClock.php +file path=usr/share/zabbix/html/include/classes/html/CCol.php +file path=usr/share/zabbix/html/include/classes/html/CColHeader.php +file path=usr/share/zabbix/html/include/classes/html/CColor.php +file path=usr/share/zabbix/html/include/classes/html/CDateSelector.php +file path=usr/share/zabbix/html/include/classes/html/CDiv.php +file path=usr/share/zabbix/html/include/classes/html/CExpandableSubfilter.php +file path=usr/share/zabbix/html/include/classes/html/CFile.php +file path=usr/share/zabbix/html/include/classes/html/CFilter.php +file path=usr/share/zabbix/html/include/classes/html/CForm.php +file path=usr/share/zabbix/html/include/classes/html/CFormActions.php +file path=usr/share/zabbix/html/include/classes/html/CFormField.php +file path=usr/share/zabbix/html/include/classes/html/CFormFieldset.php +file path=usr/share/zabbix/html/include/classes/html/CFormFieldsetCollapsible.php +file path=usr/share/zabbix/html/include/classes/html/CFormGrid.php +file path=usr/share/zabbix/html/include/classes/html/CFormList.php +file path=usr/share/zabbix/html/include/classes/html/CHorList.php +file path=usr/share/zabbix/html/include/classes/html/CHostAvailability.php +file path=usr/share/zabbix/html/include/classes/html/CHtmlEntity.php +file path=usr/share/zabbix/html/include/classes/html/CHtmlPage.php +file path=usr/share/zabbix/html/include/classes/html/CHtmlPageHeader.php +file path=usr/share/zabbix/html/include/classes/html/CIFrame.php +file path=usr/share/zabbix/html/include/classes/html/CIcon.php +file path=usr/share/zabbix/html/include/classes/html/CImageTextTable.php +file path=usr/share/zabbix/html/include/classes/html/CImg.php +file path=usr/share/zabbix/html/include/classes/html/CInput.php +file path=usr/share/zabbix/html/include/classes/html/CInputSecret.php +file path=usr/share/zabbix/html/include/classes/html/CJsScript.php +file path=usr/share/zabbix/html/include/classes/html/CLabel.php +file path=usr/share/zabbix/html/include/classes/html/CLink.php +file path=usr/share/zabbix/html/include/classes/html/CLinkAction.php +file path=usr/share/zabbix/html/include/classes/html/CList.php +file path=usr/share/zabbix/html/include/classes/html/CListItem.php +file path=usr/share/zabbix/html/include/classes/html/CMacroValue.php +file path=usr/share/zabbix/html/include/classes/html/CMenu.php +file path=usr/share/zabbix/html/include/classes/html/CMenuItem.php +file path=usr/share/zabbix/html/include/classes/html/CMultiSelect.php +file path=usr/share/zabbix/html/include/classes/html/CMultilineInput.php +file path=usr/share/zabbix/html/include/classes/html/CNumericBox.php +file path=usr/share/zabbix/html/include/classes/html/CObject.php +file path=usr/share/zabbix/html/include/classes/html/CPassBox.php +file path=usr/share/zabbix/html/include/classes/html/CPatternSelect.php +file path=usr/share/zabbix/html/include/classes/html/CPre.php +file path=usr/share/zabbix/html/include/classes/html/CRadioButtonList.php +file path=usr/share/zabbix/html/include/classes/html/CRangeControl.php +file path=usr/share/zabbix/html/include/classes/html/CRedirectButton.php +file path=usr/share/zabbix/html/include/classes/html/CRow.php +file path=usr/share/zabbix/html/include/classes/html/CRowHeader.php +file path=usr/share/zabbix/html/include/classes/html/CScriptTag.php +file path=usr/share/zabbix/html/include/classes/html/CSection.php +file path=usr/share/zabbix/html/include/classes/html/CSectionCollapsible.php +file path=usr/share/zabbix/html/include/classes/html/CSelect.php +file path=usr/share/zabbix/html/include/classes/html/CSelectOption.php +file path=usr/share/zabbix/html/include/classes/html/CSelectOptionGroup.php +file path=usr/share/zabbix/html/include/classes/html/CSeverity.php +file path=usr/share/zabbix/html/include/classes/html/CSimpleButton.php +file path=usr/share/zabbix/html/include/classes/html/CSpan.php +file path=usr/share/zabbix/html/include/classes/html/CSubmit.php +file path=usr/share/zabbix/html/include/classes/html/CSubmitButton.php +file path=usr/share/zabbix/html/include/classes/html/CSup.php +file path=usr/share/zabbix/html/include/classes/html/CTabFilter.php +file path=usr/share/zabbix/html/include/classes/html/CTabView.php +file path=usr/share/zabbix/html/include/classes/html/CTable.php +file path=usr/share/zabbix/html/include/classes/html/CTableColumn.php +file path=usr/share/zabbix/html/include/classes/html/CTableInfo.php +file path=usr/share/zabbix/html/include/classes/html/CTag.php +file path=usr/share/zabbix/html/include/classes/html/CTemplateTag.php +file path=usr/share/zabbix/html/include/classes/html/CTextArea.php +file path=usr/share/zabbix/html/include/classes/html/CTextAreaFlexible.php +file path=usr/share/zabbix/html/include/classes/html/CTextBox.php +file path=usr/share/zabbix/html/include/classes/html/CVar.php +file path=usr/share/zabbix/html/include/classes/html/CVisibilityBox.php +file path=usr/share/zabbix/html/include/classes/html/CWarning.php +file path=usr/share/zabbix/html/include/classes/html/interfaces/CButtonInterface.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvg.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgArrow.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgCircle.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphArea.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphAxis.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphClipArea.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphGrid.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphLine.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphMetricsBar.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphMetricsLine.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphMetricsPoint.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphPercentile.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphProblems.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphSimpleTrigger.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGraphWorkingTime.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgGroup.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgLine.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgPath.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgPolygon.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgRect.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgTag.php +file path=usr/share/zabbix/html/include/classes/html/svg/CSvgText.php +file path=usr/share/zabbix/html/include/classes/html/widgets/CWidgetFieldView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/CWidgetFieldsGroupView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/CWidgetFormFieldsetCollapsibleView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/CWidgetFormView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/CWidgetView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldCheckBoxListView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldCheckBoxView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldColorView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldColumnsListView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldDatePickerView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldIntegerBoxView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldLatLngView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectActionView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectGraphPrototypeView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectGraphView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectGroupView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectHostView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectItemPrototypeView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectItemView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectMapView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectMediaTypeView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectOverrideHostView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectServiceView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectSlaView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectUserView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldMultiSelectView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldNumericBoxView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldPatternSelectHostView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldPatternSelectItemView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldPatternSelectView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldRadioButtonListView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldRangeControlView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldSelectView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldSeveritiesView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldTagsView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldTextAreaView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldTextBoxView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldThresholdsView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldTimePeriodView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldTimeZoneView.php +file path=usr/share/zabbix/html/include/classes/html/widgets/fields/CWidgetFieldUrlView.php +file path=usr/share/zabbix/html/include/classes/import/CConfigurationImport.php +file path=usr/share/zabbix/html/include/classes/import/CConfigurationImportcompare.php +file path=usr/share/zabbix/html/include/classes/import/CImportDataAdapter.php +file path=usr/share/zabbix/html/include/classes/import/CImportReferencer.php +file path=usr/share/zabbix/html/include/classes/import/CImportedObjectContainer.php +file path=usr/share/zabbix/html/include/classes/import/converters/C10ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C10ItemKeyConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C10TriggerConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C20ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C20ItemKeyConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C20TriggerConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C30ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C32ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C34ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C40ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C42ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C44ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C50ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C52AggregateItemKeyConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C52CalculatedItemConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C52EventNameConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C52ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C52TriggerExpressionConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C54ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C54SimpleMacroConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C60ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C62ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/C64ImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/CConstantImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/CConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/CDefaultImportConverter.php +file path=usr/share/zabbix/html/include/classes/import/converters/CImportConverterFactory.php +file path=usr/share/zabbix/html/include/classes/import/converters/CImportDataNormalizer.php +file path=usr/share/zabbix/html/include/classes/import/converters/CTemplateScreenConverter.php +file path=usr/share/zabbix/html/include/classes/import/importers/CHostImporter.php +file path=usr/share/zabbix/html/include/classes/import/importers/CImporter.php +file path=usr/share/zabbix/html/include/classes/import/importers/CMapImporter.php +file path=usr/share/zabbix/html/include/classes/import/importers/CTemplateDashboardImporter.php +file path=usr/share/zabbix/html/include/classes/import/importers/CTemplateImporter.php +file path=usr/share/zabbix/html/include/classes/import/readers/CImportReader.php +file path=usr/share/zabbix/html/include/classes/import/readers/CImportReaderFactory.php +file path=usr/share/zabbix/html/include/classes/import/readers/CJsonImportReader.php +file path=usr/share/zabbix/html/include/classes/import/readers/CXmlImportReader.php +file path=usr/share/zabbix/html/include/classes/import/readers/CYamlImportReader.php +file path=usr/share/zabbix/html/include/classes/import/validators/C10XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C20XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C30XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C32XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C34XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C40XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C42XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C44XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C50XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C52XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C54XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C60XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C62XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C64XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/C70XmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/CImportValidatorFactory.php +file path=usr/share/zabbix/html/include/classes/import/validators/CXmlValidator.php +file path=usr/share/zabbix/html/include/classes/import/validators/CXmlValidatorGeneral.php +file path=usr/share/zabbix/html/include/classes/ldap/CLdap.php +file path=usr/share/zabbix/html/include/classes/macros/CMacroFunction.php +file path=usr/share/zabbix/html/include/classes/macros/CMacrosResolver.php +file path=usr/share/zabbix/html/include/classes/macros/CMacrosResolverGeneral.php +file path=usr/share/zabbix/html/include/classes/macros/CMacrosResolverHelper.php +file path=usr/share/zabbix/html/include/classes/mvc/CAccessDeniedException.php +file path=usr/share/zabbix/html/include/classes/mvc/CController.php +file path=usr/share/zabbix/html/include/classes/mvc/CControllerResponse.php +file path=usr/share/zabbix/html/include/classes/mvc/CControllerResponseData.php +file path=usr/share/zabbix/html/include/classes/mvc/CControllerResponseFatal.php +file path=usr/share/zabbix/html/include/classes/mvc/CControllerResponseRedirect.php +file path=usr/share/zabbix/html/include/classes/mvc/CLegacyAction.php +file path=usr/share/zabbix/html/include/classes/mvc/CPartial.php +file path=usr/share/zabbix/html/include/classes/mvc/CRouter.php +file path=usr/share/zabbix/html/include/classes/mvc/CView.php +file path=usr/share/zabbix/html/include/classes/parsers/C10ExpressionMacroParser.php +file path=usr/share/zabbix/html/include/classes/parsers/C10FunctionMacroParser.php +file path=usr/share/zabbix/html/include/classes/parsers/C10FunctionParser.php +file path=usr/share/zabbix/html/include/classes/parsers/C10TriggerExpression.php +file path=usr/share/zabbix/html/include/classes/parsers/CADNameAttributeParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CAbsoluteTimeParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CConditionFormula.php +file path=usr/share/zabbix/html/include/classes/parsers/CDnsParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CEscapedStringParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CExpressionMacroFunctionParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CExpressionMacroParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CExpressionParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CFilterParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CFlexibleIntervalParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CFunctionIdParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CGeomapCoordinatesParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CHistFunctionParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CHostGroupNameParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CHostNameParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CIPParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CIPRangeParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CIPv4Parser.php +file path=usr/share/zabbix/html/include/classes/parsers/CIPv6Parser.php +file path=usr/share/zabbix/html/include/classes/parsers/CItemKey.php +file path=usr/share/zabbix/html/include/classes/parsers/CLLDMacroFunctionParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CLLDMacroParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CMacroFunctionParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CMacroParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CNumberParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CPeriodParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CPrometheusOutputParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CPrometheusPatternParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CQueryParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CRangeParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CRangeTimeParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CRangesParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CReferenceParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CRelativeTimeParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CSchedulingIntervalParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CSetParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CSimpleIntervalParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CTimePeriodParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CTimePeriodsParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CUpdateIntervalParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CUserMacroFunctionParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CUserMacroParser.php +file path=usr/share/zabbix/html/include/classes/parsers/CValidationRule.php +file path=usr/share/zabbix/html/include/classes/parsers/CVaultSecretParser.php +file path=usr/share/zabbix/html/include/classes/parsers/results/C10TriggerExprParserResult.php +file path=usr/share/zabbix/html/include/classes/parsers/results/CExpressionParserResult.php +file path=usr/share/zabbix/html/include/classes/parsers/results/CParserResult.php +file path=usr/share/zabbix/html/include/classes/regexp/CGlobalRegexp.php +file path=usr/share/zabbix/html/include/classes/routing/CUrl.php +file path=usr/share/zabbix/html/include/classes/routing/CUrlFactory.php +file path=usr/share/zabbix/html/include/classes/scim/API.php +file path=usr/share/zabbix/html/include/classes/scim/HttpResponse.php +file path=usr/share/zabbix/html/include/classes/scim/ScimApiService.php +file path=usr/share/zabbix/html/include/classes/scim/clients/ScimApiClient.php +file path=usr/share/zabbix/html/include/classes/scim/services/Group.php +file path=usr/share/zabbix/html/include/classes/scim/services/ServiceProviderConfig.php +file path=usr/share/zabbix/html/include/classes/scim/services/User.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenBase.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenBuilder.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenDiscovery.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenHistory.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenHttpTest.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenHttpTestDetails.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenMap.php +file path=usr/share/zabbix/html/include/classes/screens/CScreenProblem.php +file path=usr/share/zabbix/html/include/classes/server/CZabbixServer.php +file path=usr/share/zabbix/html/include/classes/services/CTabFilterProfile.php +file path=usr/share/zabbix/html/include/classes/setup/CFrontendSetup.php +file path=usr/share/zabbix/html/include/classes/setup/CSetupWizard.php +file path=usr/share/zabbix/html/include/classes/user/CFavorite.php +file path=usr/share/zabbix/html/include/classes/user/CProfile.php +file path=usr/share/zabbix/html/include/classes/user/CProvisioning.php +file path=usr/share/zabbix/html/include/classes/user/CWebUser.php +file path=usr/share/zabbix/html/include/classes/validators/CActionCondValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CApiInputValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CColorValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CEmailValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CEventCorrCondValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CEventNameValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CExpressionValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CHistFunctionValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CHtmlUrlValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CIdValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CLdapAuthValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CLimitedSetValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CMathFunctionValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CNewValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CPartialValidatorInterface.php +file path=usr/share/zabbix/html/include/classes/validators/CPasswordComplexityValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CRegexValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CStringValidator.php +file path=usr/share/zabbix/html/include/classes/validators/CValidator.php +file path=usr/share/zabbix/html/include/classes/validators/host/CHostNormalValidator.php +file path=usr/share/zabbix/html/include/classes/validators/object/CUpdateDiscoveredValidator.php +file path=usr/share/zabbix/html/include/classes/vaults/CVault.php +file path=usr/share/zabbix/html/include/classes/vaults/CVaultCyberArk.php +file path=usr/share/zabbix/html/include/classes/vaults/CVaultHashiCorp.php +file path=usr/share/zabbix/html/include/classes/widgets/CWidgetField.php +file path=usr/share/zabbix/html/include/classes/widgets/CWidgetForm.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldCheckBox.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldCheckBoxList.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldColor.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldColumnsList.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldDatePicker.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldIntegerBox.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldLatLng.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelect.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectAction.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectGraph.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectGraphPrototype.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectGroup.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectHost.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectItem.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectItemPrototype.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectMap.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectMediaType.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectOverrideHost.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectService.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectSla.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldMultiSelectUser.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldNavTree.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldNumericBox.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldPatternSelect.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldPatternSelectHost.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldPatternSelectItem.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldRadioButtonList.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldRangeControl.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldReference.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldSelect.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldSeverities.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldTags.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldTextArea.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldTextBox.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldThresholds.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldTimePeriod.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldTimeZone.php +file path=usr/share/zabbix/html/include/classes/widgets/fields/CWidgetFieldUrl.php +file path=usr/share/zabbix/html/include/classes/xml/CXmlConstantName.php +file path=usr/share/zabbix/html/include/classes/xml/CXmlConstantValue.php +file path=usr/share/zabbix/html/include/config.inc.php +file path=usr/share/zabbix/html/include/db.inc.php +file path=usr/share/zabbix/html/include/debug.inc.php +file path=usr/share/zabbix/html/include/defines.inc.php +file path=usr/share/zabbix/html/include/discovery.inc.php +file path=usr/share/zabbix/html/include/draw.inc.php +file path=usr/share/zabbix/html/include/events.inc.php +file path=usr/share/zabbix/html/include/forms.inc.php +file path=usr/share/zabbix/html/include/func.inc.php +file path=usr/share/zabbix/html/include/gettextwrapper.inc.php +file path=usr/share/zabbix/html/include/graphs.inc.php +file path=usr/share/zabbix/html/include/hostgroups.inc.php +file path=usr/share/zabbix/html/include/hosts.inc.php +file path=usr/share/zabbix/html/include/html.inc.php +file path=usr/share/zabbix/html/include/httptest.inc.php +file path=usr/share/zabbix/html/include/images.inc.php +file path=usr/share/zabbix/html/include/items.inc.php +file path=usr/share/zabbix/html/include/js.inc.php +file path=usr/share/zabbix/html/include/locales.inc.php +file path=usr/share/zabbix/html/include/maps.inc.php +file path=usr/share/zabbix/html/include/page_footer.php +file path=usr/share/zabbix/html/include/page_header.php +file path=usr/share/zabbix/html/include/perm.inc.php +file path=usr/share/zabbix/html/include/schema.inc.php +file path=usr/share/zabbix/html/include/sounds.inc.php +file path=usr/share/zabbix/html/include/translateDefines.inc.php +file path=usr/share/zabbix/html/include/triggers.inc.php +file path=usr/share/zabbix/html/include/users.inc.php +file path=usr/share/zabbix/html/include/validate.inc.php +file path=usr/share/zabbix/html/include/views/configuration.graph.edit.php +file path=usr/share/zabbix/html/include/views/configuration.graph.list.php +file path=usr/share/zabbix/html/include/views/configuration.host.discovery.edit.php +file path=usr/share/zabbix/html/include/views/configuration.host.discovery.list.php +file path=usr/share/zabbix/html/include/views/configuration.host.prototype.edit.php +file path=usr/share/zabbix/html/include/views/configuration.host.prototype.list.php +file path=usr/share/zabbix/html/include/views/configuration.httpconf.edit.php +file path=usr/share/zabbix/html/include/views/configuration.httpconf.list.php +file path=usr/share/zabbix/html/include/views/general.browserwarning.php +file path=usr/share/zabbix/html/include/views/general.login.php +file path=usr/share/zabbix/html/include/views/general.warning.php +file path=usr/share/zabbix/html/include/views/inventory.host.list.php +file path=usr/share/zabbix/html/include/views/inventory.host.view.php +file path=usr/share/zabbix/html/include/views/js/common.init.js.php +file path=usr/share/zabbix/html/include/views/js/common.item.edit.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.graph.edit.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.graph.list.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.host.discovery.edit.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.host.discovery.edit.overr.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.host.discovery.list.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.host.prototype.edit.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.host.prototype.list.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.httpconf.edit.js.php +file path=usr/share/zabbix/html/include/views/js/configuration.httpconf.list.js.php +file path=usr/share/zabbix/html/include/views/js/inventory.host.view.js.php +file path=usr/share/zabbix/html/include/views/js/item.preprocessing.js.php +file path=usr/share/zabbix/html/include/views/js/itemtest.js.php +file path=usr/share/zabbix/html/include/views/js/mfa.login.js.php +file path=usr/share/zabbix/html/include/views/js/monitoring.history.js.php +file path=usr/share/zabbix/html/include/views/js/monitoring.sysmap.edit.js.php +file path=usr/share/zabbix/html/include/views/js/monitoring.sysmaps.js.php +file path=usr/share/zabbix/html/include/views/js/tr_events.js.php +file path=usr/share/zabbix/html/include/views/mfa.login.php +file path=usr/share/zabbix/html/include/views/monitoring.history.php +file path=usr/share/zabbix/html/include/views/monitoring.sysmap.constructor.php +file path=usr/share/zabbix/html/include/views/monitoring.sysmap.edit.php +file path=usr/share/zabbix/html/include/views/monitoring.sysmap.list.php +file path=usr/share/zabbix/html/index.php +file path=usr/share/zabbix/html/index_http.php +file path=usr/share/zabbix/html/index_mfa.php +file path=usr/share/zabbix/html/index_sso.php +file path=usr/share/zabbix/html/js/browsers.js +file path=usr/share/zabbix/html/js/chkbxrange.js +file path=usr/share/zabbix/html/js/class.base-component.js +file path=usr/share/zabbix/html/js/class.browsertab.js +file path=usr/share/zabbix/html/js/class.calendar.js +file path=usr/share/zabbix/html/js/class.cdate.js +file path=usr/share/zabbix/html/js/class.cdebug.js +file path=usr/share/zabbix/html/js/class.cmap.js +file path=usr/share/zabbix/html/js/class.cnavtree.js +file path=usr/share/zabbix/html/js/class.cookie.js +file path=usr/share/zabbix/html/js/class.coverride.js +file path=usr/share/zabbix/html/js/class.crangecontrol.js +file path=usr/share/zabbix/html/js/class.csuggest.js +file path=usr/share/zabbix/html/js/class.csvggraph.js +file path=usr/share/zabbix/html/js/class.curl.js +file path=usr/share/zabbix/html/js/class.cverticalaccordion.js +file path=usr/share/zabbix/html/js/class.cviewswitcher.js +file path=usr/share/zabbix/html/js/class.dashboard.js +file path=usr/share/zabbix/html/js/class.dashboard.page.js +file path=usr/share/zabbix/html/js/class.dashboard.print.js +file path=usr/share/zabbix/html/js/class.dashboard.widget.placeholder.js +file path=usr/share/zabbix/html/js/class.event-hub.js +file path=usr/share/zabbix/html/js/class.expandable.subfilter.js +file path=usr/share/zabbix/html/js/class.form.fieldset.collapsible.js +file path=usr/share/zabbix/html/js/class.geomaps.js +file path=usr/share/zabbix/html/js/class.localstorage.js +file path=usr/share/zabbix/html/js/class.menu-item.js +file path=usr/share/zabbix/html/js/class.menu.js +file path=usr/share/zabbix/html/js/class.navigationtree.js +file path=usr/share/zabbix/html/js/class.notification.collection.js +file path=usr/share/zabbix/html/js/class.notification.js +file path=usr/share/zabbix/html/js/class.notifications.audio.js +file path=usr/share/zabbix/html/js/class.notifications.js +file path=usr/share/zabbix/html/js/class.overlay.js +file path=usr/share/zabbix/html/js/class.overlaycollection.js +file path=usr/share/zabbix/html/js/class.rpc.js +file path=usr/share/zabbix/html/js/class.script.js +file path=usr/share/zabbix/html/js/class.scrollable.js +file path=usr/share/zabbix/html/js/class.sidebar.js +file path=usr/share/zabbix/html/js/class.software-version-check.js +file path=usr/share/zabbix/html/js/class.sortable.js +file path=usr/share/zabbix/html/js/class.tab-indicators.js +file path=usr/share/zabbix/html/js/class.tabfilter.js +file path=usr/share/zabbix/html/js/class.tabfilteritem.js +file path=usr/share/zabbix/html/js/class.tagfilteritem.js +file path=usr/share/zabbix/html/js/class.template.js +file path=usr/share/zabbix/html/js/class.widget-base.js +file path=usr/share/zabbix/html/js/class.widget-field.checkbox-list.js +file path=usr/share/zabbix/html/js/class.widget-field.multiselect.js +file path=usr/share/zabbix/html/js/class.widget-field.time-period.js +file path=usr/share/zabbix/html/js/class.widget-select.popup.js +file path=usr/share/zabbix/html/js/class.widget.inaccessible.js +file path=usr/share/zabbix/html/js/class.widget.iterator.js +file path=usr/share/zabbix/html/js/class.widget.js +file path=usr/share/zabbix/html/js/class.widget.misconfigured.js +file path=usr/share/zabbix/html/js/class.widget.paste-placeholder.js +file path=usr/share/zabbix/html/js/class.widgets-data.js +file path=usr/share/zabbix/html/js/colorpicker.js +file path=usr/share/zabbix/html/js/common.js +file path=usr/share/zabbix/html/js/component.z-bar-gauge.js +file path=usr/share/zabbix/html/js/component.z-select.js +file path=usr/share/zabbix/html/js/defines.js +file path=usr/share/zabbix/html/js/flickerfreescreen.js +file path=usr/share/zabbix/html/js/functions.js +file path=usr/share/zabbix/html/js/gtlc.js +file path=usr/share/zabbix/html/js/hostinterfacemanager.js +file path=usr/share/zabbix/html/js/hostmacrosmanager.js +file path=usr/share/zabbix/html/js/init.js +file path=usr/share/zabbix/html/js/inputsecret.js +file path=usr/share/zabbix/html/js/layout.mode.js +file path=usr/share/zabbix/html/js/macrovalue.js +file path=usr/share/zabbix/html/js/main.js +file path=usr/share/zabbix/html/js/menupopup.js +file path=usr/share/zabbix/html/js/multilineinput.js +file path=usr/share/zabbix/html/js/multiselect.js +file path=usr/share/zabbix/html/js/pages/items.js +file path=usr/share/zabbix/html/js/pages/report2.js +file path=usr/share/zabbix/html/js/pages/report4.js +file path=usr/share/zabbix/html/js/pages/setup.js +file path=usr/share/zabbix/html/js/servercheck.js +file path=usr/share/zabbix/html/js/textareaflexible.js +file path=usr/share/zabbix/html/js/vector/class.svg.canvas.js +file path=usr/share/zabbix/html/js/vector/class.svg.map.js +file path=usr/share/zabbix/html/js/vendors/D3/LICENSE +file path=usr/share/zabbix/html/js/vendors/D3/d3.js +file path=usr/share/zabbix/html/js/vendors/Leaflet.markercluster/LICENSE +file path=usr/share/zabbix/html/js/vendors/Leaflet.markercluster/leaflet.markercluster.js +file path=usr/share/zabbix/html/js/vendors/Leaflet/LICENSE +file path=usr/share/zabbix/html/js/vendors/Leaflet/leaflet.js +file path=usr/share/zabbix/html/js/vendors/jQuery/LICENSE +file path=usr/share/zabbix/html/js/vendors/jQuery/jquery.js +file path=usr/share/zabbix/html/js/vendors/jQueryUI/LICENSE +file path=usr/share/zabbix/html/js/vendors/jQueryUI/jquery-ui.js +file path=usr/share/zabbix/html/js/vendors/qrcode/LICENSE +file path=usr/share/zabbix/html/js/vendors/qrcode/qrcode.js +file path=usr/share/zabbix/html/jsLoader.php +file path=usr/share/zabbix/html/jsrpc.php +file path=usr/share/zabbix/html/local/.htaccess +file path=usr/share/zabbix/html/local/README +file path=usr/share/zabbix/html/locale/README +file path=usr/share/zabbix/html/locale/add_new_language.sh +file path=usr/share/zabbix/html/locale/bg/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/bg/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/ca/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/ca/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/cs/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/cs/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/da/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/da/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/de/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/de/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/el/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/el/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/en_GB/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/en_GB/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/en_US/LC_MESSAGES/frontend.pot +file path=usr/share/zabbix/html/locale/es/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/es/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/fa/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/fa/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/fi/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/fi/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/fr/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/fr/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/he/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/he/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/hr/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/hr/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/hu/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/hu/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/id/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/id/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/it/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/it/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/ja/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/ja/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/ka/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/ka/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/kk/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/kk/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/ko/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/ko/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/lt/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/lt/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/lv/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/lv/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/make_mo.sh +file path=usr/share/zabbix/html/locale/nb_NO/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/nb_NO/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/nl/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/nl/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/pl/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/pl/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/pt_BR/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/pt_BR/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/pt_PT/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/pt_PT/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/ro/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/ro/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/ru/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/ru/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/sk/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/sk/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/sv_SE/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/sv_SE/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/tr/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/tr/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/uk/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/uk/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/update_po.sh +file path=usr/share/zabbix/html/locale/vi/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/vi/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/zh_CN/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/zh_CN/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/locale/zh_TW/LC_MESSAGES/frontend.mo +file path=usr/share/zabbix/html/locale/zh_TW/LC_MESSAGES/frontend.po +file path=usr/share/zabbix/html/map.php +file path=usr/share/zabbix/html/report2.php +file path=usr/share/zabbix/html/report4.php +file path=usr/share/zabbix/html/robots.txt +file path=usr/share/zabbix/html/setup.php +file path=usr/share/zabbix/html/sysmap.php +file path=usr/share/zabbix/html/sysmaps.php +file path=usr/share/zabbix/html/tr_events.php +file path=usr/share/zabbix/html/vendor/autoload.php +file path=usr/share/zabbix/html/vendor/bin/yaml-lint +file path=usr/share/zabbix/html/vendor/bin/yaml-lint.bat +file path=usr/share/zabbix/html/vendor/composer/ClassLoader.php +file path=usr/share/zabbix/html/vendor/composer/InstalledVersions.php +file path=usr/share/zabbix/html/vendor/composer/LICENSE +file path=usr/share/zabbix/html/vendor/composer/autoload_classmap.php +file path=usr/share/zabbix/html/vendor/composer/autoload_files.php +file path=usr/share/zabbix/html/vendor/composer/autoload_namespaces.php +file path=usr/share/zabbix/html/vendor/composer/autoload_psr4.php +file path=usr/share/zabbix/html/vendor/composer/autoload_real.php +file path=usr/share/zabbix/html/vendor/composer/autoload_static.php +file path=usr/share/zabbix/html/vendor/composer/installed.json +file path=usr/share/zabbix/html/vendor/composer/installed.php +file path=usr/share/zabbix/html/vendor/composer/platform_check.php +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/.duo_linting.xml +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/.github/workflows/php_ci.yml +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/LICENSE +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/README.md +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/SECURITY.md +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/composer.json +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/README.md +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/composer.json +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/dockerfile +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/duo.conf +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/index.php +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/static/images/logo.png +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/static/style.css +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/templates/login.php +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/example/templates/success.php +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/src/Client.php +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/src/DuoException.php +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/src/ca_certs.pem +file path=usr/share/zabbix/html/vendor/duosecurity/duo_universal_php/tests/ClientTest.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/CHANGELOG.md +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/LICENSE +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/README.md +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/composer.json +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/BeforeValidException.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/CachedKeySet.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/ExpiredException.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/JWK.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/JWT.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/Key.php +file path=usr/share/zabbix/html/vendor/firebase/php-jwt/src/SignatureInvalidException.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/CHANGELOG +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/LICENSE +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/README.md +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/_toolkit_loader.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/advanced_settings_example.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/certs/README +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/composer.json +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/phpunit.xml +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/settings_example.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/Auth.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/AuthnRequest.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/Constants.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/Error.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/IdPMetadataParser.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/LogoutRequest.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/LogoutResponse.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/Metadata.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/Response.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/Settings.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/Utils.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/ValidationError.php +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-assertion-2.0.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-authn-context-2.0.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-authn-context-types-2.0.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-metadata-2.0.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-protocol-2.0.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-metadata-attr.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-saml-attribute-ext.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-saml-metadata-algsupport-v1.0.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-saml-metadata-ui-v1.0.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/xenc-schema.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/xml.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/schemas/xmldsig-core-schema.xsd +file path=usr/share/zabbix/html/vendor/onelogin/php-saml/src/Saml2/version.json +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/LICENSE.txt +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/README.md +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/composer.json +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Base32.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Base32Hex.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Base64.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Base64DotSlash.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Binary.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/EncoderInterface.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Encoding.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/Hex.php +file path=usr/share/zabbix/html/vendor/paragonie/constant_time_encoding/src/RFC4648.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/CHANGELOG.md +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/LICENSE.md +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/README.md +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/composer.json +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/Contracts/Google2FA.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/Contracts/IncompatibleWithGoogleAuthenticator.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/Contracts/InvalidAlgorithm.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/Contracts/InvalidCharacters.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/Contracts/SecretKeyTooShort.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/Google2FAException.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/IncompatibleWithGoogleAuthenticatorException.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/InvalidAlgorithmException.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Google2FA.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Support/Base32.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Support/Constants.php +file path=usr/share/zabbix/html/vendor/pragmarx/google2fa/src/Support/QRCode.php +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/CHANGELOG.txt +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/LICENSE +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/README.md +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/composer.json +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/src/Utils/XPath.php +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/src/XMLSecEnc.php +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/src/XMLSecurityDSig.php +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/src/XMLSecurityKey.php +file path=usr/share/zabbix/html/vendor/robrichards/xmlseclibs/xmlseclibs.php +file path=usr/share/zabbix/html/vendor/symfony/deprecation-contracts/CHANGELOG.md +file path=usr/share/zabbix/html/vendor/symfony/deprecation-contracts/LICENSE +file path=usr/share/zabbix/html/vendor/symfony/deprecation-contracts/README.md +file path=usr/share/zabbix/html/vendor/symfony/deprecation-contracts/composer.json +file path=usr/share/zabbix/html/vendor/symfony/deprecation-contracts/function.php +file path=usr/share/zabbix/html/vendor/symfony/polyfill-ctype/Ctype.php +file path=usr/share/zabbix/html/vendor/symfony/polyfill-ctype/LICENSE +file path=usr/share/zabbix/html/vendor/symfony/polyfill-ctype/README.md +file path=usr/share/zabbix/html/vendor/symfony/polyfill-ctype/bootstrap.php +file path=usr/share/zabbix/html/vendor/symfony/polyfill-ctype/bootstrap80.php +file path=usr/share/zabbix/html/vendor/symfony/polyfill-ctype/composer.json +file path=usr/share/zabbix/html/vendor/symfony/yaml/CHANGELOG.md +file path=usr/share/zabbix/html/vendor/symfony/yaml/Command/LintCommand.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Dumper.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Escaper.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Exception/DumpException.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Exception/ExceptionInterface.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Exception/ParseException.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Exception/RuntimeException.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Inline.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/LICENSE +file path=usr/share/zabbix/html/vendor/symfony/yaml/Parser.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/README.md +file path=usr/share/zabbix/html/vendor/symfony/yaml/Resources/bin/yaml-lint +file path=usr/share/zabbix/html/vendor/symfony/yaml/Tag/TaggedValue.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Unescaper.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/Yaml.php +file path=usr/share/zabbix/html/vendor/symfony/yaml/composer.json +file path=usr/share/zabbix/html/widgets/actionlog/Widget.php +file path=usr/share/zabbix/html/widgets/actionlog/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/actionlog/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/actionlog/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/actionlog/manifest.json +file path=usr/share/zabbix/html/widgets/actionlog/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/actionlog/views/widget.view.php +file path=usr/share/zabbix/html/widgets/clock/Widget.php +file path=usr/share/zabbix/html/widgets/clock/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/clock/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/clock/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/clock/manifest.json +file path=usr/share/zabbix/html/widgets/clock/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/clock/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/clock/views/widget.view.php +file path=usr/share/zabbix/html/widgets/dataover/Widget.php +file path=usr/share/zabbix/html/widgets/dataover/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/dataover/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/dataover/manifest.json +file path=usr/share/zabbix/html/widgets/dataover/partials/table.left.php +file path=usr/share/zabbix/html/widgets/dataover/partials/table.top.php +file path=usr/share/zabbix/html/widgets/dataover/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/dataover/views/widget.view.php +file path=usr/share/zabbix/html/widgets/discovery/Widget.php +file path=usr/share/zabbix/html/widgets/discovery/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/discovery/manifest.json +file path=usr/share/zabbix/html/widgets/discovery/views/widget.view.php +file path=usr/share/zabbix/html/widgets/favgraphs/Widget.php +file path=usr/share/zabbix/html/widgets/favgraphs/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/favgraphs/manifest.json +file path=usr/share/zabbix/html/widgets/favgraphs/views/widget.view.php +file path=usr/share/zabbix/html/widgets/favmaps/Widget.php +file path=usr/share/zabbix/html/widgets/favmaps/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/favmaps/manifest.json +file path=usr/share/zabbix/html/widgets/favmaps/views/widget.view.php +file path=usr/share/zabbix/html/widgets/gauge/Widget.php +file path=usr/share/zabbix/html/widgets/gauge/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/gauge/assets/js/class.svggauge.js +file path=usr/share/zabbix/html/widgets/gauge/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/gauge/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/gauge/manifest.json +file path=usr/share/zabbix/html/widgets/gauge/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/gauge/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/gauge/views/widget.view.php +file path=usr/share/zabbix/html/widgets/geomap/Widget.php +file path=usr/share/zabbix/html/widgets/geomap/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/geomap/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/geomap/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/geomap/manifest.json +file path=usr/share/zabbix/html/widgets/geomap/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/geomap/views/widget.view.php +file path=usr/share/zabbix/html/widgets/graph/Widget.php +file path=usr/share/zabbix/html/widgets/graph/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/graph/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/graph/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/graph/manifest.json +file path=usr/share/zabbix/html/widgets/graph/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/graph/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/graph/views/widget.view.php +file path=usr/share/zabbix/html/widgets/graphprototype/Widget.php +file path=usr/share/zabbix/html/widgets/graphprototype/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/graphprototype/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/graphprototype/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/graphprototype/manifest.json +file path=usr/share/zabbix/html/widgets/graphprototype/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/graphprototype/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/honeycomb/Widget.php +file path=usr/share/zabbix/html/widgets/honeycomb/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/honeycomb/assets/js/class.svghoneycomb.js +file path=usr/share/zabbix/html/widgets/honeycomb/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/honeycomb/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/honeycomb/manifest.json +file path=usr/share/zabbix/html/widgets/honeycomb/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/honeycomb/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/honeycomb/views/widget.view.php +file path=usr/share/zabbix/html/widgets/hostavail/Widget.php +file path=usr/share/zabbix/html/widgets/hostavail/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/hostavail/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/hostavail/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/hostavail/manifest.json +file path=usr/share/zabbix/html/widgets/hostavail/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/hostavail/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/hostavail/views/widget.view.php +file path=usr/share/zabbix/html/widgets/hostnavigator/Widget.php +file path=usr/share/zabbix/html/widgets/hostnavigator/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/hostnavigator/assets/js/class.hostnavigator.js +file path=usr/share/zabbix/html/widgets/hostnavigator/assets/js/class.widget-field.host-grouping.js +file path=usr/share/zabbix/html/widgets/hostnavigator/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/hostnavigator/includes/CWidgetFieldHostGrouping.php +file path=usr/share/zabbix/html/widgets/hostnavigator/includes/CWidgetFieldHostGroupingView.php +file path=usr/share/zabbix/html/widgets/hostnavigator/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/hostnavigator/manifest.json +file path=usr/share/zabbix/html/widgets/hostnavigator/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/hostnavigator/views/widget.view.php +file path=usr/share/zabbix/html/widgets/item/Widget.php +file path=usr/share/zabbix/html/widgets/item/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/item/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/item/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/item/manifest.json +file path=usr/share/zabbix/html/widgets/item/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/item/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/item/views/widget.view.php +file path=usr/share/zabbix/html/widgets/itemhistory/Widget.php +file path=usr/share/zabbix/html/widgets/itemhistory/actions/BinaryValueGet.php +file path=usr/share/zabbix/html/widgets/itemhistory/actions/ColumnEdit.php +file path=usr/share/zabbix/html/widgets/itemhistory/actions/ImageValueGet.php +file path=usr/share/zabbix/html/widgets/itemhistory/actions/ValueCheck.php +file path=usr/share/zabbix/html/widgets/itemhistory/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/itemhistory/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/itemhistory/includes/CWidgetFieldColumnsList.php +file path=usr/share/zabbix/html/widgets/itemhistory/includes/CWidgetFieldColumnsListView.php +file path=usr/share/zabbix/html/widgets/itemhistory/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/itemhistory/manifest.json +file path=usr/share/zabbix/html/widgets/itemhistory/views/column.edit.js.php +file path=usr/share/zabbix/html/widgets/itemhistory/views/column.edit.php +file path=usr/share/zabbix/html/widgets/itemhistory/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/itemhistory/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/itemhistory/views/widget.view.php +file path=usr/share/zabbix/html/widgets/itemnavigator/Widget.php +file path=usr/share/zabbix/html/widgets/itemnavigator/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/itemnavigator/assets/js/class.itemnavigator.js +file path=usr/share/zabbix/html/widgets/itemnavigator/assets/js/class.widget-field.item-grouping.js +file path=usr/share/zabbix/html/widgets/itemnavigator/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/itemnavigator/includes/CWidgetFieldItemGrouping.php +file path=usr/share/zabbix/html/widgets/itemnavigator/includes/CWidgetFieldItemGroupingView.php +file path=usr/share/zabbix/html/widgets/itemnavigator/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/itemnavigator/manifest.json +file path=usr/share/zabbix/html/widgets/itemnavigator/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/itemnavigator/views/widget.view.php +file path=usr/share/zabbix/html/widgets/map/Widget.php +file path=usr/share/zabbix/html/widgets/map/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/map/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/map/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/map/includes/WidgetMap.php +file path=usr/share/zabbix/html/widgets/map/manifest.json +file path=usr/share/zabbix/html/widgets/map/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/map/views/widget.view.php +file path=usr/share/zabbix/html/widgets/navtree/Widget.php +file path=usr/share/zabbix/html/widgets/navtree/actions/NavTreeItemEdit.php +file path=usr/share/zabbix/html/widgets/navtree/actions/NavTreeItemUpdate.php +file path=usr/share/zabbix/html/widgets/navtree/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/navtree/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/navtree/includes/NavigationTree.php +file path=usr/share/zabbix/html/widgets/navtree/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/navtree/manifest.json +file path=usr/share/zabbix/html/widgets/navtree/views/navtreeitem.edit.js.php +file path=usr/share/zabbix/html/widgets/navtree/views/navtreeitem.edit.php +file path=usr/share/zabbix/html/widgets/navtree/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/navtree/views/widget.view.php +file path=usr/share/zabbix/html/widgets/piechart/Widget.php +file path=usr/share/zabbix/html/widgets/piechart/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/piechart/assets/js/class.svgpie.js +file path=usr/share/zabbix/html/widgets/piechart/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/piechart/includes/CWidgetFieldDataSet.php +file path=usr/share/zabbix/html/widgets/piechart/includes/CWidgetFieldDataSetView.php +file path=usr/share/zabbix/html/widgets/piechart/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/piechart/manifest.json +file path=usr/share/zabbix/html/widgets/piechart/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/piechart/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/piechart/views/widget.view.php +file path=usr/share/zabbix/html/widgets/problemhosts/Widget.php +file path=usr/share/zabbix/html/widgets/problemhosts/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/problemhosts/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/problemhosts/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/problemhosts/manifest.json +file path=usr/share/zabbix/html/widgets/problemhosts/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/problemhosts/views/widget.view.php +file path=usr/share/zabbix/html/widgets/problems/Widget.php +file path=usr/share/zabbix/html/widgets/problems/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/problems/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/problems/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/problems/includes/WidgetProblems.php +file path=usr/share/zabbix/html/widgets/problems/manifest.json +file path=usr/share/zabbix/html/widgets/problems/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/problems/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/problems/views/widget.view.php +file path=usr/share/zabbix/html/widgets/problemsbysv/Widget.php +file path=usr/share/zabbix/html/widgets/problemsbysv/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/problemsbysv/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/problemsbysv/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/problemsbysv/manifest.json +file path=usr/share/zabbix/html/widgets/problemsbysv/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/problemsbysv/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/problemsbysv/views/widget.view.php +file path=usr/share/zabbix/html/widgets/slareport/Widget.php +file path=usr/share/zabbix/html/widgets/slareport/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/slareport/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/slareport/manifest.json +file path=usr/share/zabbix/html/widgets/slareport/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/slareport/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/slareport/views/widget.view.php +file path=usr/share/zabbix/html/widgets/svggraph/Widget.php +file path=usr/share/zabbix/html/widgets/svggraph/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/svggraph/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/svggraph/includes/CSvgGraphHelper.php +file path=usr/share/zabbix/html/widgets/svggraph/includes/CSvgGraphLegend.php +file path=usr/share/zabbix/html/widgets/svggraph/includes/CWidgetFieldDataSet.php +file path=usr/share/zabbix/html/widgets/svggraph/includes/CWidgetFieldDataSetView.php +file path=usr/share/zabbix/html/widgets/svggraph/includes/CWidgetFieldOverride.php +file path=usr/share/zabbix/html/widgets/svggraph/includes/CWidgetFieldOverrideView.php +file path=usr/share/zabbix/html/widgets/svggraph/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/svggraph/manifest.json +file path=usr/share/zabbix/html/widgets/svggraph/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/svggraph/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/svggraph/views/widget.view.php +file path=usr/share/zabbix/html/widgets/systeminfo/Widget.php +file path=usr/share/zabbix/html/widgets/systeminfo/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/systeminfo/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/systeminfo/manifest.json +file path=usr/share/zabbix/html/widgets/systeminfo/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/systeminfo/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/systeminfo/views/widget.view.php +file path=usr/share/zabbix/html/widgets/tophosts/Widget.php +file path=usr/share/zabbix/html/widgets/tophosts/actions/ColumnEdit.php +file path=usr/share/zabbix/html/widgets/tophosts/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/tophosts/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/tophosts/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/tophosts/manifest.json +file path=usr/share/zabbix/html/widgets/tophosts/views/column.edit.js.php +file path=usr/share/zabbix/html/widgets/tophosts/views/column.edit.php +file path=usr/share/zabbix/html/widgets/tophosts/views/widget.edit.js.php +file path=usr/share/zabbix/html/widgets/tophosts/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/tophosts/views/widget.view.php +file path=usr/share/zabbix/html/widgets/toptriggers/Widget.php +file path=usr/share/zabbix/html/widgets/toptriggers/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/toptriggers/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/toptriggers/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/toptriggers/manifest.json +file path=usr/share/zabbix/html/widgets/toptriggers/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/toptriggers/views/widget.view.php +file path=usr/share/zabbix/html/widgets/trigover/Widget.php +file path=usr/share/zabbix/html/widgets/trigover/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/trigover/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/trigover/includes/ViewHelper.php +file path=usr/share/zabbix/html/widgets/trigover/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/trigover/manifest.json +file path=usr/share/zabbix/html/widgets/trigover/partials/table.left.php +file path=usr/share/zabbix/html/widgets/trigover/partials/table.top.php +file path=usr/share/zabbix/html/widgets/trigover/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/trigover/views/widget.view.php +file path=usr/share/zabbix/html/widgets/url/Widget.php +file path=usr/share/zabbix/html/widgets/url/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/url/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/url/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/url/manifest.json +file path=usr/share/zabbix/html/widgets/url/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/url/views/widget.view.php +file path=usr/share/zabbix/html/widgets/web/Widget.php +file path=usr/share/zabbix/html/widgets/web/actions/WidgetView.php +file path=usr/share/zabbix/html/widgets/web/assets/js/class.widget.js +file path=usr/share/zabbix/html/widgets/web/includes/WidgetForm.php +file path=usr/share/zabbix/html/widgets/web/manifest.json +file path=usr/share/zabbix/html/widgets/web/views/widget.edit.php +file path=usr/share/zabbix/html/widgets/web/views/widget.view.php +file path=usr/share/zabbix/html/zabbix.php