Fixed some typos and formatting issues in docs

This commit is contained in:
Jameson Finney
2016-01-30 22:37:28 -05:00
parent 594fc43a85
commit 8ec50f11cd
24 changed files with 52 additions and 53 deletions

View File

@@ -7,7 +7,7 @@ If you would like to alter any of these then please add your config option to `c
```php
$config['install_dir'] = "/opt/librenms";
```
Set the installation directory (defaults to /opt/librenms), if you clone the github branch to another location ensure you alter this.
Set the installation directory (defaults to /opt/librenms), if you clone the GitHub branch to another location ensure you alter this.
```php
$config['temp_dir'] = "/tmp";
@@ -214,7 +214,7 @@ $config['gui']['network-map']['style'] = 'old';
#### Add host settings
The following setting controls how hosts are added. If a host is added as an ip address it is checked to ensure the ip is not already present. If the ip is present the host is not added.
If host is added by hostname this check is not performed. If the setting is true hostnames are resovled and the check is also performed. This helps prevents accidental duplicate hosts.
If host is added by hostname this check is not performed. If the setting is true hostnames are resolved and the check is also performed. This helps prevents accidental duplicate hosts.
```php
$config['addhost_alwayscheckip'] = FALSE; #TRUE - check for duplicate ips even when adding host by name.
#FALSE- only check when adding host by ip.

View File

@@ -74,7 +74,7 @@ If you are unsure of whether your device is supported or not, feel free to ask u
* Mellanox
* Meraki
* MGE
* Mikrotic
* Mikrotik
* MRVLD
* Multimatic
* NetApp

View File

@@ -130,7 +130,7 @@ $config['poller_modules']['mib'] = 0;
`netscaler-vsvr`: Netscaler support.
`aruba-controller`: Arube wireless controller support.
`aruba-controller`: Aruba wireless controller support.
`entity-physical`: Module to pick up the devices hardware support.