summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS34
1 files changed, 34 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9ec3c5e..5af66e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,39 @@
1This file documents the major additions and syntax changes between releases. 1This file documents the major additions and syntax changes between releases.
2 2
32.3.4 18th Oct 2023
4 ENHANCEMENTS
5 * check_curl: added --cookie-jar and doing proper cleanup of libcurl
6 * check_curl: Include all IPs from getaddrinfo() in curl DNS cache
7 * check_dhcp: Add dhcp rogue detection
8 * check_disk: add ignore-missing option to return OK for missing fs
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)
11 * check_icmp: Add support to Jitter, MOS and Score
12 * check_mysql: Detect running mysqldump and handle it more gracefully
13 * check_procs: Implement --exclude-process to exclude specific processes
14 * check_smtp: add new longoption --tls
15 * check_smtp: Add option to prefix PROXY header
16 * check_smtp: Add support for SMTP over TLS
17 * check_smtp: Add support for SNI
18 * check_snmp: Implement option to ignore mib file parsing errors
19 * check_users: prefer systemd-logind over utmp
20
21 FIXES
22 * check_disk: Display SI units correctly
23 * check_ircd: use pack_sockaddr_in rather than hand-rolled
24 * check_log/check_oracle/check_sensors: fixed the outputs of the help functionality
25 * check_mysql: Add mysql_close to avoid spamming the server logs
26 * check_smtp: add missing -r option in usage
27 * check_snmp: disable multiplier when unused
28 * check_wave: Use compile time determined path to snmpget
29
30 GENERAL
31 * Sync with the Gnulib code 668c0b8ffa
32 * Set autoconf prerequisite version to 2.64
33 * Remove sha1 and use sha256 in some parts of the plugin structure
34 * A lot of compiler warnings were fixed
35 * Some code was refactored a little bit
36
32.3.3 2nd Feb 2023 372.3.3 2nd Feb 2023
4 ENHANCEMENTS 38 ENHANCEMENTS
5 using PRId64 and PRIu64 instead of %ld directly 39 using PRId64 and PRIu64 instead of %ld directly