diff options
| -rw-r--r-- | web/input/news/release-3-0-0-rc4.md | 30 | ||||
| -rw-r--r-- | web/macros.py | 2 |
2 files changed, 31 insertions, 1 deletions
diff --git a/web/input/news/release-3-0-0-rc4.md b/web/input/news/release-3-0-0-rc4.md new file mode 100644 index 0000000..35d7f65 --- /dev/null +++ b/web/input/news/release-3-0-0-rc4.md | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | title: Version 3.0.0-rc4 released | ||
| 2 | author: Lorenz Kästle | ||
| 3 | date: 2026-06-08 | ||
| 4 | --- | ||
| 5 | |||
| 6 | The Monitoring Plugins Development Team announces version 3.0.0-rc4 of | ||
| 7 | the Monitoring Plugins. | ||
| 8 | |||
| 9 | This is the fourth release candidate for version 3.0.0. Against all hopes | ||
| 10 | rc3 was not good enough :-) | ||
| 11 | |||
| 12 | The most notable change compared to 3.0.0-rc3 is the change in the "summary" (the first line in the plugin output) of all | ||
| 13 | the plugins with the new output functionality. | ||
| 14 | It now contains either a topic specific OK message or (in the case of a non-OK state) the message from the worst-first failed subcheck. | ||
| 15 | |||
| 16 | ### Changes | ||
| 17 | |||
| 18 | - Changes/Features | ||
| 19 | - check_http and check_curl: custom timeout return state | ||
| 20 | - Error and OK summaries for the plugins with the new output functionality | ||
| 21 | - check_ups: implement modern output | ||
| 22 | |||
| 23 | - Fixes | ||
| 24 | - check_snmp: Put all privproto/authproto options into help | ||
| 25 | - check load: fix some inconsistencies mostly regarding the output text (Typos and such stuff) | ||
| 26 | |||
| 27 | |||
| 28 | [download]: /download.html | ||
| 29 | |||
| 30 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> | ||
diff --git a/web/macros.py b/web/macros.py index 97fba17..54a092c 100644 --- a/web/macros.py +++ b/web/macros.py | |||
| @@ -3,7 +3,7 @@ import math | |||
| 3 | import os.path | 3 | import os.path |
| 4 | import time | 4 | import time |
| 5 | 5 | ||
| 6 | plugins_release = '3.0.0-rc3' | 6 | plugins_release = '3.0.0-rc4' |
| 7 | mib_release = '1.0.1' | 7 | mib_release = '1.0.1' |
| 8 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') | 8 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') |
| 9 | site_url = 'https://www.monitoring-plugins.org/' | 9 | site_url = 'https://www.monitoring-plugins.org/' |
