» Archive for July, 2007

Install Cacti

Wednesday, July 25th, 2007 by admin

I recently installed cacti 0.8.6j on my windows laptop running Windows XP Service Pack 2. I had various troubles until following this
Windows Tutorial exactly, and meanwhile, also learned how to debug the NaN graph problem.

While debugging, I looked into difference between PHP4 and PHP5, also fcgi mode of PHP. This page gives a succinct explanation of PHP and fcgi.

Below is a snapshot of my Cacti path setting. I did find out that the default Cacti font is important. If left out, then there will be no ASCII showing in the RRD graphs.
cacti-path-setting

Another thing was that as I followed the this
Windows Tutorial to schedule a task to poll data, I ran into this error:
schedule_task_error

I was able to fix the error by selecting “Run Only If Logged On” as follows.
schedule php task

I also create cactiuser@% as mySQL root and grant it all priviledges granted to cactiuser.

Designing an Installer for Cisco Class-Based MIB Explorer

Friday, July 13th, 2007 by admin

I would like to create an installer using NSIS for my Cisco Class-Based MIB Explorer. Read the rest of this entry »

NSIS(Nullsoft Scriptable Install System)

Friday, July 13th, 2007 by admin

I was looking for an Open Source software packager tool and after a bit googling, found this great tool called NSIS Read the rest of this entry »

Learn SiLK Tool

Tuesday, July 3rd, 2007 by admin

Spent on July 2, 2007 to dig in into SiLK tools by reading the Analyst Handbook, creating a simple Java program(7/3/7) to call SiLK commandline programs, import SiLK soruce to KDevelop development environment(7/6/7).  Read the rest of this entry »