Search found 9 matches

by tuux1598g
Tue Apr 24, 2012 2:18 am
Forum: Help: Linux/Unix Specific
Topic: New release Cacti 0.8.8 problem
Replies: 6
Views: 1492

Re: New release Cacti 0.8.8 problem

Ran into the same problem with upgrade from 0.8.7i -> 0.8.8, using MySQL 5.0.51a - fixed by changing the query slightly:

"PRIMARY KEY (`local_data_id`, `rrd_name`, `time`) USING BTREE"

becomes

"PRIMARY KEY USING BTREE (`local_data_id`, `rrd_name`, `time`)"


Shaun
by tuux1598g
Tue Jul 20, 2010 7:01 am
Forum: Plugin Announcements
Topic: An Urgent Note to Boost Users
Replies: 3
Views: 3677

Any further news on this? MySQL Bug#30590 would appear to relate directly to this, and was committed to versions > 5.0.52 / 4.1.24. I have also tested this using a Debian 5.0.5 package (assumed fairly common) which reports MySQL 5.0.51a and the issue mentioned isn't replicable. Additionally, boost h...
by tuux1598g
Tue Feb 17, 2009 10:32 am
Forum: Plugin General
Topic: Boost - delete operation in boost_process_poller_output
Replies: 1
Views: 1144

Boost - delete operation in boost_process_poller_output

I'm currently deploying a rather large installation on minimal hardware and have been making a number of changes to achieve the desired results. Whilst I understand the merits of the delete operation currently in use within boost, using a temporary rcaston_[random] table in memory, over the older me...
by tuux1598g
Tue Feb 10, 2009 11:32 am
Forum: Feature Requests
Topic: What is the Maximum Number of hosts/Devices Cacti Can Absorb
Replies: 8
Views: 9768

IMHO you may consider some 10,000 data source as a no-brainer Above 100,000 data sources it will become tricky, but doable. Never heard of 1,000,000. Just a rule of thumb. Reinhard I agree that 100,000 data sources should be doable - however this will depend on hardware really. We are currently up ...
by tuux1598g
Tue Feb 10, 2009 9:11 am
Forum: Plugin Announcements
Topic: Boost 2.3 Released
Replies: 12
Views: 14035

This whole situation worries me as this should not happen. The only process that uses temp tables is the main poller process. So, you should probably send me your "modified" version so that I can assess what should be carried upstream and where the bug is. You are absolutely correct, my m...
by tuux1598g
Tue Feb 10, 2009 7:37 am
Forum: Help: General
Topic: How to make |query_ifAlias| not appear if null
Replies: 3
Views: 1843

Not sure how to explain this well, but here goes... Under Data Queries, find the relevant data query for the graph with this problem and then click on the relevant 'Associated Graph Templates' - under suggested values for the graph template you will need to put two titles, one with the |query_ifAlia...
by tuux1598g
Tue Feb 10, 2009 7:31 am
Forum: Help: General
Topic: problem with grph in tree view
Replies: 7
Views: 1916

Are you using Boost with the boost server? If so make sure the Boost server is running and that it hasn't lost its connection to the database (a common problem that has been recently fixed in Boost v2.3). The boost server loosing its connection to the MySQL database will cause this to happen and wil...
by tuux1598g
Tue Feb 10, 2009 4:33 am
Forum: Plugin Announcements
Topic: Boost 2.3 Released
Replies: 12
Views: 14035

Currently running a fairly large installation using a heavily modified version of Boost 2.1, however a problem that has come up with this (and other versions) is that the temporary table used when running poller_boost already exists - bad rand(). This causes major headaches when it occurs (albeit no...
by tuux1598g
Fri Sep 05, 2008 4:23 am
Forum: Help: General
Topic: VERY Slow Tree Display - 900+ Devices
Replies: 10
Views: 2813

I don't know how "easy" that would be, but it seems to me like it would be a more permanent fix to the current structure, rather than re-vamping the whole thing. We were experiencing the same problem - generating the graph tree from the database was a killer on a first-visit when the user...