docs: More doc updates (#4365)

* More doc updates

* Updated to add update

* added tune option
This commit is contained in:
Neil Lathwood
2016-09-09 18:06:26 +01:00
committed by Tony Murray
parent f76f0f7b96
commit 7ff35ca6ef
8 changed files with 51 additions and 8 deletions

View File

@@ -11,6 +11,27 @@ To enable this set the following config:
$config['rrdtool_version'] = 1.5.5;
```
### Support matrix
Shared FS: Is a shared filesystem required?
Features: Supported features in the version indicated.
G = Graphs.
C = Create RRD files.
U = Update RRD files.
T = Tune RRD files.
| Version | Shared FS | Features |
| ------- | :-------: | -------- |
| 1.4.x | Yes | G,U |
| <1.5.5 | Yes | G,U |
| >=1.5.5 | No | G,C,U |
| >=1.6.x | No | G,C,U |
### RRDCached installation CentOS 6
This example is based on a fresh LibreNMS install, on a minimal CentOS 6 installation.
In this example, we'll use the Repoforge repository.