Today Check MK version 1.2.8 was released. I have used an innovation release before but now wanted to use the stable one. I am using ubuntu 14.04 (Trusty) and did the following to update.
Login via ssh to your server. Also take a snapshot backup from the Wato gui just in case.
Backup the site like below.
sudo omd sites sudo omd stop mysite sudo omd cp mysite mysitebackup sudo omd disable mysitebackup
Just to make sure what versions we are using.
sudo omd versions
Download the new version and update. Choose the new 1.2.8
sudo wget https://mathias-kettner.de/support/1.2.8/check-mk-enterprise-1.2.8_0.trusty_amd64.deb sudo gdebi check-mk-enterprise-1.2.8_0.trusty_amd64.deb sudo su - mysite omd versions omd stop omd update mysite omd start mysite
Time to check out what new features we have. I will write more about this later but now I will just mention a few.
Autoupdates
After a new version in installed it may be quite time consuming to update all agents. In this version you can autoupdate Linux agents.
Nagvis worldmaps
Nagvis has been updated and you may now use several new features like the worldmap.
Extension packages
You can now add extensions via Wato. Latest extensions can always be found below.
What version of OMD are you using? It is my understanding that check_mk 1.2.6 and above don’t work with the most current version of OMD?
Well, I might have been unclear but I am using the latest enterprise version (CEE) so the might be problems with other versions.I have always before used the releases from omd distro before.
Gotcha, so omd is packaged with CEE?
Well, When installing the payed enterprise version omd is included as well. Just now I am only using Check MK and not the other pacakages in OMD but I suppose they are updated as well. When updating now like I did some days ago to b5 version I use omd update.