diff options
author | Jan Wagner <waja@cyconet.org> | 2023-10-17 15:39:30 (GMT) |
---|---|---|
committer | waja <waja@users.noreply.github.com> | 2023-10-17 15:56:06 (GMT) |
commit | 63b127e279acfa52e7f62867c7b7b43a10688b17 (patch) | |
tree | 8344d3cf0a9a061f4b5fed269bd862cda4a8700b /NEWS | |
parent | 2d122f3782c1786900b5d26ddad87feb597b0188 (diff) | |
download | monitoring-plugins-63b127e279acfa52e7f62867c7b7b43a10688b17.tar.gz |
Fix indentation of NEWS
Diffstat (limited to 'NEWS')
-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 |