summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/input/news/release-3-0-0-rc4.md30
-rw-r--r--web/macros.py2
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 @@
1title: Version 3.0.0-rc4 released
2author: Lorenz Kästle
3date: 2026-06-08
4---
5
6The Monitoring Plugins Development Team announces version 3.0.0-rc4 of
7the Monitoring Plugins.
8
9This is the fourth release candidate for version 3.0.0. Against all hopes
10rc3 was not good enough :-)
11
12The most notable change compared to 3.0.0-rc3 is the change in the "summary" (the first line in the plugin output) of all
13the plugins with the new output functionality.
14It 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
3import os.path 3import os.path
4import time 4import time
5 5
6plugins_release = '3.0.0-rc3' 6plugins_release = '3.0.0-rc4'
7mib_release = '1.0.1' 7mib_release = '1.0.1'
8release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') 8release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-')
9site_url = 'https://www.monitoring-plugins.org/' 9site_url = 'https://www.monitoring-plugins.org/'