summaryrefslogtreecommitdiffstats
path: root/web/input/news
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/news')
-rw-r--r--web/input/news/release-3-0-0-rc2.md43
-rw-r--r--web/input/news/release-3-0-0-rc3.md47
2 files changed, 90 insertions, 0 deletions
diff --git a/web/input/news/release-3-0-0-rc2.md b/web/input/news/release-3-0-0-rc2.md
new file mode 100644
index 0000000..79746bd
--- /dev/null
+++ b/web/input/news/release-3-0-0-rc2.md
@@ -0,0 +1,43 @@
1title: Version 3.0.0-rc2 Released
2author: Lorenz Kästle
3date: 2026-01-02
4---
5
6The Monitoring Plugins Development Team announces version 3.0.0-rc2 of
7the Monitoring Plugins!
8
9This is the second release candidate for version 3.0.0.
10
11It contains mostly fixes to the 3.0.0-rc1 version and is also not a full release,
12but serves as a basis for test until we are mostly sure not to break production
13setups.
14
15### Changes
16* check_nt was removed
17 check_nt is no long useful in current setups and hasn't been for some time.
18 Therefore it was removed without a replacement.
19* check_ntp was removed
20 check_ntp was marked as deprecated for a long time due to systematic problems.
21 It should not be in use anywhere and gets now removed to reduce code size and
22 avoid misleading users.
23 The replacements are check_ntp_time and check_ntp_peer
24* Bugfix for check_ntp_time
25 An errournous change in check_ntp_time made it fail in almost all use cases.
26 This has been fixed
27* Properly separate perfdata from different subchecks
28 A missing separator caused errors in perfdata strings (from C plugins) where
29 two different data points where not properly separated and showed up as a single
30 invalid data point
31* check_curl: append the query string from parsed uri
32 When using the old style follow method (`-f follow`) with check_curl the query string was not
33 appended to the new target after redirect. This was fixed. (Thanks Ahmet Oeztuerk)
34* Fixing different problems on OpenBSD
35 A few different things did prevent proper compilation and usage on OpenBSD, partly due
36 to different naming conventions there. These are hopefully fixed now. Thanks to Alvar Penning
37 and Stuart Henderson.
38* Gnulib update to stable-202507
39
40
41[download]: /download.html
42
43<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/news/release-3-0-0-rc3.md b/web/input/news/release-3-0-0-rc3.md
new file mode 100644
index 0000000..890d808
--- /dev/null
+++ b/web/input/news/release-3-0-0-rc3.md
@@ -0,0 +1,47 @@
1title: Version 3.0.0-rc3 Released
2author: Lorenz Kästle
3date: 2026-04-13
4---
5
6The Monitoring Plugins Development Team announces version 3.0.0-rc3 of
7the Monitoring Plugins!
8
9This is the third (and hopefully last) release candidate for version 3.0.0.
10
11The Changes are mostly fixes added to rc2, with some exceptions (e.g. the
12`--proxy` option for check_curl)
13
14### Changes
15 * Changes/Features
16 * check_real: implement modern output
17 * check_radius: Implement modern output
18 * OpenBSD: pledge(2) some network-facing checks
19 * check_curl: add proxy argument and improve dns cache usage
20
21 * Fixes
22 * Fix some minor compiler warnings
23 * Refactor check_ide_smart
24 * Compute numbers in output summary correctly
25 * check_icmp: prevent segfault on OpenBSD
26 * check_disk: compare inode thresholds against the correct value
27 * check_icmp: Populate progname before np_extra_opts call
28 * Make IPv6 unconditional
29 * Fix a few typos
30 * Make replacing of mismatching single quotes work
31 * Fix check_procs -T option
32 * check_curl: check certificates and exit before checking for curl_easy_perform result
33 * Remove troublesome symbols ("|") from output
34 * Update/gnulib 2026 03
35 * Handle rc_send_server in libfreeradius
36 * Revert check_disk performance data back to used space
37 * Add option to override output for check in lib for check_by_ssh
38 * common.h: added guard to avoid warning when ENABLE_NLS is not defined
39 * check_snmp: fixed falltrhough case in ASN_FLOAT/ASN_DOUBLE
40 * removed -Werror=declaration-after-statement from net-snmp-config --cf… by
41 * check_curl: Clean up
42 * added CHECK_EOF to work around warnings about EOF and -1 being the same
43
44
45[download]: /download.html
46
47<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->