MySQL Memory Calculator
Nice little tool to help with working out MySQL memory usage when tuning your MySQL server. http://www.mysqlcalculator.com/
Read More MySQL Memory CalculatorRamblings of a Sysadmin
Nice little tool to help with working out MySQL memory usage when tuning your MySQL server. http://www.mysqlcalculator.com/
Read More MySQL Memory CalculatorWith NDCHost cPanel WHM Secondary MX Plugin you may get the following error from with in WHM: Site error: the file /var/cpanel/pluginSMX/pluginSMX.class.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator. Normally if you are are getting cron messages as well you should be getting an importer error with the same …
Read More pluginSMX.class.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installedHow to upgrade PHP 5.1 to 5.2 on CentOS 5.x. The need to upgrade your php version passed the stable repositories provided by CentOS varys and luckly CentOS provides a Testing Repo for doing this. Enabling CentOS Testing Repo Edit with nano or vi /etc/yum.repos.d/CentOS-Testing.repo and copy and paste the following # CentOS-Testing: # !!!! …
Read More Howto upgrade PHP 5.1 to 5.2Howto remote monitor cPanel with Nagios via installing NRPE Using a Nagios plug-in called NRPE to monitor the health of a server in conjunction with external checking (aka checking for open ports) gives a little more in-depth check. It can also allow you to catch some problems before they result in a service being unavailable. Firstly make sure you have …
Read More Howto remote monitor cPanel with Nagios ( nrpe )How to Install NagiosQL Configuration of Nagios can be very daunting task but can be made a little easier with using NagiosQL from http://www.nagiosql.org Some requirements are MySQL, PHP 5.2 or better If you dont have MySQL server running install it. yum install mysql yum install mysql-server yum install mysql-devel /etc/init.d/mysql start Create MySQL password /usr/bin/mysqladmin -u root …
Read More How to Install NagiosQL