Updated WebUI config options in docs to support direct linking to installs (#15009)

* Updated WebUI config options in docs to support direct linking to installs

* Reverted distributed polling config for hostname
This commit is contained in:
Neil Lathwood
2023-05-11 01:05:12 +01:00
committed by GitHub
parent 2f6904fb59
commit 778c83797d
25 changed files with 737 additions and 614 deletions

View File

@@ -451,18 +451,12 @@ cp misc/librenms.logrotate /etc/logrotate.d/librenms
LibreNMS performs daily updates by default. At 00:15 system time
every day, a `git pull --no-edit --quiet` is performed. You can
override this default by editing your `config.php` file. Remove the
comment (the `#` mark) on the line:
override this default:
```
#$config['update'] = 0;
```
so that it looks like this:
```
$config['update'] = 0;
```
!!! setting "system/updates"
```bash
lnms config:set update false
```
# Install complete