File tree 2 files changed +2
-26
lines changed
2 files changed +2
-26
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This fork was created to provide bug fixes and maintenance.
4
4
5
- #### Table of Contents
6
-
7
- 1 . [ About] ( #about )
8
- 2 . [ License] ( #license )
9
- 3 . [ Support] ( #support )
10
- 4 . [ Requirements] ( #requirements )
11
- 5 . [ Documentation] ( #documentation )
12
- 6 . [ Contributing] ( #contributing )
5
+ You can find the complete documentation inside the [ doc] ( doc/ ) folder.
13
6
14
7
## About
15
8
@@ -35,23 +28,6 @@ LICENSE file included in the source package.
35
28
36
29
Join the [ Icinga community channels] ( https://icinga.com/community/ ) for questions.
37
30
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
-
55
31
## Thanks
56
32
57
33
This module borrows a lot from https://github.com/Icinga/icingaweb2-module-generictts & https://github.com/Icinga/icingaweb2-module-pnp .
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ git clone "${REPO_URL}" "${TARGET_DIR}"
44
44
Replace the version number with the latest available version from [ Latest Release] ( https://github.com/NETWAYS/icingaweb2-module-grafana/releases/latest )
45
45
46
46
```
47
- MODULE_VERSION="2 .0.1 "
47
+ MODULE_VERSION="3 .0.0 "
48
48
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
49
49
REPO_URL="https://github.com/NETWAYS/icingaweb2-module-grafana"
50
50
TARGET_DIR="${ICINGAWEB_MODULEPATH}/grafana"
You can’t perform that action at this time.
0 commit comments