---- 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.
