diff --git a/doc/Extensions/RRDCached.md b/doc/Extensions/RRDCached.md index 499a27aee2..987a6e7cb8 100644 --- a/doc/Extensions/RRDCached.md +++ b/doc/Extensions/RRDCached.md @@ -107,5 +107,5 @@ Disk I/O can be found under the menu Devices>All Devices>[localhost hostname]>He Depending on many factors, you should see the Ops/sec drop by ~30-40%. -[1]: http://librenms.readthedocs.org/Installation/Installation-(RHEL-CentOS)/#add-localhost +[1]: http://librenms.readthedocs.org/Installation/Installation-CentOS-7-Apache/ "Add localhost to LibreNMS" diff --git a/doc/Extensions/Smokeping.md b/doc/Extensions/Smokeping.md index 92c4e60780..4a892dcb25 100644 --- a/doc/Extensions/Smokeping.md +++ b/doc/Extensions/Smokeping.md @@ -51,7 +51,7 @@ You should now see a new tab in your device page called ping. ### Install and integrate Smokeping [Debian/Ubuntu] ### -> This guide assumes you have already installed librenms, and you installed apache2 in the process. Tested with Ubuntu 14.04 and Apache 2.4. +> This guide assumes you have already installed librenms, and you installed apache2 in the process. Tested with Ubuntu 14.04 and Apache 2.4. Nearly everything we do will require root, and at one point we'll encounter a problem if we just use sudo, so we'll just switch to root at the beginning... diff --git a/doc/Extensions/Varnish.md b/doc/Extensions/Varnish.md index 6e44215086..0c1d9e610a 100644 --- a/doc/Extensions/Varnish.md +++ b/doc/Extensions/Varnish.md @@ -13,7 +13,7 @@ Varnish is caching software that sits logically between an HTTP client and an HT In this example we will assume your Apache 2.4.X HTTP server is working and configured to process HTTP requests on port 80. If not, please see -[Using HTTPd Apache2](http://librenms.readthedocs.org/Installation/Installation-(RHEL-CentOS)/#using-httpd-apache2) +[Installing LibreNMS](http://librenms.readthedocs.org/Installation/Installing-CentOS-7-Apache) #### Install Varnish 4.0 RPM #### diff --git a/doc/Installation/Installation-(RHEL-CentOS).md b/doc/Installation/Installation-CentOS-6-Apache-Nginx.md similarity index 99% rename from doc/Installation/Installation-(RHEL-CentOS).md rename to doc/Installation/Installation-CentOS-6-Apache-Nginx.md index 12c6556a32..06270ac05e 100644 --- a/doc/Installation/Installation-(RHEL-CentOS).md +++ b/doc/Installation/Installation-CentOS-6-Apache-Nginx.md @@ -1,4 +1,4 @@ -NOTE: What follows is a very rough list of commands. This works on a fresh install of CentOS 6.4 and CentOS 7. +NOTE: What follows is a very rough list of commands. This works on a fresh install of CentOS 6.x. NOTE: These instructions assume you are the root user. If you are not, prepend `sudo` to all shell commands (the ones that aren't at `mysql>` prompts) or temporarily become a user with root privileges with `sudo -s`. diff --git a/doc/Installation/Installation-(Debian-Ubuntu).md b/doc/Installation/Installation-Ubuntu-1404-Apache.md similarity index 100% rename from doc/Installation/Installation-(Debian-Ubuntu).md rename to doc/Installation/Installation-Ubuntu-1404-Apache.md diff --git a/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md b/doc/Installation/Installation-Ubuntu-1404-Lighttpd.md similarity index 100% rename from doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md rename to doc/Installation/Installation-Ubuntu-1404-Lighttpd.md diff --git a/doc/Installation/Installation-Nginx-(Debian-Ubuntu).md b/doc/Installation/Installation-Ubuntu-1404-Nginx.md similarity index 100% rename from doc/Installation/Installation-Nginx-(Debian-Ubuntu).md rename to doc/Installation/Installation-Ubuntu-1404-Nginx.md diff --git a/doc/Installation/Installing-LibreNMS.md b/doc/Installation/Installing-LibreNMS.md index ca88307853..f161a8c250 100644 --- a/doc/Installation/Installing-LibreNMS.md +++ b/doc/Installation/Installing-LibreNMS.md @@ -20,10 +20,10 @@ If you want to install yourself then we have some new documentation which should If the above are missing or incomplete then you can try our old docs below. -[Debian/Ubuntu](http://docs.librenms.org/Installation/Installation-(Debian-Ubuntu)/) +[Debian/Ubuntu](http://docs.librenms.org/Installation/Installation-Ubuntu-1404-Apache/) -[RHEL/CentOS](http://docs.librenms.org/Installation/Installation-(RHEL-CentOS)/ +[RHEL/CentOS](http://docs.librenms.org/Installation/Installation-CentOS-6-Apache-Nginx/ -[Debian/Ubuntu Lighttpd](http://docs.librenms.org/Installation/Installation-Lighttpd-(Debian-Ubuntu)/) +[Debian/Ubuntu Lighttpd](http://docs.librenms.org/Installation/Installation-Ubuntu-1404-Lighttpd/) -[Debian/Ubuntu Nginx](http://docs.librenms.org/Installation/Installation-Nginx-(Debian-Ubuntu)/) +[Debian/Ubuntu Nginx](http://docs.librenms.org/Installation/Installation-Ubuntu-1404-Nginx/)