![](https://secure.gravatar.com/avatar/7bb7c2dddbe4fc98a10d42f5af7ef908.jpg?s=120&d=mm&r=g)
Thanks for your advice.
Yes, there is rancid polling was configured in crontab. I have changed rancid cronjob polling. Now added below two lines.
5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1
5 * * * * root /opt/observium/poller-wrapper.py 10 >> /dev/null 2>&1
However, still I am observing few white space for few devices. On some devices it is continuous. Please suggest. Below graphs for two different devices.
Regards,
sathish
From: observium [mailto:observium-bounces@observium.org] On Behalf Of Markus Klock Sent: Monday, February 29, 2016 2:36 PM To: Observium Network Observation System Subject: Re: [Observium] white spaces in the graphs
Oh, I totaly missed that!
Yes, Michel is right.
You should delete the line with poller.php and only run poller-wrapper as it itself will run poller.php
/Markus
2016-02-29 9:50 GMT+01:00 Michael observium@smarsz.com:
It looks to me like there is another process that is causing your observium server to get tied up.
From the graph you posted, the issue occurs at the following times
14:25 16:30 18:35 20:25 22:30 02:40
Do you have other cron jobs scheduled to run? Does your server do any other processing (other than Observium)?
You also seem to be running poller.php and poller-wrapper in your contrab. This will almost certainly cause issues like this (just use the wrapper).
Regards,
Michael
On 29 Feb 2016, at 7:12 PM, Sathish.I sathish.i@ctrls.in wrote:
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;
<image001.png>
Regards, sathi
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