1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add net-mgmt/icingaweb2-module-generictts

Generic TTS implements Icinga Web 2's ticket hook for replacing ticket patterns
with links to your trouble ticket system (TTS). Icinga Web 2's core module
monitoring for example uses the ticket hook for acknowledgements, downtimes and
comments. Other modules may use the ticket hook for all kinds of text too.

WWW: https://github.com/Icinga/icingaweb2-module-generictts
This commit is contained in:
Lars Engels 2017-03-08 11:49:40 +00:00
parent 0239e18ae0
commit 5b61678705
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435671
5 changed files with 54 additions and 0 deletions

View File

@ -83,6 +83,7 @@
SUBDIR += icinga-core
SUBDIR += icinga2
SUBDIR += icingaweb2
SUBDIR += icingaweb2-module-generictts
SUBDIR += icli
SUBDIR += icmpmonitor
SUBDIR += icmpquery

View File

@ -0,0 +1,29 @@
# $FreeBSD$
PORTNAME= icingaweb2-module-generictts
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0
CATEGORIES= net-mgmt www
MAINTAINER= lme@FreeBSD.org
COMMENT= Generic ticket system integration into Icinga web 2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= icingaweb2>=2.4.1: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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1488972109
SHA256 (icinga-icingaweb2-module-generictts-v2.0.0_GH0.tar.gz) = 7fcffc7125a89e9ea7a029fdb61ee341912b9b827a4aa373b4e39d7073102d02
SIZE (icinga-icingaweb2-module-generictts-v2.0.0_GH0.tar.gz) = 11741

View File

@ -0,0 +1,6 @@
Generic TTS implements Icinga Web 2's ticket hook for replacing ticket patterns
with links to your trouble ticket system (TTS). Icinga Web 2's core module
monitoring for example uses the ticket hook for acknowledgements, downtimes and
comments. Other modules may use the ticket hook for all kinds of text too.
WWW: https://github.com/Icinga/icingaweb2-module-generictts

View File

@ -0,0 +1,15 @@
%%WWWDIR%%/.mailmap
%%WWWDIR%%/AUTHORS
%%WWWDIR%%/COPYING
%%WWWDIR%%/README.md
%%WWWDIR%%/application/controllers/IntegrationsController.php
%%WWWDIR%%/application/forms/Config/TtsIntegrationConfigForm.php
%%WWWDIR%%/application/views/scripts/integrations/index.phtml
%%WWWDIR%%/application/views/scripts/integrations/new.phtml
%%WWWDIR%%/application/views/scripts/integrations/remove.phtml
%%WWWDIR%%/application/views/scripts/integrations/update.phtml
%%WWWDIR%%/configuration.php
%%WWWDIR%%/library/Generictts/Ticket.php
%%WWWDIR%%/module.info
%%WWWDIR%%/public/css/module.less
%%WWWDIR%%/run.php