Handle hostnames with upper-case letters
[webmin.git] / status / CHANGELOG
1 ---- Changes since 1.130 ----
2 Status emails are now send using the Read User Mail module, removing any dependency on the Sendmail module.
3 ---- Changes since 1.150 ----
4 Added a new monitor type for checking on RAID devices.
5 ---- Changes since 1.170 ----
6 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.
7 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.
8 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.
9 ---- Changes since 1.180 ----
10 Status email messages now include the failed service in the subject line.
11 Added new monitor type for lm_sensors variables, such as fan speed and CPU temperature.
12 ---- Changes since 1.190 ----
13 Improved support for remote monitoring for SMART and RAID.
14 Remote monitors now use the remote hostname instead of the local hostname in the email message.
15 ---- Changes since 1.200 ----
16 Added monitors for NUT UPS values and mail queue length.
17 ---- Changes since 1.210 ----
18 The notification methods (email, pager, snmp) for each monitor can now be selected individually.
19 Added a field on the Edit Monitor page for notifying a custom email address when a particular service is down.
20 Added a new monitor type for DNS lookups, to ensure that some server is up and returning the correct address for some hostname.
21 ---- Changes since 1.220 ----
22 Added a monitor option to have it skipped if some other monitor is down.
23 Internationalized the status emails, so they can be translated into other languages.
24 The list of monitors on the main page now has checkboxes next to them, to allow several to be deleted at once.
25 The disk space monitor can now check for free inodes too, on Linux systems.
26 ---- Changes since 1.250 ----
27 Added support for the SNMP_Session Perl module for sending SNMP traps, as an alternative to Net::SNMP.
28 ---- Changes since 1.270 ----
29 Added a new monitor type for FTP servers.
30 For each monitor, multiple remote hosts can be selected, which makes checking a service like Apache across a range of servers easier.
31 Updated the network traffic monitor to support FreeBSD as well as Linux.
32 Added a new monitor type for performing a test SQL query on a MySQL, PostgreSQL or Oracle database.
33 ---- Changes since 1.290 ----
34 Added an option to the HTTP monitor type to check the page contents too.
35 The Check File monitor can now perform size checks on the total contents of a directory.
36 ---- Changes since 1.300 ----
37 Added a monitor type for the rate of disk space consumption.
38 ---- Changes since 1.310 ----
39 Added the ability to create monitors that apply to Webmin server groups, rather than selecting individual machines one at a time.
40 Added a new Alive System monitor type, which is useful when used remotely to just determine if a machine is up.
41 ---- Changes since 1.320 ----
42 Fixed the Refresh Status button to work regardless of the selected execution hours or days.
43 Added a new monitor type for testing a remote SSH server.
44 ---- Changes since 1.330 ----
45 Added an option to the Remote SSH monitor type to not actually login, just check if we can get to the login prompt.
46 Converted the UI for all monitors to use ui-lib.pl, for easier theming.
47 Added support for sending status messages via SMS, for common US mobile carriers.
48 ---- Changes since 1.370 ----
49 Failure to run a command on a remote system is now properly detected.
50 ---- Changes since 1.390 ----
51 Added T-COM, Skytel, Vodaphone and several more as a carriers for SMS.
52 ---- Changes since 1.400 ----
53 Email, SMS and SNMP messages sent by Webmin can be customized, with multiple message templates defined and a different one selected for each monitor.
54 ---- Changes since 1.410 ----
55 The process check monitor can now be limited to a particular user.
56 ---- Changes since 1.420 ----
57 Allow saving of remote Webmin monitors when the remote host is down.
58 Added a new monitor type for checking the expiry and validity of SSL certificates in a local file or on any SSL website.
59 ---- Changes since 1.440 ----
60 Added an option to the FTP status monitor to make a TLS encrypted connection. Requires the Net::FTPSSL Perl module though.
61 ---- Changes since 1.450 ----
62 Added a tooltip to status icons to show the hostname.
63 ---- Changes since 1.470 ----
64 Corrected the domain for AT&T SMS emails.
65 Added a new monitor type for Dovecot.
66 Added an option to the SSH monitor type for a port number.
67 ---- Changes since 1.490 ----
68 Added a new monitor type for detecting large directories.
69 Added a button to the main page for refreshing only selected monitors, thanks to Michael Mansour.
70 ---- Changes since 1.500 ----
71 Added an option to the Disk Space monitor to alert based on percentage free, as an alternative to a threshold in bytes.
72 Put back the option to use Cingular as an SMS carrier.
73 ---- Changes since 1.510 ----
74 The Check File or Directory monitor can now use a pattern like /tmp/* to check sizes for all files in a directory.
75 Added a monitor-level option to run a command if the monitor times out.
76 ---- Changes since 1.520 ----
77 Enhanced the free memory monitor to be able to check virtual memory as well.
78 ---- Changes since 1.530 ----
79 Update the SSL certificate monitor to check alternate names as well when looking for hostname mismatches.