This started today and I am unsure how to fix it. Here is what I have so far.
If I run the poller.php on the command line it give no output. When running in debug mode I see the query,
select poller_id,end_time from poller_time where poller_id = 0
this returns an empty set.
Also this query:
select poller_output.output, poller_output.time, poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name)
returns an empty set.
It just keeps running these two queries untill it reaches the Maximum runtime of 292 seconds exceeded.
Anyone have any ideas.
Thanks.
Maximum runtime exceeded
Moderators: Developers, Moderators
The last upgrade we made on that machine was to Nagios, but that was a week before this happend. No other changes where made when this started happening.gandalf wrote:So lets tyr to find it. Did you made any software upgrades recently? Please check crontab etc. Or simply try to walk my "Debugging HowTo" linked in my signature. It may unreveal the most common issues
Reinhard
Thanks
Who is online
Users browsing this forum: No registered users and 1 guest