Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Icinga Reporting

[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/)
[![PHP Tests](https://github.com/Icinga/icingaweb2-module-reporting/actions/workflows/php.yml/badge.svg)](https://github.com/Icinga/icingaweb2-module-reporting/actions/workflows/php.yml)
[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-reporting.svg)](https://github.com/Icinga/icingaweb2-module-reporting/releases/latest)

![Icinga Logo](https://icinga.com/wp-content/uploads/2014/06/icinga_logo.png)

Icinga Reporting is the central component for reporting related functionality in the monitoring web frontend and
Expand Down
8 changes: 4 additions & 4 deletions doc/02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Make sure you use `reporting` as the module name. The following requirements mus

## Requirements

* PHP (≥7.2)
* PHP ≥ 8.2
* MySQL or PostgreSQL PDO PHP libraries
* The following PHP modules must be installed: `mbstring`
* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.9)
* [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.12.0)
* [Icinga Web](https://github.com/Icinga/icingaweb2) ≥ 2.12.5
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) ≥ 1.0.0
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) ≥ 1.0.0

## Setting up the Database

Expand Down
6 changes: 6 additions & 0 deletions doc/80-Upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ path to the correct installation path.

<!-- {% endif %} -->

## Upgrading to Version 1.1.0

Icinga Reporting 1.1.0 now requires `icinga-php-library ≥ 1.0.0` and
`icinga-php-thirdparty ≥ 1.0.0`. This update also adds support for PHP 8.5.
Make sure to upgrade these libraries along with the module upgrade.

## Upgrading to Version 1.0.3

Icinga Reporting version 1.0.3 requires a schema update for the database.
Expand Down
6 changes: 3 additions & 3 deletions module.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Module: Reporting
Version: 1.0.5
Version: 1.1.0
Requires:
Libraries: icinga-php-library (>=0.13.0), icinga-php-thirdparty (>=0.12.0)
Modules: pdfexport (>=0.11.0)
Libraries: icinga-php-library (>=1.0.0), icinga-php-thirdparty (>=1.0.0)
Modules: pdfexport (>=0.13.0)
Description: Reporting
Loading