mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed header anchors (#12002)
Fixed header anchors not working. Fixed according to suggestions made [here](https://gist.github.com/asabaylus/3071099)
This commit is contained in:
@@ -43,11 +43,11 @@ so you can view the disk I/O usage delta.
|
||||
|
||||
# Installation Manual for
|
||||
|
||||
1. [RRDCached installation Ubuntu 16](#RRDCached-installation-Ubuntu-16)
|
||||
1. [RRDCached installation Debian Buster](#RRDCached-installation-Debian-Buster)
|
||||
1. [RRDCached installation Debian Stretch](#RRDCached-installation-Debian-Stretch)
|
||||
1. [RRDCached installation CentOS 7](#RRDCached-installation-CentOS-7)
|
||||
1. [RRDCached installation CentOS 6](#RRDCached-installation-CentOS-6)
|
||||
1. [RRDCached installation Ubuntu 16](#rrdcached-installation-ubuntu-16)
|
||||
1. [RRDCached installation Debian Buster](#rrdcached-installation-debian-buster)
|
||||
1. [RRDCached installation Debian Stretch](#rrdcached-installation-debian-stretch)
|
||||
1. [RRDCached installation CentOS 7 or 8](#rrdcached-installation-centos-7-or-8)
|
||||
1. [RRDCached installation CentOS 6](#rrdcached-installation-centos-6)
|
||||
1. [Securing RRCached](#Securing-RRCached)
|
||||
|
||||
|
||||
@@ -210,7 +210,7 @@ $config['rrdcached'] = "IPADDRESS:42217";
|
||||
|
||||
NOTE: change IPADDRESS to the ip the rrdcached server is listening on.
|
||||
|
||||
## RRDCached installation CentOS 7/8
|
||||
## RRDCached installation CentOS 7 or 8
|
||||
|
||||
1: Create `/etc/systemd/system/rrdcached.service` with this content:
|
||||
|
||||
|
Reference in New Issue
Block a user