diff options
-rw-r--r-- | NEWS | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -2,21 +2,21 @@ This file documents the major additions and syntax changes between releases. | |||
2 | 2 | ||
3 | 2.3.4 18th Oct 2023 | 3 | 2.3.4 18th Oct 2023 |
4 | ENHANCEMENTS | 4 | ENHANCEMENTS |
5 | * check_curl: added --cookie-jar and doing proper cleanup of libcurl | 5 | * check_curl: added --cookie-jar and doing proper cleanup of libcurl |
6 | * check_curl: Include all IPs from getaddrinfo() in curl DNS cache | 6 | * check_curl: Include all IPs from getaddrinfo() in curl DNS cache |
7 | * check_dhcp: Add dhcp rogue detection | 7 | * check_dhcp: Add dhcp rogue detection |
8 | * check_disk: add ignore-missing option to return OK for missing fs | 8 | * check_disk: add ignore-missing option to return OK for missing fs |
9 | * check_disk_smb: allow checking 0-sized resource (ex. IPC$) | 9 | * check_disk_smb: allow checking 0-sized resource (ex. IPC$) |
10 | * check_disk: The options to include or exclude specific file systems now allow the usage of regex(7) | 10 | * check_disk: The options to include or exclude specific file systems now allow the usage of regex(7) |
11 | * check_icmp: Add support to Jitter, MOS and Score | 11 | * check_icmp: Add support to Jitter, MOS and Score |
12 | * check_mysql: Detect running mysqldump and handle it more gracefully | 12 | * check_mysql: Detect running mysqldump and handle it more gracefully |
13 | * check_procs: Implement --exclude-process to exclude specific processes | 13 | * check_procs: Implement --exclude-process to exclude specific processes |
14 | * check_smtp: add new longoption --tls | 14 | * check_smtp: add new longoption --tls |
15 | * check_smtp: Add option to prefix PROXY header | 15 | * check_smtp: Add option to prefix PROXY header |
16 | * check_smtp: Add support for SMTP over TLS | 16 | * check_smtp: Add support for SMTP over TLS |
17 | * check_smtp: Add support for SNI | 17 | * check_smtp: Add support for SNI |
18 | * check_snmp: Implement option to ignore mib file parsing errors | 18 | * check_snmp: Implement option to ignore mib file parsing errors |
19 | * check_users: prefer systemd-logind over utmp | 19 | * check_users: prefer systemd-logind over utmp |
20 | 20 | ||
21 | FIXES | 21 | FIXES |
22 | * check_disk: Display SI units correctly | 22 | * check_disk: Display SI units correctly |