boost is wraping the poller

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

gsaray101
Cacti User
Posts: 233
Joined: Thu May 17, 2007 9:18 am

boost is wraping the poller

Post by gsaray101 »

I have a cacti server (version 0.8.7a) running spine (version 0.8.7a) with boost. I have everything configured to be snmp data. Only one script server that does the poller graph as attached. Boost is configured to run every half hour. As you can see from the attached screen shot, when boost runs, poller is wraping. It is exceeding 1 minute interval.

What can I do to prevent this.
Attachments
poller.jpg
poller.jpg (21.63 KiB) Viewed 7011 times
boost_settings.jpg
boost_settings.jpg (163.82 KiB) Viewed 7011 times
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

There is another index needed in the poller_output_boost table to reduce database load. You should also adjust you MySQL settings. You might want to consider splitting your database away from the Web site. An easy way to determine if this is required is by doing the following

Code: Select all

cd /var/www/html/cacti/rra
du -kh .
If this number is either at or above your systems (memory - 1GB), then you need to split your servers.

Then, once you've done a split, you need to tune your MySQL server to maximize memory use and optimize performance.

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?
gsaray101
Cacti User
Posts: 233
Joined: Thu May 17, 2007 9:18 am

poller_output_boost table

Post by gsaray101 »

Can you give me the exact syntax to create index on poller_output_boost?

Thank you so much

mike
khufure
Cacti User
Posts: 203
Joined: Wed Oct 24, 2007 5:47 pm
Location: San Francisco, CA
Contact:

Re: poller_output_boost table

Post by khufure »

gsaray101 wrote:Can you give me the exact syntax to create index on poller_output_boost?
Seconded, thanks
gsaray101
Cacti User
Posts: 233
Joined: Thu May 17, 2007 9:18 am

boost is wrapping the poller

Post by gsaray101 »

what do you mean?
khufure
Cacti User
Posts: 203
Joined: Wed Oct 24, 2007 5:47 pm
Location: San Francisco, CA
Contact:

Re: boost is wrapping the poller

Post by khufure »

gsaray101 wrote:what do you mean?
I also want to see the poller index creation sequence. Is it just a generic index or is it optimized?
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Another issue might be that 100k records in one select statement takes a while to obtain from the server, you might want to set that select size smaller, especially if the server does not have a lot of memory. I do not have the index information handy a the moment.

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?
gsaray101
Cacti User
Posts: 233
Joined: Thu May 17, 2007 9:18 am

boost wrapping the poller

Post by gsaray101 »

Witness,

we have multiple cacti installs with the same config and harware. Only with this one, we are having boost problem. If you could get that re-index command to, that would really helpful. I tried to decrease the number of records, it did not help.
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Show me your Boost status page.

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?
gsaray101
Cacti User
Posts: 233
Joined: Thu May 17, 2007 9:18 am

boost is wrapping

Post by gsaray101 »

here is the boost status page
Attachments
boost.jpeg
boost.jpeg (66.15 KiB) Viewed 6249 times
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

This looks good. Show me your output when you run the following manually:

Code: Select all

php -q poller_boost.php -force -d
The file could be pretty big. Looking for errors.

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?
gsaray101
Cacti User
Posts: 233
Joined: Thu May 17, 2007 9:18 am

boost

Post by gsaray101 »

when I run this command manually, I get this back:

C:\>php -q d:\cacti\plugins\boost\poller_boost.php -f -d
10/07/2008 11:30:49 AM - SYSTEM BOOST STATS: Time:221.6015 RRDUpdates:200399

I dont see any errors in cacti.log.
gsaray101
Cacti User
Posts: 233
Joined: Thu May 17, 2007 9:18 am

alternative to boost

Post by gsaray101 »

apparently something is wrong here and I cannot figure out what. is there an alternative to boost? Do I have to use boost? my cacti version is 0.8.7a and I am running spine version 0.8.7b.

thanks,

mike
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

No "Ok" messages?

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?
gsaray101
Cacti User
Posts: 233
Joined: Thu May 17, 2007 9:18 am

boost

Post by gsaray101 »

when I run that command redirect out to file, I see ok on each line. No errors.
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests