mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
Raise minimum required versions of ipl and icinga-php-thirdparty
Raise the minimum required version of icinga-php-library to >=0.19.0 and icinga-php-thirdparty to >=0.15.0. Both are required for PHP 8.5 support.
This commit is contained in:
parent
2504e5f8fc
commit
ddbfcd68b9
2 changed files with 6 additions and 6 deletions
|
|
@ -6,9 +6,9 @@ Make sure you use `graphite` as the module name. The following requirements must
|
|||
|
||||
## Requirements
|
||||
|
||||
* PHP (≥7.2)
|
||||
* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.9)
|
||||
* [Icinga DB Web](https://github.com/Icinga/icingadb-web) (≥1.0)
|
||||
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.13)
|
||||
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.12)
|
||||
* PHP ≥ 8.2
|
||||
* [Icinga Web](https://github.com/Icinga/icingaweb2) ≥ 2.9
|
||||
* [Icinga DB Web](https://github.com/Icinga/icingadb-web) ≥ 1.0
|
||||
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) ≥ 0.19.0
|
||||
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) ≥ 0.15.0
|
||||
<!-- {% include "02-Installation.md" %} -->
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Module: graphite
|
||||
Version: 1.3.0
|
||||
Requires:
|
||||
Libraries: icinga-php-library (>=0.13.0), icinga-php-thirdparty (>=0.12.0)
|
||||
Libraries: icinga-php-library (>=0.19.0), icinga-php-thirdparty (>=0.15.0)
|
||||
Modules: monitoring (>=2.9.0), icingadb (>=1.0.0)
|
||||
Description: Icinga Web Graphite Integration
|
||||
This module integrates an existing Graphite installation in your Icinga Web
|
||||
|
|
|
|||
Loading…
Reference in a new issue