mirror of
https://git.freebsd.org/ports.git
synced 2025-04-27 17:16:37 -04:00
net-mgmt/icingaweb2-module-grafana: Update 3.0.1 => 3.1.0
Changelog: https://github.com/NETWAYS/icingaweb2-module-grafana/releases/tag/v3.1.0 Use default value for WWW defined in Mk/bsd.sites.mk. PR: 286095
This commit is contained in:
parent
f739e3a5be
commit
2cc18aa879
3 changed files with 7 additions and 5 deletions
|
@ -1,12 +1,11 @@
|
|||
PORTNAME= icingaweb2-module-grafana
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.0.1
|
||||
DISTVERSION= 3.1.0
|
||||
CATEGORIES= net-mgmt www
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
|
||||
MAINTAINER= dsh@bamus.cz
|
||||
COMMENT= Add Grafana graphs into Icinga Web 2 to display performance metrics
|
||||
WWW= https://github.com/NETWAYS/icingaweb2-module-grafana
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1739460243
|
||||
SHA256 (NETWAYS-icingaweb2-module-grafana-v3.0.1_GH0.tar.gz) = ce1c893553ad485fb3b46a053d4af4b56fb805e05bcfdec7114774fbc56cff4c
|
||||
SIZE (NETWAYS-icingaweb2-module-grafana-v3.0.1_GH0.tar.gz) = 1539799
|
||||
TIMESTAMP = 1744638755
|
||||
SHA256 (NETWAYS-icingaweb2-module-grafana-v3.1.0_GH0.tar.gz) = c96430d6f3501864bf47008fd351c4d72f0e14052aac1983d6c4d7157fe4c3f5
|
||||
SIZE (NETWAYS-icingaweb2-module-grafana-v3.1.0_GH0.tar.gz) = 1542603
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
%%WWWDIR%%/doc/05-update.md
|
||||
%%WWWDIR%%/doc/06-create-grafana-dashboards-influxdb.md
|
||||
%%WWWDIR%%/doc/07-create-grafana-dashboards-graphite.md
|
||||
%%WWWDIR%%/doc/08-config-jwt.md
|
||||
%%WWWDIR%%/doc/images/02-installation-01.png
|
||||
%%WWWDIR%%/doc/images/04-graph.configuration-01.png
|
||||
%%WWWDIR%%/doc/images/04-graph.configuration-02.png
|
||||
|
@ -109,8 +110,10 @@
|
|||
%%WWWDIR%%/doc/images/icingaweb2_grafana_screenshot_05.png
|
||||
%%WWWDIR%%/doc/images/icingaweb2_grafana_screenshot_06.png
|
||||
%%WWWDIR%%/doc/images/showallgraph.png
|
||||
%%WWWDIR%%/library/Grafana/Helpers/JwtToken.php
|
||||
%%WWWDIR%%/library/Grafana/Helpers/Timeranges.php
|
||||
%%WWWDIR%%/library/Grafana/Helpers/Util.php
|
||||
%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/GeneralConfigFormHook.php
|
||||
%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/HostActions.php
|
||||
%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/HostDetailExtension.php
|
||||
%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/IcingaDbGrapher.php
|
||||
|
|
Loading…
Add table
Reference in a new issue