Spine using problem

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

Moderators: Developers, Moderators

Post Reply
Kovit
Posts: 11
Joined: Mon Feb 08, 2010 3:44 am

Spine using problem

Post by Kovit »

Hi. i have installed Spine. But it not working.
Cacti.log

03/18/2010 04:16:59 PM - SYSTEM STATS: Time:0.1195 Method:spine Processes:1 Threads:1 Hosts:10 HostsPerProcess:10 DataSources:303 RRDsProcessed:0
03/18/2010 04:16:59 PM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.
03/18/2010 04:16:00 PM - SYSTEM STATS: Time:0.2482 Method:spine Processes:1 Threads:1 Hosts:10 HostsPerProcess:10 DataSources:303 RRDsProcessed:0
03/18/2010 04:16:00 PM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.
03/18/2010 04:15:01 PM - POLLER: Poller[0] NOTE: Poller Int: '60', Cron Int: '300', Time Since Last: '301', Max Runtime '298', Poller Runs: '5'
03/18/2010 04:14:59 PM - SYSTEM STATS: Time:0.1342 Method:spine Processes:1 Threads:1 Hosts:10 HostsPerProcess:10 DataSources:303 RRDsProcessed:0
03/18/2010 04:14:59 PM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.
03/18/2010 04:14:59 PM - POLLER: Poller[0] -1268921520.85 seconds
03/18/2010 04:14:59 PM - SYSTEM STATS: Time:238.9455 Method:spine Processes:1 Threads:1 Hosts:10 HostsPerProcess:10 DataSources:303 RRDsProcessed:0
03/18/2010 04:14:59 PM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.

Every time RRDsProcessed : 0
PLease help :)
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

What happens when your run spine in Read Only mode by hand:

Code: Select all

./spine -R
What version of Spine?

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Kovit
Posts: 11
Joined: Mon Feb 08, 2010 3:44 am

Post by Kovit »

thanks, solved.
spine.conf - mistake username :)
Kovit
Posts: 11
Joined: Mon Feb 08, 2010 3:44 am

Post by Kovit »

there is another problem.
i did not add a new graphs.
spine stoped to update graphs, i have changed to cmd and now I can see the result.
why spine updating only 12 rra's ?

Code: Select all

03/19/2010 10:21:21 AM - SYSTEM STATS: Time:19.2922 Method:cmd.php Processes:1 Threads:N/A Hosts:10 HostsPerProcess:10 DataSources:71 RRDsProcessed:37
03/19/2010 10:20:22 AM - SYSTEM STATS: Time:20.8575 Method:cmd.php Processes:1 Threads:N/A Hosts:10 HostsPerProcess:10 DataSources:71 RRDsProcessed:37
03/19/2010 10:19:08 AM - SYSTEM STATS: Time:7.2911 Method:spine Processes:1 Threads:1 Hosts:10 HostsPerProcess:10 DataSources:71 RRDsProcessed:12
03/19/2010 10:18:08 AM - SYSTEM STATS: Time:7.3087 Method:spine Processes:1 Threads:1 Hosts:10 HostsPerProcess:10 DataSources:71 RRDsProcessed:12
03/19/2010 10:17:08 AM - SYSTEM STATS: Time:7.3039 Method:spine Processes:1 Threads:1 Hosts:10 HostsPerProcess:10 DataSources:71 RRDsProcessed:12
Set back cmd.php

Code: Select all

03/19/2010 10:30:08 AM - SYSTEM STATS: Time:7.3610 Method:spine Processes:1 Threads:1 Hosts:10 HostsPerProcess:10 DataSources:71 RRDsProcessed:12
03/19/2010 10:29:22 AM - SYSTEM STATS: Time:20.4402 Method:cmd.php Processes:1 Threads:N/A Hosts:10 HostsPerProcess:10 DataSources:71 RRDsProcessed:37
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Not entirely certain. What version of Spine? Could be a mixup in Reindex methods. If you use Uptime Goes Backward for non-snmp hosts, in versions prior to 0.8.7f (Spine), it would not poll the devices as the reindex would fail.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Kovit
Posts: 11
Joined: Mon Feb 08, 2010 3:44 am

Post by Kovit »

SPINE: Version 0.8.7e starting
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Grab the SVN and build using that. See if you get a bunch of WARNINGS relative to indexing.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Kovit
Posts: 11
Joined: Mon Feb 08, 2010 3:44 am

Post by Kovit »

SPINE: Version 0.8.7e starting
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

That's not 0.8.7f. You are not grabbing SVN.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest