Boost 2.0?

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

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

Boost 2.0?

Post by khufure »

In subversion:

Code: Select all

--- 2.0 ---
    bug: remove the base start time, it complicates things
    bug: make version, force, and debug options consistent
    bug: rrdupdates oftentimes caused gaps in graphs due to limit issues
    feature: add an rrdtool output logging option
The 3rd bug is of great interest to me. Is this something we should update to? Also wondering if the abend issue is solved in this version.

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

Post by khufure »

I tried the latest subversion boost on one of my servers. Gaps are looking quite a lot better. Going to give it a week then upgrade all the servers if these results continue.

Mucho gusto TheWitness, this bugfix is looking sweet!
crazy72
Posts: 17
Joined: Mon Sep 29, 2008 8:09 am

Post by crazy72 »

Hi all


Can you confirm that installation steps for svn 2 are the samthan 1.7 ?
Or can I move it under plugin dir and modify config.php as usual ?

PLease let me know how you installed this new version.

Thanks

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

Post by khufure »

crazy72 wrote:Hi all


Can you confirm that installation steps for svn 2 are the samthan 1.7 ?
Or can I move it under plugin dir and modify config.php as usual ?

PLease let me know how you installed this new version.

Thanks

Crazy
They are a bit different. The latest boost subversion ("2.0") requires install in the plugin-2.0 section. That is, you click to install Boost, and also enable it. Nothing difficult but I would give yourself a 1-2 hour maintenance window.

From what I can tell the latest version is running very well. There's no way I'd switch back. In fact, I'll be upgrading the rest of our servers this week.
User avatar
gthe
Cacti User
Posts: 410
Joined: Sat Jul 29, 2006 1:23 pm
Location: RU

Post by gthe »

Does latest svn boost need cacti 0.8.7c ?
I try it on 0.8.7b and got error:

Code: Select all

cat ./boost.log

PHP Fatal error:  Call to undefined function is_hexadecimal() in /var/www/html/cacti/plugins/boost/setup.php on line 968
PHP Fatal error:  Call to undefined function is_hexadecimal() in /var/www/html/cacti/plugins/boost/setup.php on line 968
PHP Fatal error:  Call to undefined function is_hexadecimal() in /var/www/html/cacti/plugins/boost/setup.php on line 968
PHP Fatal error:  Call to undefined function is_hexadecimal() in /var/www/html/cacti/plugins/boost/setup.php on line 968
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
khufure
Cacti User
Posts: 203
Joined: Wed Oct 24, 2007 5:47 pm
Location: San Francisco, CA
Contact:

Post by khufure »

gthe wrote:Does latest svn boost need cacti 0.8.7c ?
I try it on 0.8.7b and got error:

Code: Select all

cat ./boost.log

PHP Fatal error:  Call to undefined function is_hexadecimal() in /var/www/html/cacti/plugins/boost/setup.php on line 968
PHP Fatal error:  Call to undefined function is_hexadecimal() in /var/www/html/cacti/plugins/boost/setup.php on line 968
PHP Fatal error:  Call to undefined function is_hexadecimal() in /var/www/html/cacti/plugins/boost/setup.php on line 968
PHP Fatal error:  Call to undefined function is_hexadecimal() in /var/www/html/cacti/plugins/boost/setup.php on line 968
Does not need 0.8.7c.
User avatar
TheWitness
Developer
Posts: 17061
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Change line 968 to the following:

Code: Select all

}elseif ((function_exists("is_hexadecimal")) && (is_hexadecimal($matches[2]))) {
That will make it backwards compatible.

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?
khufure
Cacti User
Posts: 203
Joined: Wed Oct 24, 2007 5:47 pm
Location: San Francisco, CA
Contact:

Post by khufure »

TheWitness wrote:Change line 968 to the following:

Code: Select all

}elseif ((function_exists("is_hexadecimal")) && (is_hexadecimal($matches[2]))) {
I didn't have to do this on my 087b instance. Or at least, I don't think I did. Should I make this change?
User avatar
TheWitness
Developer
Posts: 17061
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Yes. I have committed to SVN for those running on 0.8.7b or below.

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?
User avatar
TheWitness
Developer
Posts: 17061
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Boost 2.0 is official. Please Check it Out Here:

http://forums.cacti.net/viewtopic.php?p=150337#150337

Regards,

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 4 guests