Upgrading Thold to the latest version
Sometimes during the upgrade process, not all required columns or table may have been added to the database. This error may manifest itself with an “Error: Save failed” message when trying to save changes to a device.
A possible fix to this is to manually call the upgrade.php script. To do this, go to the command line and change to the thold plugin. Then call the upgrade script:
cd /path/to/cacti/plugins/thold php extras/upgrade.php
Then re-try saving a device. You will see the following messages:
Faking Low Thold Version Running Thold Upgrade Upgrade Complete
HowTo Mount VMWare Disks on Windows 7 64 bit
The easiest way of mounting a VMWare disks on a Windows 7 64 bit system is by downloading and installing the OSFMount tool from PassMark.
This free tool lets you mount VMWare disks in read-only mode for restoring files from the disks.
CSV Export in Cacti is not working
Sometimes it may happen that the CSV export from a Cacti graph is not working for large date ranges. You then may see an error 500 being returned by the browser. If this happens, you should try increasing the memory limit of your php instance.
This can be achieved by editing the php.ini file and changing the following line:
memory_limit = 64M ; Maximum amount of memory a script may consume
Try settings this to 256M:
memory_limit = 256M ; Maximum amount of memory a script may consume
and restart your webserver. On CentOS you can use the following command:
/etc/init.d/httpd reload
HowTo – Install VMWare Perl SDK on CentOs
Install VMWare Perl SDK
This post will show you how to install the VMWare Perl SDK on CentOs 6 and CentOs 7
CentOs 6 / SDK Version 5.1
The following commands will install all necessary perl modules on a Centos 6 system required for the SDK .
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm yum install gcc perl-CPAN perl-Archive-Zip perl-Class-MethodMaker perl-SOAP-Lite perl-XML-SAX perl-Crypt-SSLeay yum install perl-XML-NamespaceSupport perl-XML-LibXML perl-Data-Dump uuid-perl libuuid-devel uuid-devel wget --directory-prefix=/tmp http://search.cpan.org/CPAN/authors/id/J/JN/JNH/UUID-0.04.tar.gz tar -zxvf /tmp/UUID-0.04.tar.gz -C /tmp cd /tmp/UUID-0.04 perl Makefile.PL make make install
CentOs 7 / SDK Version 6.0.2
We’re going to install version 6.0.2. You should have downloaded the required file to the /tmp directory already. The following section will show you of installing the required modules. The actual install will ask you to accept the license terms and choose an install directory. It will also ask you for the permission to install the pre-built binary files for the required perl modules. You can accept all the default settings.
yum -y install openssl-devel cd /tmp tar -xzvf VMware-vSpehere-Perl-SDK-6.0.0-3561779.x86_64.tar.gz cd vmware-vpshere-cli-distrib ./vmware-install.pl
New Blog/Support Page
Version 2.00 of CereusReporting will be available for all customers with valid Support & Subscription.
You will be able to
- Download the latest version from the download section
- Request priority support and fixes through the support website
- Request remote support
If you do not have a valid support & subscription contract you will not be able to download the latest version or apply patches to your installations.

