svn commit: r446772 - in head/net-mgmt: . icingaweb2-module-grafana

Lars Engels lme at FreeBSD.org
Thu Jul 27 18:21:23 UTC 2017


Author: lme
Date: Thu Jul 27 18:21:21 2017
New Revision: 446772
URL: https://svnweb.freebsd.org/changeset/ports/446772

Log:
  Add new port net-mgmt/icingaweb2-module-grafana:
  
  Add Grafana graphs into Icinga Web 2 to display performance metrics.
  
  WWW: https://github.com/Mikesch-mp/icingaweb2-module-grafana

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

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Thu Jul 27 18:21:15 2017	(r446771)
+++ head/net-mgmt/Makefile	Thu Jul 27 18:21:21 2017	(r446772)
@@ -89,6 +89,7 @@
     SUBDIR += icingaweb2-module-cube
     SUBDIR += icingaweb2-module-director
     SUBDIR += icingaweb2-module-generictts
+    SUBDIR += icingaweb2-module-grafana
     SUBDIR += icingaweb2-module-map
     SUBDIR += icli
     SUBDIR += icmpmonitor

Added: head/net-mgmt/icingaweb2-module-grafana/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/icingaweb2-module-grafana/Makefile	Thu Jul 27 18:21:21 2017	(r446772)
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME=	icingaweb2-module-grafana
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.1.8
+CATEGORIES=	net-mgmt www
+
+MAINTAINER=	lme at FreeBSD.org
+COMMENT=	Add Grafana graphs into Icinga Web 2 to display performance metrics
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	icingaweb2>=2.4.1:net-mgmt/icingaweb2
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	mikesch-mp
+
+NO_BUILD=	yes
+NO_ARCH=	yes
+
+WWWDIR?=	${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//}
+
+do-install:
+	@${RM} -r ${WRKSRC}/.README.md.swp ${WRKSRC}/.github
+	@${MKDIR} ${STAGEDIR}${WWWDIR}
+	(cd ${WRKSRC} && \
+		${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
+
+.include <bsd.port.mk>

Added: head/net-mgmt/icingaweb2-module-grafana/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/icingaweb2-module-grafana/distinfo	Thu Jul 27 18:21:21 2017	(r446772)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1501178110
+SHA256 (mikesch-mp-icingaweb2-module-grafana-v1.1.8_GH0.tar.gz) = 0e6a328fbb37c63b6f6bba0016c949336300d6b4dd7b97e62610bd6dd6dcfb5e
+SIZE (mikesch-mp-icingaweb2-module-grafana-v1.1.8_GH0.tar.gz) = 459896

Added: head/net-mgmt/icingaweb2-module-grafana/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/icingaweb2-module-grafana/pkg-descr	Thu Jul 27 18:21:21 2017	(r446772)
@@ -0,0 +1,3 @@
+Add Grafana graphs into Icinga Web 2 to display performance metrics.
+
+WWW: https://github.com/Mikesch-mp/icingaweb2-module-grafana

Added: head/net-mgmt/icingaweb2-module-grafana/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/icingaweb2-module-grafana/pkg-plist	Thu Jul 27 18:21:21 2017	(r446772)
@@ -0,0 +1,39 @@
+%%WWWDIR%%/CONTRIBUTING.md
+%%WWWDIR%%/LICENSE
+%%WWWDIR%%/README.md
+%%WWWDIR%%/RELEASE.md
+%%WWWDIR%%/application/controllers/ConfigController.php
+%%WWWDIR%%/application/controllers/GraphController.php
+%%WWWDIR%%/application/forms/Config/GeneralConfigForm.php
+%%WWWDIR%%/application/forms/Graph/GraphForm.php
+%%WWWDIR%%/application/views/scripts/config/index.phtml
+%%WWWDIR%%/application/views/scripts/graph/index.phtml
+%%WWWDIR%%/application/views/scripts/graph/new.phtml
+%%WWWDIR%%/application/views/scripts/graph/remove.phtml
+%%WWWDIR%%/application/views/scripts/graph/update.phtml
+%%WWWDIR%%/application/views/scripts/index/graph.phtml
+%%WWWDIR%%/application/views/scripts/show/index.phtml
+%%WWWDIR%%/configuration.php
+%%WWWDIR%%/dashboards/graphite/base-metrics.json
+%%WWWDIR%%/dashboards/graphite/icinga2-default.json
+%%WWWDIR%%/dashboards/influxdb/base-metrics.json
+%%WWWDIR%%/dashboards/influxdb/icinga2-default.json
+%%WWWDIR%%/doc/01-about.md
+%%WWWDIR%%/doc/02-installation.md
+%%WWWDIR%%/doc/03-module-configuration.md
+%%WWWDIR%%/doc/04-graph-configuration.md
+%%WWWDIR%%/doc/images/grafana-datasource-graphite.png
+%%WWWDIR%%/doc/images/grafana-datasource-influxdb.png
+%%WWWDIR%%/doc/images/grafana-import-base-metrics-dashboard.png
+%%WWWDIR%%/doc/images/grafana-import-icinga2-default-dashboard.png
+%%WWWDIR%%/doc/images/icingaweb2_grafana_screenshot_01.png
+%%WWWDIR%%/doc/images/icingaweb2_grafana_screenshot_02.png
+%%WWWDIR%%/doc/images/icingaweb2_grafana_screenshot_03.png
+%%WWWDIR%%/doc/images/icingaweb2_grafana_screenshot_04.png
+%%WWWDIR%%/doc/images/module_grafana_configuration01.png
+%%WWWDIR%%/library/Grafana/ProvidedHook/Grapher.php
+%%WWWDIR%%/library/Grafana/ProvidedHook/Monitoring/HostActions.php
+%%WWWDIR%%/library/Grafana/Util.php
+%%WWWDIR%%/module.info
+%%WWWDIR%%/public/css/module.less
+%%WWWDIR%%/run.php


More information about the svn-ports-all mailing list