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 Cube

[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/)
![Build Status](https://github.com/icinga/icingaweb2-module-cube/workflows/PHP%20Tests/badge.svg?branch=main)
[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-cube.svg)](https://github.com/Icinga/icingaweb2-module-cube)

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

The Icinga Cube is a tiny but useful [Icinga Web](https://github.com/Icinga/icingaweb2)
Expand Down
8 changes: 4 additions & 4 deletions doc/02-Installation.md.d/From-Source.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Make sure you use `cube` as the module name. The following requirements must als

## 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.0)
* PHP ≥ 8.2
* [Icinga Web](https://github.com/Icinga/icingaweb2) ≥ 2.12.5
* [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

If you are using PostgreSQL, you need at least version 9.5 which provides the `ROLLUP` feature.
<!-- {% include "02-Installation.md" %} -->
4 changes: 2 additions & 2 deletions module.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: Cube
Version: 1.3.3
Version: 1.4.0
Requires:
Libraries: icinga-php-library (>=0.13.0)
Libraries: icinga-php-library (>=0.19.0)
Modules: monitoring (>= 2.9.0), icingadb (>= 1.0.0)
Comment thread
sukhwinder33445 marked this conversation as resolved.
Description: Cube for Icinga Web
The Cube allows you to analyze data across multiple dimensions in your
Expand Down
Loading