diff --git a/net-mgmt/icingaweb2-module-graphite/Makefile b/net-mgmt/icingaweb2-module-graphite/Makefile index 503fe0982d09..6890e962f55f 100644 --- a/net-mgmt/icingaweb2-module-graphite/Makefile +++ b/net-mgmt/icingaweb2-module-graphite/Makefile @@ -1,32 +1,32 @@ PORTNAME= icingaweb2-module-graphite DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0 -PORTREVISION= 3 +DISTVERSION= 1.2.2 +PORTREVISION= 0 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= joneum@FreeBSD.org COMMENT= Graphite integration into Icinga Web 2 WWW= https://github.com/Icinga/icingaweb2-module-graphite LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.5.0:net-mgmt/icingaweb2@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.3:net-mgmt/icingaweb2@${PHP_FLAVOR} USES= php:web,flavors USE_GITHUB= yes GH_ACCOUNT= icinga NO_BUILD= yes NO_ARCH= yes WWWDIR?= ${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//} do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) .include diff --git a/net-mgmt/icingaweb2-module-graphite/distinfo b/net-mgmt/icingaweb2-module-graphite/distinfo index a652869102bd..7f7873b6579d 100644 --- a/net-mgmt/icingaweb2-module-graphite/distinfo +++ b/net-mgmt/icingaweb2-module-graphite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533890738 -SHA256 (icinga-icingaweb2-module-graphite-v1.1.0_GH0.tar.gz) = 0ad0da5703c68f3cd8000a0b6cdb7358d531f700ca0e2fbf22b32cef64f3443d -SIZE (icinga-icingaweb2-module-graphite-v1.1.0_GH0.tar.gz) = 331879 +TIMESTAMP = 1674678003 +SHA256 (icinga-icingaweb2-module-graphite-v1.2.2_GH0.tar.gz) = 627a6875b0a1ac141578fb7948efa5a09f114700246941d0a340a471cb420adb +SIZE (icinga-icingaweb2-module-graphite-v1.2.2_GH0.tar.gz) = 342705 diff --git a/net-mgmt/icingaweb2-module-graphite/pkg-plist b/net-mgmt/icingaweb2-module-graphite/pkg-plist index 24f116473f5e..300f2e2ebc9c 100644 --- a/net-mgmt/icingaweb2-module-graphite/pkg-plist +++ b/net-mgmt/icingaweb2-module-graphite/pkg-plist @@ -1,96 +1,126 @@ -%%WWWDIR%%/.github/ISSUE_TEMPLATE.md -%%WWWDIR%%/.gitignore %%WWWDIR%%/CHANGELOG.md -%%WWWDIR%%/COPYING +%%WWWDIR%%/LICENSE %%WWWDIR%%/README.md %%WWWDIR%%/application/clicommands/Icinga2Command.php %%WWWDIR%%/application/controllers/ConfigController.php %%WWWDIR%%/application/controllers/GraphController.php -%%WWWDIR%%/application/controllers/GraphDummyController.php +%%WWWDIR%%/application/controllers/HostsController.php %%WWWDIR%%/application/controllers/ListController.php +%%WWWDIR%%/application/controllers/MonitoringGraphController.php +%%WWWDIR%%/application/controllers/ServicesController.php %%WWWDIR%%/application/forms/Config/AdvancedForm.php %%WWWDIR%%/application/forms/Config/BackendForm.php %%WWWDIR%%/application/forms/TimeRangePicker/CommonForm.php %%WWWDIR%%/application/forms/TimeRangePicker/CustomForm.php -%%WWWDIR%%/application/forms/TimeRangePicker/TimeRangePickerTrait.php %%WWWDIR%%/application/views/scripts/config/advanced.phtml %%WWWDIR%%/application/views/scripts/config/backend.phtml %%WWWDIR%%/application/views/scripts/list/hosts.phtml %%WWWDIR%%/application/views/scripts/list/services.phtml %%WWWDIR%%/application/views/scripts/test/apache.phtml %%WWWDIR%%/application/views/scripts/test/cpu.phtml %%WWWDIR%%/configuration.php %%WWWDIR%%/doc/01-About.md %%WWWDIR%%/doc/02-Installation.md +%%WWWDIR%%/doc/02-Installation.md.d/From-Source.md %%WWWDIR%%/doc/03-Configuration.md %%WWWDIR%%/doc/04-Templates.md %%WWWDIR%%/doc/05-Troubleshooting.md +%%WWWDIR%%/doc/06-Development.md %%WWWDIR%%/doc/img/service-detail-view.png %%WWWDIR%%/doc/img/service-list.png %%WWWDIR%%/library/Graphite/Graphing/Chart.php %%WWWDIR%%/library/Graphite/Graphing/GraphingTrait.php %%WWWDIR%%/library/Graphite/Graphing/GraphiteWebClient.php %%WWWDIR%%/library/Graphite/Graphing/MetricsDataSource.php %%WWWDIR%%/library/Graphite/Graphing/MetricsQuery.php %%WWWDIR%%/library/Graphite/Graphing/Template.php %%WWWDIR%%/library/Graphite/Graphing/Templates.php +%%WWWDIR%%/library/Graphite/ProvidedHook/Icingadb/HostDetailExtension.php +%%WWWDIR%%/library/Graphite/ProvidedHook/Icingadb/IcingadbSupport.php +%%WWWDIR%%/library/Graphite/ProvidedHook/Icingadb/ServiceDetailExtension.php %%WWWDIR%%/library/Graphite/ProvidedHook/Monitoring/DetailviewExtension.php +%%WWWDIR%%/library/Graphite/Util/IcingadbUtils.php %%WWWDIR%%/library/Graphite/Util/InternalProcessTracker.php %%WWWDIR%%/library/Graphite/Util/MacroTemplate.php +%%WWWDIR%%/library/Graphite/Util/TimeRangePickerTools.php +%%WWWDIR%%/library/Graphite/Web/Controller/IcingadbGraphiteController.php %%WWWDIR%%/library/Graphite/Web/Controller/MonitoringAwareController.php %%WWWDIR%%/library/Graphite/Web/Controller/TimeRangePickerTrait.php %%WWWDIR%%/library/Graphite/Web/FakeSchemeRequest.php %%WWWDIR%%/library/Graphite/Web/Form/Decorator/Proxy.php %%WWWDIR%%/library/Graphite/Web/Form/Validator/CustomErrorMessagesValidator.php %%WWWDIR%%/library/Graphite/Web/Form/Validator/HttpUserValidator.php %%WWWDIR%%/library/Graphite/Web/Form/Validator/MacroTemplateValidator.php +%%WWWDIR%%/library/Graphite/Web/Widget/GraphImage.php %%WWWDIR%%/library/Graphite/Web/Widget/Graphs.php %%WWWDIR%%/library/Graphite/Web/Widget/Graphs/Host.php +%%WWWDIR%%/library/Graphite/Web/Widget/Graphs/Icingadb/IcingadbHost.php +%%WWWDIR%%/library/Graphite/Web/Widget/Graphs/Icingadb/IcingadbService.php %%WWWDIR%%/library/Graphite/Web/Widget/Graphs/Service.php +%%WWWDIR%%/library/Graphite/Web/Widget/IcingadbGraphs.php +%%WWWDIR%%/library/Graphite/Web/Widget/InlineGraphImage.php %%WWWDIR%%/library/vendor/Psr/Http/Message/MessageInterface.php %%WWWDIR%%/library/vendor/Psr/Http/Message/RequestInterface.php %%WWWDIR%%/library/vendor/Psr/Http/Message/ResponseInterface.php %%WWWDIR%%/library/vendor/Psr/Http/Message/ServerRequestInterface.php %%WWWDIR%%/library/vendor/Psr/Http/Message/StreamInterface.php %%WWWDIR%%/library/vendor/Psr/Http/Message/UploadedFileInterface.php %%WWWDIR%%/library/vendor/Psr/Http/Message/UriInterface.php %%WWWDIR%%/library/vendor/Psr/LICENSE %%WWWDIR%%/library/vendor/Psr/Loader.php %%WWWDIR%%/library/vendor/iplx/Http/Client.php %%WWWDIR%%/library/vendor/iplx/Http/ClientInterface.php %%WWWDIR%%/library/vendor/iplx/Http/Handle.php %%WWWDIR%%/library/vendor/iplx/Http/MessageTrait.php %%WWWDIR%%/library/vendor/iplx/Http/Request.php %%WWWDIR%%/library/vendor/iplx/Http/Response.php %%WWWDIR%%/library/vendor/iplx/Http/Stream.php %%WWWDIR%%/library/vendor/iplx/Http/Uri.php %%WWWDIR%%/library/vendor/iplx/LICENSE %%WWWDIR%%/library/vendor/iplx/Loader.php %%WWWDIR%%/library/vendor/iplx/README %%WWWDIR%%/module.info %%WWWDIR%%/public/css/module.less %%WWWDIR%%/public/js/module.js %%WWWDIR%%/run.php +%%WWWDIR%%/templates/cpu_windows_powershell_framework.ini %%WWWDIR%%/templates/default.ini %%WWWDIR%%/templates/disk.ini +%%WWWDIR%%/templates/disk_windows_powershell_framework.ini +%%WWWDIR%%/templates/ethMon.ini %%WWWDIR%%/templates/file_age.ini %%WWWDIR%%/templates/fping.ini +%%WWWDIR%%/templates/graphite-template memory-linux-local.ini %%WWWDIR%%/templates/hostalive.ini %%WWWDIR%%/templates/icinga.ini +%%WWWDIR%%/templates/icmp-hosts.ini %%WWWDIR%%/templates/icmp.ini %%WWWDIR%%/templates/interfacetable.ini %%WWWDIR%%/templates/load.ini %%WWWDIR%%/templates/mailq.ini %%WWWDIR%%/templates/memory.ini +%%WWWDIR%%/templates/memory_windows_powershell_framework.ini +%%WWWDIR%%/templates/multi.ini %%WWWDIR%%/templates/mysql.ini %%WWWDIR%%/templates/mysql_health.ini +%%WWWDIR%%/templates/netapp_cdot_aggregates.ini +%%WWWDIR%%/templates/netapp_cdot_volumes.ini %%WWWDIR%%/templates/network.ini %%WWWDIR%%/templates/ntp.ini +%%WWWDIR%%/templates/nwc-interface-usage.ini +%%WWWDIR%%/templates/nwc-load.ini %%WWWDIR%%/templates/ping.ini %%WWWDIR%%/templates/procs.ini +%%WWWDIR%%/templates/response-size-hosts.ini %%WWWDIR%%/templates/response-size.ini +%%WWWDIR%%/templates/response-time-hosts.ini %%WWWDIR%%/templates/response-time.ini +%%WWWDIR%%/templates/snmp-int.ini +%%WWWDIR%%/templates/snmp-load-netsl.ini +%%WWWDIR%%/templates/snmp-load-stand.ini +%%WWWDIR%%/templates/snmp-memory.ini +%%WWWDIR%%/templates/snmp-storage.ini %%WWWDIR%%/templates/swap.ini %%WWWDIR%%/templates/update.ini %%WWWDIR%%/templates/uptime.ini %%WWWDIR%%/templates/users.ini