mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
docs: Use single quotes in example SNMP community per issue 8342 (#8348)
This commit is contained in:
committed by
Neil Lathwood
parent
5a72714c4e
commit
769077e128
@@ -21,7 +21,7 @@ $config['base_url'] = "/";
|
||||
#$config['rrdcached'] = "unix:/var/run/rrdcached.sock";
|
||||
|
||||
### Default community
|
||||
$config['snmp']['community'] = array("public");
|
||||
$config['snmp']['community'] = array('public');
|
||||
|
||||
### Authentication Model
|
||||
$config['auth_mechanism'] = "mysql"; # default, other options: ldap, http-auth
|
||||
@@ -48,4 +48,4 @@ $config['rrd_purge'] = 0;
|
||||
$config['enable_billing'] = 1;
|
||||
|
||||
# Enable the in-built services support (Nagios plugins)
|
||||
$config['show_services'] = 1;
|
||||
$config['show_services'] = 1;
|
||||
|
Reference in New Issue
Block a user