docs: Use single quotes in example SNMP community per issue 8342 (#8348)

This commit is contained in:
Isaac McDonald 2018-03-09 08:26:29 -08:00 committed by Neil Lathwood
parent 5a72714c4e
commit 769077e128
1 changed files with 2 additions and 2 deletions

View File

@ -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;