Thank You for answer,
This is my cron setting:
# Run a complete discovery of all devices once every 6 hours
33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1
# Run automated discovery of newly added devices every 5 minutes
*/5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1
# Run multithreaded poller wrapper every 5 minutes
*/5 * * * * root /opt/observium/poller-wrapper.
py 8 >> /dev/null 2>&1
# Run housekeeping script daily for syslog, eventlog and alert log
13 5 * * * root /opt/observium/housekeeping.
php -ysel
# Run housekeeping script daily for rrds, ports, orphaned entries in the database and performance data
47 4 * * * root /opt/observium/housekeeping.
php -yrptb
# Traffic Accounting
*/5 * * * * root /opt/observium/poll-
billing.php >> /dev/null 2>&1 01 * * * * root /opt/observium/billing-
calculate.php >> /dev/null 2>&1
And this is my conf.php:
## It's recommended that settings are edited in the web interface at /settings/ on your observium installation.
## Authentication and Database settings must be hardcoded here because they need to work before you can reach the web-based configuration interface
// Database config --- This MUST be configured
$config['db_extension'] = 'mysqli';
$config['db_host'] = 'localhost';
$config['db_user'] = 'observium';
$config['db_pass'] = 'Xata0464';
$config['db_name'] = 'observium';
$config['fping'] = "/sbin/fping";
// Base directory
#$config['install_dir'] = "/opt/observium";
// Default community list to use when adding/discovering
$config['snmp']['community'] = array("Pu3B10b0nit0");
// Authentication Model
$config['auth_mechanism'] = "mysql"; // default, other options: ldap, http-auth, please see documentation for config help
// Enable alerter
$config['poller-wrapper']['
alerter'] = TRUE;
//$config['web_show_disabled'] = FALSE; // Show or not disabled devices on major pages.
// Set up a default alerter (email to a single address)
$config['email']['default']
= "hermes.martinez@pueblobonito. com.mx ";$config['alerts']['alerter']['
default']['type'] = "email"; $config['email']['from'] = "Observium <observium@pueblobonito.com.mx
>"; $config['email']['default_
only'] = TRUE;
// Auto Discovery Settings
$config['mydomain']
= "pueblobonito.com.mx"; $config['autodiscovery']['ip_
nets'] = array(" "); $config['autodiscovery']['xdp'
] = TRUE; // Autodiscover hosts via discovery protocols $config['autodiscovery']['
snmp_scan'] = TRUE; // autodiscover hosts via SNMP scanning
// Billing Traffic Accounting
$config['enable_billing']
= 1;
This is in the Web Interface:
The Modules are all activated
And this is de ports modules:
Hermes J. Martinez
Asistente De Sistemas
hermes.martinez@pueblobonito.
com.mx
(669) 989-8900 | EXT 8656
www.pueblobonito.com.mx
De: observium [mailto:observium-bounces@
observium.org ] En nombre de Adam Armstrong
Enviado el: jueves, 25 de enero de 2018 04:40 p. m.
Para: observium@observium.org
Asunto: Re: [Observium] Graph
You probably have incorrect number of threads, and/or incorrect poller interval.
What is your crontab file? And what poller settings have you added to the config.php and/or set in the web interface?
Thanks,
adam.
On 2018-01-25 23:28:26, Hermes J. Martinez <hermes.martinez@pueblobonito.
com.mx > wrote:Hi,
Does anyone know why my Observium stop generating graphics, what i think first was a trouble with the connection or the network, but them i add the Observium Server to the devices and it happens the same.
Here is a Screenshot
kind regards
Hermes J. Martinez
Asistente De Sistemas
hermes.martinez@pueblobonito.
com.mx
(669) 989-8900 | EXT 8656
www.pueblobonito.com.mx
Do you really need to print this e-mail?
En realidad necesita imprimir este correo?Aviso Legal / Legal Notice
http://img.pueblobonito.com.mx/legal
_______________________________________________
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/ observium