Commit aa0d8bf4 authored by Florian Smeets's avatar Florian Smeets
Browse files

net-mgmt/icingaweb2-module-monitoring: Add port

This was moved out of core icingaweb2 and is now deprectated.
The successor is net-mgmt/icingadb which has been in ports for a while.

Event:	Wiesbaden Hackathon 202604
parent c94664c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@
    SUBDIR += icingaweb2-module-incubator
    SUBDIR += icingaweb2-module-jira
    SUBDIR += icingaweb2-module-map
    SUBDIR += icingaweb2-module-monitoring
    SUBDIR += icingaweb2-module-pdfexport
    SUBDIR += icingaweb2-module-reactbundle
    SUBDIR += icingaweb2-module-reporting
+34 −0
Original line number Diff line number Diff line
PORTNAME=	icingaweb2-module-monitoring
DISTVERSIONPREFIX=	v
DISTVERSION=	2.12.6
CATEGORIES=	net-mgmt www
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}

MAINTAINER=	flo@FreeBSD.org
COMMENT=	Monitoring module for Icinga Web 2
WWW=		https://github.com/Icinga/icingaweb2-module-monitoring

LICENSE=	GPLv2

USES=		php:web,flavors

USE_GITHUB=	yes
GH_ACCOUNT=	icinga
GH_TAG=		v2.12.6

NO_BUILD=	yes
NO_ARCH=	yes

OPTIONS_DEFINE=	NLS

NLS_USES=	gettext
NLS_USE=	PHP=intl

WWWDIR?=	${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//}

do-install:
	@${MKDIR} ${STAGEDIR}${WWWDIR}
	(cd ${WRKSRC} && \
		${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})

.include <bsd.port.mk>
+3 −0
Original line number Diff line number Diff line
TIMESTAMP = 1777106991
SHA256 (icinga-icingaweb2-module-monitoring-v2.12.6_GH0.tar.gz) = dfb88a168c25e2763f0a080a7b5834fe5488c7b4975cf0691e1c1e20200939e8
SIZE (icinga-icingaweb2-module-monitoring-v2.12.6_GH0.tar.gz) = 601735
+6 −0
Original line number Diff line number Diff line
Deprecated: This module only receives security fixes. The recommended
successor is Icinga DB Web.

The monitoring module provides an intuitive user interface for monitoring
with Icinga 2. There are lots of list and detail views (e.g. for hosts and
services) you can sort and filter depending on what you want to see.
+373 −0

File added.

Preview size limit exceeded, changes collapsed.