mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user