mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@@ -12,7 +12,7 @@ structure if updates are available.
|
|||||||
LibreNMS follows the master branch on github for daily updates.
|
LibreNMS follows the master branch on github for daily updates.
|
||||||
You can change to the monthly releases by setting:
|
You can change to the monthly releases by setting:
|
||||||
|
|
||||||
$config['update_channel'] == 'release';
|
$config['update_channel'] = 'release';
|
||||||
|
|
||||||
## Disabling automatic updates ##
|
## Disabling automatic updates ##
|
||||||
LibreNMS by default performs updates on a daily basis. This can be disabled
|
LibreNMS by default performs updates on a daily basis. This can be disabled
|
||||||
@@ -20,4 +20,4 @@ by ensuring:
|
|||||||
|
|
||||||
$config['update'] = 0;
|
$config['update'] = 0;
|
||||||
|
|
||||||
is no longer commented out.
|
is no longer commented out.
|
||||||
|
Reference in New Issue
Block a user