Thanks. Will check that out. 
Flu meds and editing files don't mix

Sent from my iPhone

On 18 Sep 2015, at 15:10, Adam Armstrong <adama@memetic.org> wrote:

You seem to have managed to remove the <?php from the top of config.php :D

adam.

On 18/09/2015 13:17:58, Lyndon Labuschagne <lyndonl@mobiletorque.co.za> wrote:

Hi

I have no idea what I have done or missed? I have created the user and I can login to the observium database as the observium user,

root@nms:/opt/observium# php includes/update/update.php
$config['db_host'] = 'localhost';
$config['db_user'] = 'observium';
$config['db_pass'] = ’Not-The-Password';
$config['db_name'] = 'observium';

// Base directory
$config['install_dir'] = "/opt/observium";

// Default community list to use when adding/discovering
$config['snmp']['community'] = array(“public");

// Authentication Model
$config['auth_mechanism'] = "mysql"; // default, other options: ldap, http-auth, please see documentation for config help

// Enable alerter (not available in CE)
#$config['poller-wrapper']['alerter'] = TRUE;
MySQL Error: Access denied for user 'root'@'localhost' (using password: NO)

If I try to load the page from my browser I see this

$config['db_host'] = 'localhost'; $config['db_user'] = 'observium'; $config['db_pass'] = 'Not-The-Password'; $config['db_name'] = 'observium'; // Base directory $config['install_dir'] = "/opt/observium"; // Default community list to use when adding/discovering $config['snmp']['community'] = array(“public"); // Authentication Model $config['auth_mechanism'] = "mysql"; // default, other options: ldap, http-auth, please see documentation for config help // Enable alerter (not available in CE) #$config['poller-wrapper']['alerter'] = TRUE;
MySQL Error: Access denied for user 'lyndonl'@'localhost' (using password: NO)

Why it references my username via my browser is even more odd to me?
_______________________________________________
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium