cacti 0.8.8a with boost plugin don't show graphs

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

Post Reply
Vsadnik
Posts: 2
Joined: Fri Aug 03, 2012 9:15 am

cacti 0.8.8a with boost plugin don't show graphs

Post by Vsadnik »

Hello everyone i need some help!
I have cacti ver. 0.8.7g with boost plugin and all work perfectly fine.
Now i try to test cacti ver. 0.8.8a, it's install fine, all plugins install fine, all work fine, but when i turn on boost plugin graphs stop displaying. Boost plugin is ver. 5.1-1.
I can't understand why it is dont work. Goggle dont help( I attach some screenshots with log file(blue-boost off, red boost on) and with graph file. If you need some additional info plz write here.
Plz help.
Attachments
boost1.PNG
boost1.PNG (97.39 KiB) Viewed 2310 times
graph1.PNG
graph1.PNG (25.01 KiB) Viewed 2310 times
Vsadnik
Posts: 2
Joined: Fri Aug 03, 2012 9:15 am

Re: cacti 0.8.8a with boost plugin don't show graphs

Post by Vsadnik »

Sorry i have some errors in my description, graphs stop working when i turn on "Enable On Demand RRD Updating" on boost plugin(see screenshots).
Sorry for my bad English
Attachments
boost2.PNG
boost2.PNG (59.37 KiB) Viewed 2309 times
User avatar
rsanto
Posts: 29
Joined: Thu Jan 24, 2013 12:34 pm

Re: cacti 0.8.8a with boost plugin don't show graphs

Post by rsanto »

Hi Vsadnik,

I have the sane problem with my Cacti. Were you able to solve it?

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

Re: cacti 0.8.8a with boost plugin don't show graphs

Post by gandalf »

Please read BOOST documentation carefully.
You have to prepare thgis plugin, as it will run a daemon that now will perform all file updates. This daemon requires specific settings which have to be completed before activating e.g. rrd file updateing
R.
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Re: cacti 0.8.8a with boost plugin don't show graphs

Post by gandalf »

Moving to plugin section.
Pleasse see more hints in BOOST related threads of this section
R.
User avatar
rsanto
Posts: 29
Joined: Thu Jan 24, 2013 12:34 pm

Re: cacti 0.8.8a with boost plugin don't show graphs

Post by rsanto »

hi,

I followed the manul but I had an error when altering mysql:

mysql> alter table poller_output, modify column output varchar(50) not null default "", engine=memory;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' modify column output varchar(50) not null default "", engine=memory' at line 1
mysql>

Can you help me one this one?

Ricardo
User avatar
rsanto
Posts: 29
Joined: Thu Jan 24, 2013 12:34 pm

Re: cacti 0.8.8a with boost plugin don't show graphs

Post by rsanto »

or,

Database changed
mysql> alter table poller_output alter column output varchar(50) not null default "", engine=memory;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'varchar(50) not null default "", engine=memory' at line 1
mysql> alter table poller_output
-> modify column output varchar(50) not null default ""
-> engine=memory;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'engine=memory' at line 3
mysql>

I'm not a DB guy can you pls help me out on this on?

thk
User avatar
rsanto
Posts: 29
Joined: Thu Jan 24, 2013 12:34 pm

Re: cacti 0.8.8a with boost plugin don't show graphs

Post by rsanto »

simple to solve,

after change some boost settings we need to to a refresh pooler cache

:D
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests