Skip to content

Commit

Permalink
release 2.90
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Dec 19, 2018
1 parent fe7b06a commit 15fb338
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
This file documents the revision history for the Open Monitoring Distribution (Labs Edition)

next:
DEPRECATION WARNING: the following components are deprecated and will be removed from the upcoming 3.x release:
- Nagios 3
- Icinga 1
- CheckMK
- Nagvis

2.90 Dec 19 2018
- OMD:
- create random omdadmin password on omd create
- display warning if using the old default password
Expand Down
4 changes: 2 additions & 2 deletions Makefile.omd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General settings included by all packages

OMD_VERSION = 2.80-labs-edition
OMD_SERIAL = 45
OMD_VERSION = 2.90-labs-edition
OMD_SERIAL = 47
OMD_BASE = /omd
OMD_PHYSICAL_BASE = /opt/omd
OMD_ROOT = $(OMD_BASE)/versions/$(OMD_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion packages/omd/omd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import random
import string
from subprocess import *

OMD_VERSION = "2.80-labs-edition"
OMD_VERSION = "2.90-labs-edition"

# Some global variables
opt_verbose = False
Expand Down

0 comments on commit 15fb338

Please sign in to comment.