---- Changes since 1.130 ----
Status emails are now send using the Read User Mail module, removing any dependency on the Sendmail module.
---- Changes since 1.150 ----
Added a new monitor type for checking on RAID devices.
---- Changes since 1.170 ----
Added support for sending SNMP traps when scheduled monitoring detects that a service has gone down. This requires the Net::SNMP Perl module be installed.
Other Webmin modules can now defined custom monitor types, by including a status_monitor.pl script. This must contain the functions documented in status_monitor_api.pl in this module's directory.
Added a field for specifying the number of times a service must be detected as down before an email message is sent or other action taken.
---- Changes since 1.180 ----
Status email messages now include the failed service in the subject line.
Added new monitor type for lm_sensors variables, such as fan speed and CPU temperature.
---- Changes since 1.190 ----
Improved support for remote monitoring for SMART and RAID.
Remote monitors now use the remote hostname instead of the local hostname in the email message.
---- Changes since 1.200 ----
Added monitors for NUT UPS values and mail queue length.
---- Changes since 1.210 ----
The notification methods (email, pager, snmp) for each monitor can now be selected individually.
Added a field on the Edit Monitor page for notifying a custom email address when a particular service is down.
Added a new monitor type for DNS lookups, to ensure that some server is up and returning the correct address for some hostname.
---- Changes since 1.220 ----
Added a monitor option to have it skipped if some other monitor is down.
Internationalized the status emails, so they can be translated into other languages.
The list of monitors on the main page now has checkboxes next to them, to allow several to be deleted at once.
The disk space monitor can now check for free inodes too, on Linux systems.
