Merge branch 'master' into wrapper

Conflicts:
	config.php.default
	librenms.cron
This commit is contained in:
Tyler Christiansen
2013-11-03 22:30:10 -08:00
10 changed files with 221 additions and 14 deletions

View File

@@ -42,5 +42,7 @@ $config['auth_mechanism'] = "mysql"; # default, other options: ldap, http-auth
# following is necessary for poller-wrapper
# poller-wrapper is released public domain
$config['poller-wrapper']['alerter'] = FALSE;
# Uncomment the next line to disable daily updates
#$config['update'] = 0;
?>