Hi all, Hi Stuart, This post contains the latest update for icingadb-web to version v1.1.3. It requires the just released icinga-php-library v0.14.1, which I sent in a previous email.
In addition to the version bump, I also fixed the location of the documentation in the README package. I am using this update and it works so far. https://github.com/Icinga/icingadb-web/releases/tag/v1.1.3 Cheers, Alvar diff --git icingadb-web/Makefile icingadb-web/Makefile index 67690ceb454..f54ffc2fc48 100644 --- icingadb-web/Makefile +++ icingadb-web/Makefile @@ -2,7 +2,7 @@ COMMENT= web-based UI for Icinga DB GH_PROJECT= icingadb-web MODULE_NAME= icingadb-web -MODULE_VERSION= v1.1.2 +MODULE_VERSION= v1.1.3 MODULE_DEST= ${PREFIX}/icinga-web2/modules/icingadb HOMEPAGE= https://icinga.com/docs/icinga-db-web/ diff --git icingadb-web/distinfo icingadb-web/distinfo index e3046f87b9e..1b65f2887c6 100644 --- icingadb-web/distinfo +++ icingadb-web/distinfo @@ -1,2 +1,2 @@ -SHA256 (icingadb-web-1.1.2.tar.gz) = qC017451cmaO6KqJz6W64eXAFIf4TpNqjIcSuYWHR1M= -SIZE (icingadb-web-1.1.2.tar.gz) = 2056168 +SHA256 (icingadb-web-1.1.3.tar.gz) = QOjOW1zK0rzNiGb5ZXLhtcXJObO1jlIaPtev0+BE8xE= +SIZE (icingadb-web-1.1.3.tar.gz) = 2057952 diff --git icingadb-web/pkg/PLIST icingadb-web/pkg/PLIST index 8d9aeba7c5c..f34f28a84f5 100644 --- icingadb-web/pkg/PLIST +++ icingadb-web/pkg/PLIST @@ -502,6 +502,7 @@ icinga-web2/modules/icingadb/test/php/library/Icingadb/Model/CustomvarFlatTest.p icinga-web2/modules/icingadb/test/php/library/Icingadb/Util/ icinga-web2/modules/icingadb/test/php/library/Icingadb/Util/PerfdataSetTest.php icinga-web2/modules/icingadb/test/php/library/Icingadb/Util/PerfdataTest.php +icinga-web2/modules/icingadb/test/php/library/Icingadb/Util/PluginOutputTest.php icinga-web2/modules/icingadb/test/php/library/Icingadb/Util/ThresholdRangeTest.php @cwd ${LOCALBASE} share/doc/pkg-readmes/${PKGSTEM} diff --git icingadb-web/pkg/README icingadb-web/pkg/README index e89e44695c2..ab809cf9c00 100644 --- icingadb-web/pkg/README +++ icingadb-web/pkg/README @@ -17,6 +17,6 @@ You should have a list something like this: icingadb 1.1.2 enabled Icinga DB Web Then follow the instructions in the documentation in -${PREFIX}/icinga-web2/modules/icingadb-web/doc/03-Configuration.md +${PREFIX}/icinga-web2/modules/icingadb/doc/03-Configuration.md or online under https://icinga.com/docs/icinga-db-web/latest/doc/03-Configuration/