Date: Fri, 17 May 2019 12:50:41 +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: r501869 - in head/net-mgmt: . icingaweb2-module-idoreports Message-ID: <201905171250.x4HCofUw021679@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lme Date: Fri May 17 12:50:41 2019 New Revision: 501869 URL: https://svnweb.freebsd.org/changeset/ports/501869 Log: Icinga IDO Reports provides host and service availability reports for Icinga 1.x and Icinga 2.x based on the monitoring database (IDO). WWW: https://github.com/Icinga/icingaweb2-module-idoreports Added: head/net-mgmt/icingaweb2-module-idoreports/ head/net-mgmt/icingaweb2-module-idoreports/Makefile (contents, props changed) head/net-mgmt/icingaweb2-module-idoreports/distinfo (contents, props changed) head/net-mgmt/icingaweb2-module-idoreports/pkg-descr (contents, props changed) head/net-mgmt/icingaweb2-module-idoreports/pkg-plist (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Fri May 17 12:49:49 2019 (r501868) +++ head/net-mgmt/Makefile Fri May 17 12:50:41 2019 (r501869) @@ -94,6 +94,7 @@ SUBDIR += icingaweb2-module-generictts SUBDIR += icingaweb2-module-grafana SUBDIR += icingaweb2-module-graphite + SUBDIR += icingaweb2-module-idoreports SUBDIR += icingaweb2-module-ipl SUBDIR += icingaweb2-module-map SUBDIR += icingaweb2-module-pdfexport Added: head/net-mgmt/icingaweb2-module-idoreports/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/icingaweb2-module-idoreports/Makefile Fri May 17 12:50:41 2019 (r501869) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= icingaweb2-module-idoreports +DISTVERSIONPREFIX= v +DISTVERSION= 0.9.0 +CATEGORIES= net-mgmt www + +MAINTAINER= lme@FreeBSD.org +COMMENT= Host and service availability reports for Icinga + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= icingaweb2>=2.6.0:net-mgmt/icingaweb2 \ + icingaweb2-module-reporting>=0.9:net-mgmt/icingaweb2-module-reporting + +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-idoreports/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/icingaweb2-module-idoreports/distinfo Fri May 17 12:50:41 2019 (r501869) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557838708 +SHA256 (icinga-icingaweb2-module-idoreports-v0.9.0_GH0.tar.gz) = 6f9786ea8ce621f9ddb75387f7b9c9a652dc6c63dadb26060c6eec1577280f25 +SIZE (icinga-icingaweb2-module-idoreports-v0.9.0_GH0.tar.gz) = 101439 Added: head/net-mgmt/icingaweb2-module-idoreports/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/icingaweb2-module-idoreports/pkg-descr Fri May 17 12:50:41 2019 (r501869) @@ -0,0 +1,4 @@ +Icinga IDO Reports provides host and service availability reports for Icinga +1.x and Icinga 2.x based on the monitoring database (IDO). + +WWW: https://github.com/Icinga/icingaweb2-module-idoreports Added: head/net-mgmt/icingaweb2-module-idoreports/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/icingaweb2-module-idoreports/pkg-plist Fri May 17 12:50:41 2019 (r501869) @@ -0,0 +1,12 @@ +%%WWWDIR%%/.gitignore +%%WWWDIR%%/LICENSE +%%WWWDIR%%/README.md +%%WWWDIR%%/doc/02-Installation.md +%%WWWDIR%%/doc/res/host-sla-report.png +%%WWWDIR%%/library/Idoreports/HostSlaReport.php +%%WWWDIR%%/library/Idoreports/IdoReport.php +%%WWWDIR%%/library/Idoreports/ServiceSlaReport.php +%%WWWDIR%%/module.info +%%WWWDIR%%/run.php +%%WWWDIR%%/schema/get_sla_ok_percent.sql +%%WWWDIR%%/schema/slaperiods.sql
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905171250.x4HCofUw021679>