View | Details | Raw Unified | Return to bug 286095
Collapse All | Expand All

(-)b/net-mgmt/icingaweb2-module-grafana/Makefile (-2 / +1 lines)
Lines 1-12 Link Here
1
PORTNAME=	icingaweb2-module-grafana
1
PORTNAME=	icingaweb2-module-grafana
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	3.0.1
3
DISTVERSION=	3.1.0
4
CATEGORIES=	net-mgmt www
4
CATEGORIES=	net-mgmt www
5
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
5
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
6
6
7
MAINTAINER=	dsh@bamus.cz
7
MAINTAINER=	dsh@bamus.cz
8
COMMENT=	Add Grafana graphs into Icinga Web 2 to display performance metrics
8
COMMENT=	Add Grafana graphs into Icinga Web 2 to display performance metrics
9
WWW=		https://github.com/NETWAYS/icingaweb2-module-grafana
10
9
11
LICENSE=	GPLv2
10
LICENSE=	GPLv2
12
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
(-)b/net-mgmt/icingaweb2-module-grafana/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1739460243
1
TIMESTAMP = 1744638755
2
SHA256 (NETWAYS-icingaweb2-module-grafana-v3.0.1_GH0.tar.gz) = ce1c893553ad485fb3b46a053d4af4b56fb805e05bcfdec7114774fbc56cff4c
2
SHA256 (NETWAYS-icingaweb2-module-grafana-v3.1.0_GH0.tar.gz) = c96430d6f3501864bf47008fd351c4d72f0e14052aac1983d6c4d7157fe4c3f5
3
SIZE (NETWAYS-icingaweb2-module-grafana-v3.0.1_GH0.tar.gz) = 1539799
3
SIZE (NETWAYS-icingaweb2-module-grafana-v3.1.0_GH0.tar.gz) = 1542603
(-)b/net-mgmt/icingaweb2-module-grafana/pkg-plist (-1 / +3 lines)
Lines 68-73 Link Here
68
%%WWWDIR%%/doc/05-update.md
68
%%WWWDIR%%/doc/05-update.md
69
%%WWWDIR%%/doc/06-create-grafana-dashboards-influxdb.md
69
%%WWWDIR%%/doc/06-create-grafana-dashboards-influxdb.md
70
%%WWWDIR%%/doc/07-create-grafana-dashboards-graphite.md
70
%%WWWDIR%%/doc/07-create-grafana-dashboards-graphite.md
71
%%WWWDIR%%/doc/08-config-jwt.md
71
%%WWWDIR%%/doc/images/02-installation-01.png
72
%%WWWDIR%%/doc/images/02-installation-01.png
72
%%WWWDIR%%/doc/images/04-graph.configuration-01.png
73
%%WWWDIR%%/doc/images/04-graph.configuration-01.png
73
%%WWWDIR%%/doc/images/04-graph.configuration-02.png
74
%%WWWDIR%%/doc/images/04-graph.configuration-02.png
Lines 109-116 Link Here
109
%%WWWDIR%%/doc/images/icingaweb2_grafana_screenshot_05.png
110
%%WWWDIR%%/doc/images/icingaweb2_grafana_screenshot_05.png
110
%%WWWDIR%%/doc/images/icingaweb2_grafana_screenshot_06.png
111
%%WWWDIR%%/doc/images/icingaweb2_grafana_screenshot_06.png
111
%%WWWDIR%%/doc/images/showallgraph.png
112
%%WWWDIR%%/doc/images/showallgraph.png
113
%%WWWDIR%%/library/Grafana/Helpers/JwtToken.php
112
%%WWWDIR%%/library/Grafana/Helpers/Timeranges.php
114
%%WWWDIR%%/library/Grafana/Helpers/Timeranges.php
113
%%WWWDIR%%/library/Grafana/Helpers/Util.php
115
%%WWWDIR%%/library/Grafana/Helpers/Util.php
116
%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/GeneralConfigFormHook.php
114
%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/HostActions.php
117
%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/HostActions.php
115
%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/HostDetailExtension.php
118
%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/HostDetailExtension.php
116
%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/IcingaDbGrapher.php
119
%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/IcingaDbGrapher.php
117
- 

Return to bug 286095