mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed some typos and formatting issues in docs
This commit is contained in:
@@ -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.
|
||||
|
@@ -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
|
||||
|
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user