Archive for April 10th, 2012

CACTI MRTG

Install PHP ./configure –with-mysql=/usr/local/mysql \ –with-apxs2=/usr/local/apache2/bin/apxs \ –with-gd –with-zlib –with-bz2 \ –with-jpeg-dir=/usr –with-png-dir=/usr \ –with-freetype-dir=/usr –with-xpm-dir=/usr/X11R6 \ –with-gettext –with-curl=/usr \ –with-iconv –enable-bcmath –enable-mbstring \ –with-mcrypt –with-mysqli –enable-zip \ –with-pdo-mysql=/usr/local/mysql \ –enable-sockets RRD Tool ./configure –prefix=/usr/local make make install Cacti 1. Extract source cacti 0.87i to home directory 2. Upload database manual to phpmyadmin 3. Browse […]

Categories