mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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
This commit is contained in:
parent
88ba50c2e2
commit
b9541f9b5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501869
@ -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
|
||||
|
30
net-mgmt/icingaweb2-module-idoreports/Makefile
Normal file
30
net-mgmt/icingaweb2-module-idoreports/Makefile
Normal file
@ -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>
|
3
net-mgmt/icingaweb2-module-idoreports/distinfo
Normal file
3
net-mgmt/icingaweb2-module-idoreports/distinfo
Normal file
@ -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
|
4
net-mgmt/icingaweb2-module-idoreports/pkg-descr
Normal file
4
net-mgmt/icingaweb2-module-idoreports/pkg-descr
Normal file
@ -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
|
12
net-mgmt/icingaweb2-module-idoreports/pkg-plist
Normal file
12
net-mgmt/icingaweb2-module-idoreports/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user