2009-02-10: v2.10

	- Fix missing replacement of underscore in pathname for queue or disk.
	- Fix missing prompt on "What device do you want to monitor" question.
	- Fix warning when hddtemp is not found during installation.
	- Force df to only report local disk usage excluding tmpfs.
	- Add monitoring of sensors temperature and fan speed following regexp.
	  See INSTALL file for more details (chap. SENSORS).

2008-09-15: v2.9

	- Sysusage now support new versions of sysstat > 8.
	- Add regexp in disk monitoring exclusion
	- Remove plist-sz and runq-sz from loadaverage report to render only
	  load average for the last, 5 and 15 minutes load.
	- Add RRD information to debug mode.
	- You can now run debug mode with the --debug parameter with sysusage
	  and sysusagegraph.
	- Memory is now returned in bytes to fix Y-axis label (Gb was shown as
	  Mb).
	- Memory max threshold MUST now be given in percent (so lower than 100).
	- Change/clarify some graph label/legend.
	- Add CPU usage for device (see dev monitoring configuration option).
	  Following sysstat version use -p option and 'human' device name or
	  you need to give the devm-n for version < 5.1.3. See sar -d 1 1.
	- Add amount of memory needed for current workload. This is an estimate
	  of how much RAM/swap is needed to guarantee that there never is out
	  of memory. The max threshold is the percentage of memory needed.
	- Fix detection of already running sysusage instance.
	- Running 'perl Makefile.PL QUIET' will create default configuration
	  file and default install.
	- Fix open file report as systat now only report open file instead of
	  percentage to filemax.
	- Add RPM .spec file and a default configuration file with RH like paths
	  for easy RPM build. This is done in respect of the Fedora Core Team
	  work. To build your rpm: rpmbuild -bb --clean sysusage.spec

2008-06-12: v2.8

	- Add hard drive temperature monitoring using hddtemp

2008-01-23: v2.7

	- Allow regexp in disk usage path exclusion
	- Restrict process count to column 5 of command 'ps axw' return
	- Fix bug in swap alarm report
	- Fix Makefile.PL sysusage.cfg warning
	- Add support for Nagios report using submit_check_result
	- Fix skip check when time range is running over the next day
	- Add multiple skip time range support.
	- Move project to SourceForge

2007-10-08: v2.6

	- Add support for sysstat > 8.0 with network rx/tx stat now
	reported in Kb.

2007-04-30: v2.5

	- Fix locale parsing problem.

2007-02-21: v2.4

	- Add CPU iowait statistics
	- Update documentation
	- Add -P option to 'df' system command to prevent line break

2006-12-12: v2.3

	- Add exclusion of mount point from disk space monitoring. Done
	by adding a semi-colon separated list of mount point to exclude.
	Ex: disk:98:/oracle/data;/home

2005-07-24: v2.2

	- Add auto-removal of pid file if no sysusage or sysusagegraph
	process are running. Use 'ps -ef' system command

2004-02-16: v2.1

	- Add time range to skip sending alarm.

2003-10-10: v2.0

	- Complete code rewrite. Use rrdtool now.
	- Improve speed, run hundred time faster.
	- Simplify configuration.
	- Add alarm report by mail.

	See documentation for more details.

2003-07-01: v1.1

	- Add Min Threshold on process monitoring.

2003-02-06:

	- Initial revision 1.0

