diff options
Diffstat (limited to 'web/input')
| -rw-r--r-- | web/input/news/release-3-0-0-rc2.md | 43 |
1 files changed, 43 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 @@ | |||
| 1 | title: Version 3.0.0-rc2 Released | ||
| 2 | author: Lorenz Kästle | ||
| 3 | date: 2026-01-02 | ||
| 4 | --- | ||
| 5 | |||
| 6 | The Monitoring Plugins Development Team announces version 3.0.0-rc2 of | ||
| 7 | the Monitoring Plugins! | ||
| 8 | |||
| 9 | This is the second release candidate for version 3.0.0. | ||
| 10 | |||
| 11 | It contains mostly fixes to the 3.0.0-rc1 version and is also not a full release, | ||
| 12 | but serves as a basis for test until we are mostly sure not to break production | ||
| 13 | setups. | ||
| 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: # %--> | ||
