File tree Expand file tree Collapse file tree 2 files changed +4
-21
lines changed Expand file tree Collapse file tree 2 files changed +4
-21
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
+ You can find the complete documentation inside the [ doc] ( doc/ ) folder.
6
+
5
7
#### Table of Contents
6
8
7
9
1 . [ About] ( #about )
8
10
2 . [ License] ( #license )
9
11
3 . [ Support] ( #support )
10
- 4 . [ Requirements] ( #requirements )
11
- 5 . [ Documentation] ( #documentation )
12
- 6 . [ Contributing] ( #contributing )
12
+ 4 . [ Contributing] ( #contributing )
13
13
14
14
## About
15
15
@@ -35,23 +35,6 @@ LICENSE file included in the source package.
35
35
36
36
Join the [ Icinga community channels] ( https://icinga.com/community/ ) for questions.
37
37
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
38
## Thanks
56
39
57
40
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