add framework for new cron features; add ability to update librenms daily

This commit is contained in:
Tyler Christiansen
2013-11-03 22:16:01 -08:00
parent bec68c8d5d
commit ab5feaee2f
5 changed files with 26 additions and 0 deletions

View File

@@ -39,5 +39,7 @@ $config['auth_mechanism'] = "mysql"; # default, other options: ldap, http-auth
#$config['nets'][] = "172.16.0.0/12";
#$config['nets'][] = "192.168.0.0/16";
# Uncomment the next line to disable daily updates
#$config['update'] = 0;
?>