Hello All,

 

We are observing white spaces in the graphs. Could you please help to resolve the issue.

 

Crontacb.

 

 

 

5 * * * *   root    /opt/observium/poller.php -h all >> /dev/null 2>&1

5 * * * *   root    /opt/observium/discovery.php -h new >> /dev/null 2>&1

5 * * * *   root    /opt/observium/poller-wrapper.py 10 >> /dev/null 2>&1

 

Config.php

--------------------------------------------------------------------------

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

 

 

 

Regards,

sathi