Projects
  
FreeBSD <-> PIX IPSec VPN Help Files

Document detailing how to configure a Site-to-Site VPN tunnel (Using IPSec/ESP) between the Cisco PIX Firewall and a FreeBSD 5.x server. Two versions of the document are available -- chose the one most appropriate for your needs:


TinyMonitor 0.9c

TinyMonitor was written out of pure necessity for a simple monitoring program that watched the actual content of returned pages rather than simply checking to see if the httpd service was running. (Experience has proven that the web server running doesn't necessarily mean it's reporting the content you want.).

This program can be used for simple web server monitoring (i.e. is it actually delivering content?) or can be used to verify a page is returning what you expect (i.e. a 200 rather than a 404). This is an excellent choice for someone who doesn't want to spend thousands on a program that will do actual http content monitoring (i.e. SiteScope or HP OpenView Internet Services).

Further necessity has prompted me to add support to monitor the load average on a particular server. Sometimes a high load average means a simple page can be returned succesfully, but your overall performance will suffer. - [download here]



WatchLog 0.1b

WatchLog is a perl program designed to give you a better real-time view of your web traffic. Simply doing a 'tail -f' on the server log file often yields confusing results as you can be bombarded with scrolling with a single hit. WatchLog attempts to present the same information in a clean, formatted, real-time view of the activity on your website by watching the logfile for you and presenting only the relevant data. - [download here]