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
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Icinga Web Graphite Integration

![Build Status](https://github.com/icinga/icingaweb2-module-graphite/workflows/PHP%20Tests/badge.svg?branch=main)
[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-graphite.svg)](https://github.com/Icinga/icingaweb2-module-graphite)

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

This module integrates an existing [Graphite](https://graphite.readthedocs.io/en/latest/)
Expand Down
10 changes: 5 additions & 5 deletions doc/02-Installation.md.d/From-Source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) ≥ 0.15.0
<!-- {% include "02-Installation.md" %} -->
6 changes: 3 additions & 3 deletions module.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Module: graphite
Version: 1.2.5
Version: 1.3.0
Requires:
Libraries: icinga-php-library (>=0.13.0), icinga-php-thirdparty (>=0.12.0)
Modules: monitoring (>=2.9.0), icingadb (>=1.0.0)
Libraries: icinga-php-library (>=0.19.0), icinga-php-thirdparty (>=0.15.0)
Modules: monitoring (>=2.12.5), icingadb (>=1.0.0)
Description: Icinga Web Graphite Integration
This module integrates an existing Graphite installation in your Icinga Web
frontend.
Loading