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;