Archive for the ‘Cacti’ Category

Spine bug (0.8.7a)

Tuesday, December 4, 2007 11:00 No Comments

Found a problem (it was reported and has been solved http://bugs.cacti.net) when adding a new device (or editing an existing one) make sure you have no trailing whitespaces in the hostname field! Otherwise the poller (spine) will hang forever when it reaches that host. This issue has been updated in the svn repository of cacti [...]

This was posted under category: Cacti Tags:

Cactid settings on slow / medium systems.

Monday, September 17, 2007 12:04 No Comments

So here are a few settings I used to have my cactid work without producing any gaps (I had this issue on my system, where allot of gaps started appearing on my graphs, and additionaly the polling performance was low).
My system specs:

Intel(R) Pentium(R) 4 CPU 3.00GHz
512Mb memory
73GB HD

I used the following poller settings in cacti [...]

This was posted under category: Cacti Tags:

Dataquery for cacti

Wednesday, November 8, 2006 15:00 2 Comments

What is Dataquery?
Dataquery is the ex-cactiquery addon for cacti. It was renamed to dataquery to be distinguished between the old version of it. The new version makes use of the plugin architecture.
How do i run Dataquery?
Just install the plugin and make sure you read the Readme file included in the package.
To query a graph just [...]

This was posted under category: Cacti

Dataquery updated to 0.1.4a

Friday, November 3, 2006 18:03 No Comments

A new update of dataquery is available (0.1.4a).
This version fixes issue inside the class_cactiquery.php regarding redeclaration of variables and a problem with the timestamp parsing function.
Donwload from Mirror:
http://cactiusers.org/forums/download.php?id=191
Or directly:
dataquery-014a.zip

This was posted under category: Cacti

Dataquery updated to 0.1.2a

Thursday, November 2, 2006 12:03 No Comments

New version has been uploaded today of dataquery.
This new version resolves minor problems with the link creation of the dump file.
Mirror:
dataquery-0.1.2a.tar.gz
Direct:
dataquery-012a.zip

This was posted under category: Cacti

Cacti daily MySQL Backup shell script

Friday, November 11, 2005 11:56 No Comments

Ok i was messing around and i am pretty much involved with cacti (and some development for it) so since i am regularly experimenting with it on production servers i needed to create a script for daily backup of the DB.

This was posted under category: Administration, Cacti, Linux