Update Documentation (#12411)

* Update Documentation

Most work in Graylog and SNMP
Fixed many code tags, spelling and wording.
Added SNMP PowerShell example.

* Update SNMP-Configuration-Examples.md

Fix TOC brackets
This commit is contained in:
dlehman83
2020-12-30 09:38:14 -05:00
committed by GitHub
parent c3d47dee4a
commit 9f591c0aa2
29 changed files with 149 additions and 95 deletions

View File

@@ -16,7 +16,7 @@ At present we provide the following builds:
- OVA Built with VirtualBox.
- Any issues and or help with these images should be reported via
[Community Fourm](https://community.librenms.org) or our [Discord
[Community Forum](https://community.librenms.org) or our [Discord
server](https://t.libren.ms/discord)
## Setup

View File

@@ -36,7 +36,7 @@ chkconfig mariadb on
service mariadb start
```
## Gneral
## General
Now continue with the installation:
@@ -283,7 +283,7 @@ chown -R librenms:librenms /opt/librenms
chmod 775 rrd
```
If you're planing on running rrdcached, make sure that the path is
If you're planning on running rrdcached, make sure that the path is
also chmod'ed to 775 and chown'ed to librenms:librenms.
**SELinux**