ERROR: Spine Timed Out While Processing Hosts Internal?

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

Moderators: Developers, Moderators

Post Reply
eminion
Posts: 13
Joined: Fri Jan 25, 2008 4:23 am
Location: Germany

ERROR: Spine Timed Out While Processing Hosts Internal?

Post by eminion »

There are some big gaps in my Graphs and I tried fix this myself but no success :(
I got the Error message from Cacti log file:
03/17/2008 09:49:57 AM - SPINE: Poller[0] ERROR: Spine Timed Out While Processing Hosts Internal
03/17/2008 09:49:57 AM - SPINE: Poller[0] ERROR: Spine Timed Out While Processing Hosts Internal
03/17/2008 09:45:58 AM - SPINE: Poller[0] ERROR: Spine Timed Out While Processing Hosts Internal
03/17/2008 09:45:58 AM - SPINE: Poller[0] ERROR: Spine Timed Out While Processing Hosts Internal
03/17/2008 09:41:58 AM - SPINE: Poller[0] ERROR: Spine Timed Out While Processing Hosts Internal
03/17/2008 09:41:58 AM - SPINE: Poller[0] ERROR: Spine Timed Out While Processing Hosts Internal


I use spine 0.8.7
and this is my graphs and setting:
Attachments
gaps1.png
gaps1.png (94.87 KiB) Viewed 25008 times
setting.png
setting.png (43.07 KiB) Viewed 25008 times
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Re: ERROR: Spine Timed Out While Processing Hosts Internal?

Post by gandalf »

eminion wrote:There are some big gaps in my Graphs and I tried fix this myself but no success :(
I got the Error message from Cacti log file:
03/17/2008 09:49:57 AM - SPINE: Poller[0] ERROR: Spine Timed Out While Processing Hosts Internal
03/17/2008 09:49:57 AM - SPINE: Poller[0] ERROR: Spine Timed Out While Processing Hosts Internal
03/17/2008 09:45:58 AM - SPINE: Poller[0] ERROR: Spine Timed Out While Processing Hosts Internal
03/17/2008 09:45:58 AM - SPINE: Poller[0] ERROR: Spine Timed Out While Processing Hosts Internal
03/17/2008 09:41:58 AM - SPINE: Poller[0] ERROR: Spine Timed Out While Processing Hosts Internal
03/17/2008 09:41:58 AM - SPINE: Poller[0] ERROR: Spine Timed Out While Processing Hosts Internal
T
I use spine 0.8.7
and this is my graphs and setting:
hat looks like the double poller issue mentioned in the second link of my sig
Reinhard
eminion
Posts: 13
Joined: Fri Jan 25, 2008 4:23 am
Location: Germany

Post by eminion »

i dont know whats wrong ..... so i need some help please :(

im using cactiez 0.4 ... cacti 0.87b and spine 0.87a

would be really nice if somebody could tell me what exactly i have to do
to solve that .... im running a bit out of time so please :cry: (im not rushing just asking if anybody can help)

Code: Select all

[root@localhost ~]# ps aux | grep crond
root 2695 0.0 0.0 5996  920 ?        Ss 09:53  0:00 crond
root 8019 0.0 0.1 6576 1160 ?        S  12:10  0:00 crond
root 8303 0.0 0.1 4152  640 pts/1    R+ 12:10  0:00 grep crond
under etc/crontab

Code: Select all

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
and thats from one spine circle ... ho can i get rid of the 2 errors

would be nice if anybody might tell what i have to do ... thx to those who might help

heres what i get from CactiEZ Webadmin und Command shell:
and the complete Cacti log file for one spine circle:
Attachments
cron1.png
cron1.png (3.46 KiB) Viewed 24920 times
cron2.png
cron2.png (97.63 KiB) Viewed 24920 times
cacti log file_error daten.txt
(17.79 KiB) Downloaded 438 times
eminion
Posts: 13
Joined: Fri Jan 25, 2008 4:23 am
Location: Germany

Post by eminion »

and this is my graph now
Attachments
gaps.png
gaps.png (44.44 KiB) Viewed 24918 times
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Please search /etc/crontab, /etc/cron.d/cacti and crontabs of users "root" and "cactiuser". If more than one poller entry is found, delete all but one of them.
BTB: Are you running spine087 or spine087a?
Reinhard
eminion
Posts: 13
Joined: Fri Jan 25, 2008 4:23 am
Location: Germany

Post by eminion »

Hi

Im using CactiEZ 0.4 with Cacti 0.8.7b and SPINE 87a

These are the lines in the /etc/crontab

original:

Code: Select all

SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ 
# run-parts 
01 * * * * root run-parts /etc/cron.hourly 
02 4 * * * root run-parts /etc/cron.daily 
22 4 * * 0 root run-parts /etc/cron.weekly 
42 4 1 * * root run-parts /etc/cron.monthly 
i changed it to:

Code: Select all

SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ 
# run-parts 
#01 * * * * root run-parts /etc/cron.hourly 
#02 4 * * * root run-parts /etc/cron.daily 
#22 4 * * 0 root run-parts /etc/cron.weekly 
#42 4 1 * * root run-parts /etc/cron.monthly 
*/5 * * * * php /var/www/html/poller.php > /dev/null 2>&1 
got still nothing :-/


but heres the thing ... the folder " /etc/cron.d " is just empty, thers nothing in it
dogs
Posts: 23
Joined: Wed Mar 14, 2007 10:00 am

Post by dogs »

eminion wrote:Hi

Im using CactiEZ 0.4 with Cacti 0.8.7b and SPINE 87a

These are the lines in the /etc/crontab

original:

Code: Select all

SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ 
# run-parts 
01 * * * * root run-parts /etc/cron.hourly 
02 4 * * * root run-parts /etc/cron.daily 
22 4 * * 0 root run-parts /etc/cron.weekly 
42 4 1 * * root run-parts /etc/cron.monthly 
i changed it to:

Code: Select all

SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ 
# run-parts 
#01 * * * * root run-parts /etc/cron.hourly 
#02 4 * * * root run-parts /etc/cron.daily 
#22 4 * * 0 root run-parts /etc/cron.weekly 
#42 4 1 * * root run-parts /etc/cron.monthly 
*/5 * * * * php /var/www/html/poller.php > /dev/null 2>&1 
got still nothing :-/


but heres the thing ... the folder " /etc/cron.d " is just empty, thers nothing in it
...... anymore on this guys..... i just don't understand the double poller issue. I have same issues as eminion
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

The syntax of the cron statement depends on the crontab used. If you use the /etc/crontab, please provide the userid, e.g. cactiuser. When using

Code: Select all

crontab -e -u cactiuser
there's no need for a userid
Reinhard
Enjanced
Posts: 37
Joined: Mon Jul 14, 2014 1:51 pm
Location: Buenos Aires - Argentina

Re: ERROR: Spine Timed Out While Processing Hosts Internal?

Post by Enjanced »

Hi guys, sorry to bring this back up, but this is happening to me too.
This is in my corp.cacti (see signature). It's not a new cacti, this started to happen a few weeks ago (this install is almost a year old)
I looked EVERYWHERE and there's no double poller (that I could find).
What else could I look at?

Thank you!

Code: Select all

Corporate Cacti
CactiEZ 0.7 (upgraded to 0.0.8h) - Spine 0.8.8h - RRDTool 1.4.7 - Apache 2.2.15 - Settings	0.71 - Maint 0.3	- Thold0.5	- Errorimage 0.2	 - Webmin 0.1
Watermark 0.2 - Monitor 1.3 - Realtime	0.5 - 	Nectar 0.35a - Fix64bit 0.4 - Autom8 0.36 - Quicktree 0.2

Code: Select all

Business Cacti
CactiEZ 0.7 - Spine 0.8.8b - RRDTool 1.3.8 - Apache 2.2.15 - Settings	0.71 - Maint 0.3	- Thold0.5	- Errorimage 0.2	 - Jqueryskin 0.1
Webmin 0.1 - Watermark 0.2 - Monitor 1.3 - Realtime	0.5 - 	Nectar 0.35a - Fix64bit 0.4 - Autom8 0.36 - Quicktree 0.2 - Syslog 1.22
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest