From owner-svn-ports-all@freebsd.org Thu Jul 27 18:21:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91119DACEE0; Thu, 27 Jul 2017 18:21:23 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C264CA9; Thu, 27 Jul 2017 18:21:23 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6RILMn9013133; Thu, 27 Jul 2017 18:21:22 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6RILMd4013127; Thu, 27 Jul 2017 18:21:22 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201707271821.v6RILMd4013127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 27 Jul 2017 18:21:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446772 - in head/net-mgmt: . icingaweb2-module-grafana X-SVN-Group: ports-head X-SVN-Commit-Author: lme X-SVN-Commit-Paths: in head/net-mgmt: . icingaweb2-module-grafana X-SVN-Commit-Revision: 446772 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2017 18:21:23 -0000 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@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 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