mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
revert r1957 patch
git-svn-id: http://www.observium.org/svn/observer/trunk@1960 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -23,12 +23,7 @@ $config['log_file'] = $config['install_dir'] . "/observium.log";
|
||||
#$config['rrdcached'] = "unix:/var/run/rrdcached.sock";
|
||||
|
||||
### Default community
|
||||
$config['snmp']['community'][] = "public";
|
||||
|
||||
### Enable php_snmp
|
||||
# Enable php_snmp functions to make gets faster
|
||||
# Often doesn't work, because jwh can't code for shit,
|
||||
$config['snmp']['internal'] = false;
|
||||
$config['snmp']['community'] = array("public");
|
||||
|
||||
### Authentication Model
|
||||
$config['auth_mechanism'] = "mysql"; # default, other options: ldap, http-auth
|
||||
|
Reference in New Issue
Block a user