Skip to content

Commit e1b94b4

Browse files
committed
Update README
- Bump version in docs/
1 parent a5f8c51 commit e1b94b4

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
This fork was created to provide bug fixes and maintenance.
44

5+
You can find the complete documentation inside the [doc](doc/) folder.
6+
57
#### Table of Contents
68

79
1. [About](#about)
810
2. [License](#license)
911
3. [Support](#support)
10-
4. [Requirements](#requirements)
11-
5. [Documentation](#documentation)
12-
6. [Contributing](#contributing)
12+
4. [Contributing](#contributing)
1313

1414
## About
1515

@@ -35,23 +35,6 @@ LICENSE file included in the source package.
3535

3636
Join the [Icinga community channels](https://icinga.com/community/) for questions.
3737

38-
## Requirements
39-
40-
* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.11)
41-
* [Icinga DB Web](https://github.com/Icinga/icingadb-web) (>= 1.02)
42-
* [Grafana](https://grafana.com/) (>= 7.0)
43-
* [Grafana Image Renderer](https://grafana.com/grafana/plugins/grafana-image-renderer/) (when using proxy access)
44-
* [PHP 8.1](https://www.php.net) (with curl and gd enabled)
45-
46-
A data source as a backend for Grafana. Either:
47-
48-
* [InfluxDB](https://docs.influxdata.com/influxdb/) (>= 1.0)
49-
* [Graphite](https://graphiteapp.org)
50-
51-
## Documentation
52-
53-
You can find the complete documentation inside the [doc](doc/) folder.
54-
5538
## Thanks
5639

5740
This module borrows a lot from https://github.com/Icinga/icingaweb2-module-generictts & https://github.com/Icinga/icingaweb2-module-pnp.

doc/02-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ git clone "${REPO_URL}" "${TARGET_DIR}"
4444
Replace the version number with the latest available version from [Latest Release](https://github.com/NETWAYS/icingaweb2-module-grafana/releases/latest)
4545

4646
```
47-
MODULE_VERSION="2.0.1"
47+
MODULE_VERSION="3.0.0"
4848
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
4949
REPO_URL="https://github.com/NETWAYS/icingaweb2-module-grafana"
5050
TARGET_DIR="${ICINGAWEB_MODULEPATH}/grafana"

0 commit comments

Comments
 (0)