From 8d1770bdb17ac8e09c52435aab697242ee226943 Mon Sep 17 00:00:00 2001
From: PhiBo <phibo@dinotools.org>
Date: Thu, 1 Jul 2021 12:35:59 +0200
Subject: [PATCH] Update community link and requirements in README

- Old community link show 404 'Page not found'
- Copy current requirements from documentation
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 1837cab..04d5cdc 100644
--- a/README.md
+++ b/README.md
@@ -36,14 +36,14 @@ LICENSE file included in the source package.
 
 ## Support
 
-Join the [Icinga community channels](https://www.icinga.com/community/get-involved/) for questions.
+Join the [Icinga community channels](https://icinga.com/community/) for questions.
 
 ## Requirements
 
-* [Icinga Web 2](https://www.icinga.com/products/icinga-web-2/) (>= 2.4.1)
-* [Grafana](https://grafana.com/) (>= 4.1) **For Grafana 5, dashboard names need to be unique!**
-* [InfluxDB](https://docs.influxdata.com/influxdb/), [Graphite](https://graphiteapp.org) or [PNP](https://docs.pnp4nagios.org/) (untested) as backend for Grafana
-* [PHP](https://www.php.net) **with curl enabled** (for proxy mode)
+* [Icinga Web 2](https://www.icinga.com/products/icinga-web-2/) (>= 2.8.2)
+* [Grafana](https://grafana.com/) (>= 7.0)
+* [InfluxDB](https://docs.influxdata.com/influxdb/) (>= 1.0) [Graphite](https://graphiteapp.org) as backend for Grafana
+* [PHP 7](https://www.php.net) **with curl enabled** (for proxy mode)
 
 ## Documentation