update install docs to include notice about daily updates

This commit is contained in:
Tyler Christiansen 2013-11-03 22:18:45 -08:00
parent ab5feaee2f
commit 42d8a3c17b
2 changed files with 23 additions and 0 deletions

View File

@ -107,3 +107,14 @@ Create the cronjob
cp librenms.cron /etc/cron.d/librenms cp librenms.cron /etc/cron.d/librenms
### Daily Updates ###
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:
#$config['update'] = 0;
so that it looks like this:
$config['update'] = 0;

View File

@ -121,3 +121,15 @@ Create the cronjob
cp librenms.cron /etc/cron.d/librenms cp librenms.cron /etc/cron.d/librenms
### Daily Updates ###
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 edit
ing your `config.php` file. Remove the comment (the `#` mark) on the line:
#$config['update'] = 0;
so that it looks like this:
$config['update'] = 0;