Skip to content

Commit 781b5d7

Browse files
committed
release v5.30-labs-edition
1 parent 18a2262 commit 781b5d7

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
This file documents the revision history for the Open Monitoring Distribution (Labs Edition)
22

3+
5.30 Jan 29 2024
34
- Thruk: update to 3.12
45
- LMD: Update 2.1.9
56
- Monitoring-Plugins: update to 2.3.5

Makefile.omd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# General settings included by all packages
22

3-
OMD_VERSION = 5.20-labs-edition
4-
OMD_SERIAL = 64
3+
OMD_VERSION = 5.30-labs-edition
4+
OMD_SERIAL = 65
55
OMD_PATCH_LEVEL = 1
66
OMD_BASE = /omd
77
OMD_PHYSICAL_BASE = /opt/omd

packages/omd/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<div id="body">
6767
<h1>OMD - Open Monitoring Distribution</h1>
6868
<b><!-- leave version on a single line, it will be replaced by `make version` -->
69-
Version: 5.20-labs-edition
69+
Version: 5.30-labs-edition
7070
</b>
7171
<p>This page gives you a central view on the available GUIs in OMD.
7272
Just have a look and feel free to choose your favorite GUI. At the

packages/omd/omd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
2525
# Boston, MA 02110-1301 USA.
2626

27-
OMD_VERSION = "5.20-labs-edition"
27+
OMD_VERSION = "5.30-labs-edition"
2828

2929
import sys
3030
sys.path.append("/omd/versions/%s/lib/python" % OMD_VERSION)

0 commit comments

Comments
 (0)