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.
cacti 0.8.8a with boost plugin don't show graphs
Moderators: Developers, Moderators
cacti 0.8.8a with boost plugin don't show graphs
- Attachments
-
- boost1.PNG (97.39 KiB) Viewed 2314 times
-
- graph1.PNG (25.01 KiB) Viewed 2314 times
Re: cacti 0.8.8a with boost plugin don't show graphs
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
Sorry for my bad English
- Attachments
-
- boost2.PNG (59.37 KiB) Viewed 2313 times
Re: cacti 0.8.8a with boost plugin don't show graphs
Hi Vsadnik,
I have the sane problem with my Cacti. Were you able to solve it?
Regards
I have the sane problem with my Cacti. Were you able to solve it?
Regards
- 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
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.
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.
- 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
Moving to plugin section.
Pleasse see more hints in BOOST related threads of this section
R.
Pleasse see more hints in BOOST related threads of this section
R.
Re: cacti 0.8.8a with boost plugin don't show graphs
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
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
Re: cacti 0.8.8a with boost plugin don't show graphs
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
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
Re: cacti 0.8.8a with boost plugin don't show graphs
simple to solve,
after change some boost settings we need to to a refresh pooler cache
after change some boost settings we need to to a refresh pooler cache
Who is online
Users browsing this forum: No registered users and 0 guests