Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2017 16:01:14 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455051 - in head/net-mgmt: . icingaweb2-module-graphite
Message-ID:  <201711281601.vASG1EGl050407@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Tue Nov 28 16:01:14 2017
New Revision: 455051
URL: https://svnweb.freebsd.org/changeset/ports/455051

Log:
  This module integrates an existing Graphite installation in your Icinga Web 2
  frontend.
  
  It provides a new menu section with two general overviews for hosts and
  services as well as an extension to the host and service detail view of the
  monitoring module.
  
  WWW: https://github.com/Icinga/icingaweb2-module-graphite

Added:
  head/net-mgmt/icingaweb2-module-graphite/
  head/net-mgmt/icingaweb2-module-graphite/Makefile   (contents, props changed)
  head/net-mgmt/icingaweb2-module-graphite/distinfo   (contents, props changed)
  head/net-mgmt/icingaweb2-module-graphite/pkg-descr   (contents, props changed)
  head/net-mgmt/icingaweb2-module-graphite/pkg-plist   (contents, props changed)
Modified:
  head/net-mgmt/Makefile

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Tue Nov 28 15:58:35 2017	(r455050)
+++ head/net-mgmt/Makefile	Tue Nov 28 16:01:14 2017	(r455051)
@@ -90,6 +90,7 @@
     SUBDIR += icingaweb2-module-director
     SUBDIR += icingaweb2-module-generictts
     SUBDIR += icingaweb2-module-grafana
+    SUBDIR += icingaweb2-module-graphite
     SUBDIR += icingaweb2-module-map
     SUBDIR += icingaweb2-module-vsphere
     SUBDIR += icli

Added: head/net-mgmt/icingaweb2-module-graphite/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/icingaweb2-module-graphite/Makefile	Tue Nov 28 16:01:14 2017	(r455051)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	icingaweb2-module-graphite
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.9.0
+CATEGORIES=	net-mgmt www
+
+MAINTAINER=	lme@FreeBSD.org
+COMMENT=	Graphite integration into Icinga Web 2
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+RUN_DEPENDS=	icingaweb2>=2.5.0:net-mgmt/icingaweb2
+
+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 <bsd.port.mk>

Added: head/net-mgmt/icingaweb2-module-graphite/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/icingaweb2-module-graphite/distinfo	Tue Nov 28 16:01:14 2017	(r455051)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1511884500
+SHA256 (icinga-icingaweb2-module-graphite-v0.9.0_GH0.tar.gz) = 41dd96513c93dab56bacacae4318898232180a9acbf79031a81503ad07dba06c
+SIZE (icinga-icingaweb2-module-graphite-v0.9.0_GH0.tar.gz) = 321599

Added: head/net-mgmt/icingaweb2-module-graphite/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/icingaweb2-module-graphite/pkg-descr	Tue Nov 28 16:01:14 2017	(r455051)
@@ -0,0 +1,8 @@
+This module integrates an existing Graphite installation in your Icinga Web 2
+frontend.
+
+It provides a new menu section with two general overviews for hosts and
+services as well as an extension to the host and service detail view of the
+monitoring module.
+
+WWW: https://github.com/Icinga/icingaweb2-module-graphite

Added: head/net-mgmt/icingaweb2-module-graphite/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/icingaweb2-module-graphite/pkg-plist	Tue Nov 28 16:01:14 2017	(r455051)
@@ -0,0 +1,96 @@
+%%WWWDIR%%/.github/ISSUE_TEMPLATE.md
+%%WWWDIR%%/.gitignore
+%%WWWDIR%%/COPYING
+%%WWWDIR%%/README.md
+%%WWWDIR%%/application/controllers/ConfigController.php
+%%WWWDIR%%/application/controllers/GraphController.php
+%%WWWDIR%%/application/controllers/GraphDummyController.php
+%%WWWDIR%%/application/controllers/ListController.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/03-Configuration.md
+%%WWWDIR%%/doc/04-Templates.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/Monitoring/DetailviewExtension.php
+%%WWWDIR%%/library/Graphite/Util/MacroTemplate.php
+%%WWWDIR%%/library/Graphite/Web/Controller/MonitoringAwareController.php
+%%WWWDIR%%/library/Graphite/Web/Controller/TimeRangePickerTrait.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/Graphs.php
+%%WWWDIR%%/library/Graphite/Web/Widget/Graphs/Host.php
+%%WWWDIR%%/library/Graphite/Web/Widget/Graphs/Service.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%%/public/css/module.less
+%%WWWDIR%%/public/js/module.js
+%%WWWDIR%%/run.php
+%%WWWDIR%%/templates/apt.ini
+%%WWWDIR%%/templates/default.ini
+%%WWWDIR%%/templates/dig.ini
+%%WWWDIR%%/templates/disk.ini
+%%WWWDIR%%/templates/dns.ini
+%%WWWDIR%%/templates/file_age.ini
+%%WWWDIR%%/templates/fping.ini
+%%WWWDIR%%/templates/fping4.ini
+%%WWWDIR%%/templates/fping6.ini
+%%WWWDIR%%/templates/ftp.ini
+%%WWWDIR%%/templates/hostalive.ini
+%%WWWDIR%%/templates/http.ini
+%%WWWDIR%%/templates/icinga.ini
+%%WWWDIR%%/templates/icmp.ini
+%%WWWDIR%%/templates/imap.ini
+%%WWWDIR%%/templates/ldap.ini
+%%WWWDIR%%/templates/load.ini
+%%WWWDIR%%/templates/mailq.ini
+%%WWWDIR%%/templates/ntp_time.ini
+%%WWWDIR%%/templates/ping.ini
+%%WWWDIR%%/templates/ping4.ini
+%%WWWDIR%%/templates/ping6.ini
+%%WWWDIR%%/templates/procs.ini
+%%WWWDIR%%/templates/smtp.ini
+%%WWWDIR%%/templates/ssh.ini
+%%WWWDIR%%/templates/swap.ini
+%%WWWDIR%%/templates/tcp.ini
+%%WWWDIR%%/templates/udp.ini
+%%WWWDIR%%/templates/users.ini



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