From 50e5ee09a12b0d0e099e356006d9f16c2f750495 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Fri, 24 Apr 2026 08:47:21 +0200 Subject: [PATCH] Add package installation to docs --- doc/02-Installation.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 24c5878..0983316 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -1,5 +1,19 @@ # Installation +## Packages + +NETWAYS provides this module via [https://packages.netways.de](https://packages.netways.de/). + +To install this module, follow the setup instructions for the **extras** repository. + +**RHEL or compatible:** + +`dnf install icingaweb2-module-perfdatagraphs-prometheus` + +**Ubuntu/Debian:** + +`apt install icingaweb2-module-perfdatagraphs-prometheus` + ## From source 1. Clone a Icinga Web Performance Data Graphs Backend repository into `/usr/share/icingaweb2/modules/perfdatagraphsprometheus/`