Maximum runtime exceeded

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
flyit
Posts: 9
Joined: Tue Jan 30, 2007 2:47 pm

Maximum runtime exceeded

Post by flyit »

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.
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Did you already create a graph?
Reinhard
flyit
Posts: 9
Joined: Tue Jan 30, 2007 2:47 pm

Post by flyit »

gandalf wrote:Did you already create a graph?
Reinhard
Yes I have had it graphing for 5 months now and that's kind of why I don't want to just start over. I was hoping to keep all the data, but if I must start over then it must be.

Thanks
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

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
flyit
Posts: 9
Joined: Tue Jan 30, 2007 2:47 pm

Post by flyit »

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
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.

Thanks
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest