Merge branch 'wrapper' of github.com:librenms/librenms into wrapper

This commit is contained in:
Paul Gear
2013-12-18 03:48:36 +10:00

View File

@@ -36,6 +36,9 @@ $config['auth_mechanism'] = "mysql"; # default, other options: ldap, http-auth
#$config['nets'][] = "172.16.0.0/12";
#$config['nets'][] = "192.168.0.0/16";
# 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;