Disk Monitor 1.0
================
This is a small program that hooks into the stats collection
provided by Daniela Engert's IDE driver, DANIS506.ADD. You must
be using DANIS506.ADD to be able to use this program.

This is now GA code. The author takes no responsibility for
any damage that use or misuse of the program may cause.

As of release 0.70, PM Disk Monitor now supports temperature
monitoring if your hard disks support this function. To enable
temperature checking you will need a copy of Andrew Belov's
'Smartmon' program. This can be obtained from hobbes.nmsu.edu.
You must have smartmon version 1.55 or later in order to report
temperatures. If smartmon is not found in the current directory
or within the PATH then all setup options relating to temperature
monitoring will be disabled.

The files exceptq.dll and dis386.dll are required but belong to 
the IBM 'Exceptq' package. They produce a useful file for
debugging purposes if the app crashes. In the event of a crash
sending me the .TRP file that it produces may help to isolate
the cause of the problem.

It should remember its window position and colours/fonts but if
you want to reset them to defaults, invoke

pmdskmon -defaults

If you find problems with it not picking up all of your hard disks
then you can invoke

pmdskmon -logdiscovery

and send me the relevant lines from the file dskmon.log.

SMART checking is enabled by default but you should be aware that
it will wake disks from sleep if enabled. It should beep an alarm
and change the colour of the SMART status line to red. SMART checks
are now undertaken about once an hour and you can have the result
written to the log if you want.

Hovering the mouse over the column of figures for a particular
drive will float a window showing the drive model as reported
by DaniS506 from the hardware.

Source provided under GPL. Originally compiled with IBM VA C++ 3.0.
Portions of the code originally by Daniela Engert (from diskinfo.c)
and Bjorn Mork (PMP2L97.c).

