net-mgmt/icingaweb2-module-grafana:
Update to 1.3.1
This commit is contained in:
parent
4217fe32ca
commit
5d7991356d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477225
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= icingaweb2-module-grafana
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.5
|
||||
DISTVERSION= 1.3.1
|
||||
CATEGORIES= net-mgmt www
|
||||
|
||||
MAINTAINER= lme@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1529401725
|
||||
SHA256 (mikesch-mp-icingaweb2-module-grafana-v1.2.5_GH0.tar.gz) = 5f42524b22939f4e29184c1ee62dae5d208ec2848e75b8851c8b261fd5efcdda
|
||||
SIZE (mikesch-mp-icingaweb2-module-grafana-v1.2.5_GH0.tar.gz) = 1693913
|
||||
TIMESTAMP = 1534338134
|
||||
SHA256 (mikesch-mp-icingaweb2-module-grafana-v1.3.1_GH0.tar.gz) = 606a9e4a04d6a008204dbd6e33a20d5d72a88154eff2aad0e26b4f1b49043b67
|
||||
SIZE (mikesch-mp-icingaweb2-module-grafana-v1.3.1_GH0.tar.gz) = 1769802
|
||||
|
@ -1,15 +1,22 @@
|
||||
%%WWWDIR%%/.idea/icingaweb2-module-grafana.iml
|
||||
%%WWWDIR%%/.idea/inspectionProfiles/profiles_settings.xml
|
||||
%%WWWDIR%%/.idea/misc.xml
|
||||
%%WWWDIR%%/.idea/modules.xml
|
||||
%%WWWDIR%%/.idea/workspace.xml
|
||||
%%WWWDIR%%/CHANGELOG.md
|
||||
%%WWWDIR%%/CONTRIBUTING.md
|
||||
%%WWWDIR%%/LICENSE
|
||||
%%WWWDIR%%/README.md
|
||||
%%WWWDIR%%/RELEASE.md
|
||||
%%WWWDIR%%/application/controllers/ConfigController.php
|
||||
%%WWWDIR%%/application/controllers/DashboardController.php
|
||||
%%WWWDIR%%/application/controllers/GraphController.php
|
||||
%%WWWDIR%%/application/controllers/ImgController.php
|
||||
%%WWWDIR%%/application/controllers/ShowController.php
|
||||
%%WWWDIR%%/application/forms/Config/GeneralConfigForm.php
|
||||
%%WWWDIR%%/application/forms/Graph/GraphForm.php
|
||||
%%WWWDIR%%/application/views/scripts/config/index.phtml
|
||||
%%WWWDIR%%/application/views/scripts/dashboard/index.phtml
|
||||
%%WWWDIR%%/application/views/scripts/graph/index.phtml
|
||||
%%WWWDIR%%/application/views/scripts/graph/new.phtml
|
||||
%%WWWDIR%%/application/views/scripts/graph/remove.phtml
|
||||
@ -38,7 +45,6 @@
|
||||
%%WWWDIR%%/dashboards/graphite/template-graphite.json
|
||||
%%WWWDIR%%/dashboards/influxdb/auto-repeat-disk.json
|
||||
%%WWWDIR%%/dashboards/influxdb/base-metrics.json
|
||||
%%WWWDIR%%/dashboards/influxdb/icinga2-default-test.json
|
||||
%%WWWDIR%%/dashboards/influxdb/icinga2-default.json
|
||||
%%WWWDIR%%/dashboards/influxdb/itl/disk.json
|
||||
%%WWWDIR%%/dashboards/influxdb/itl/hostalive.json
|
||||
@ -110,9 +116,11 @@
|
||||
%%WWWDIR%%/doc/images/icingaweb2_grafana_screenshot_03.png
|
||||
%%WWWDIR%%/doc/images/icingaweb2_grafana_screenshot_04.png
|
||||
%%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/Timeranges.php
|
||||
%%WWWDIR%%/library/Grafana/Helpers/Util.php
|
||||
%%WWWDIR%%/library/Grafana/ProvidedHook/GrafanaAuthentification.php
|
||||
%%WWWDIR%%/library/Grafana/ProvidedHook/Grapher.php
|
||||
%%WWWDIR%%/library/Grafana/ProvidedHook/Monitoring/HostActions.php
|
||||
%%WWWDIR%%/library/Grafana/Web/Controller/MonitoringAwareController.php
|
||||
|
Loading…
Reference in New Issue
Block a user