1.2.2 (2003-12-23) * Fixed a new issue in the linux memory statistics, which reported KB instead of MB (it should call `free -b` not just `free`. Thanks to Benjamin Jorand (http://extense.dyndns.org) for pointing this out. * Added some functionality to the configuration file parser, it can now execute a command to fill in a part of the value, eg. ${exec hostname} will be replaced with the output of the hostname binary. 1.2.1 (2003-11-19) * Fixed a small issue with memory statistics preventing shostats from working correctly with a linux 2.6.0 kernel. 1.2.0 (2003-04-02) * Small bug fixed in os/linux.pm, when there is a SCSI controler, but there are no devices attached (reported by Anders K. Hanssen) * Updated the INSTALL file to include upgrade instructions * Added the 'REQUIREMENTS' file which lists mandatory and optional requirements * Renamed 'ChangeLog' to 'CHANGELOG', for consistency * Removed duplicate code from Makefile * Added the 'TESTED' file, which lists all systems I've tested this script on and for which I have received 'OK's by other people * Added a os module for NetBSD! * Moved get_sys_ticks() from os/*bsd.pm to os/bsd_common.pm * Moved all docs to the 'docs/' directory * Fixed a small bug in the *BSD filesystem code, it did not show the fs type correctly 1.1.2 (2003-03-28) * Slight change to version representation * Added 'make upgrade', this saves the original configuration file 1.1.1 (2003-03-28) * Install makefile finished * INSTALL document finished * README document finished * Added a php file to generate a nice stats page using the output of the php module * Couple of small bugfixes to the php output module 1.1.0 (2003-03-27) * OpenBSD support finished Thanks to Mark Hoeksta for giving me an account on his OpenBSD/x86 box for developing and testing! * Fixed a couple of linux bugs 1.0.0 (2003-03-24) * Linux support finished * PHP output support finished * stdout transfer support finished * ftp transfer support finished