mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
docs: More doc updates (#4365)
* More doc updates * Updated to add update * added tune option
This commit is contained in:
committed by
Tony Murray
parent
f76f0f7b96
commit
7ff35ca6ef
@@ -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.
|
||||
|
Reference in New Issue
Block a user