From 769077e128a9b74fbac5d08f127ac6432d50a254 Mon Sep 17 00:00:00 2001 From: Isaac McDonald Date: Fri, 9 Mar 2018 08:26:29 -0800 Subject: [PATCH] docs: Use single quotes in example SNMP community per issue 8342 (#8348) --- config.php.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php.default b/config.php.default index 762f588e15..29329c4196 100644 --- a/config.php.default +++ b/config.php.default @@ -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; \ No newline at end of file +$config['show_services'] = 1;