OMD Repository

Posted on July 10th, 2011 by sven

Installing OMD (Open Monitoring Distribution – http://omdistro.org) has never been easier. Just follow the steps for your linux distribution and your Nagios or Shinken is running in under 5 minutes.

Be careful with the snapshot repositories. They are for testing only and should not be used in production.

Debian / Ubuntu

Install GPG Key

First step is to import the gpg key. This step has to be done only once.

  gpg --keyserver keys.gnupg.net --recv-keys F8C1CA08A57B9ED7

  gpg --armor --export F8C1CA08A57B9ED7 | apt-key add -
Note there are meta packages omd and omd-daily pointing to the latest relaese.

Debian Lenny (5.0)

Stable Release

Enable the stable release repository:

  echo 'deb http://labs.consol.de/OMD/debian lenny main' >> /etc/apt/sources.list

Then update your package list and have a look at the available versions of omd.

  apt-get update

  apt-cache search omd

Daily Snapshots

Add the daily snapshot repository. Be careful, snapshots are for testing only and should not be used in production. Also don’t forget to add the gpg key if not already done.

  echo 'deb http://labs.consol.de/OMD/debian lenny-daily main' >> /etc/apt/sources.list

Debian Squeeze (6.0)

Make sure you have the GPG key added.

Stable Release

Enable the stable release repository:

  echo 'deb http://labs.consol.de/OMD/debian squeeze main' >> /etc/apt/sources.list

Daily Snapshots

Add the daily snapshot repository. (On test systems only!)

  echo 'deb http://labs.consol.de/OMD/debian squeeze-daily main' >> /etc/apt/sources.list

Ubuntu Lucid (10.04)

Stable Release

Enable the stable release repository:

  echo 'deb http://labs.consol.de/OMD/ubuntu lucid main' >> /etc/apt/sources.list

Daily Snapshots

Add the daily snapshot repository. (On test systems only!)

  echo 'deb http://labs.consol.de/OMD/ubuntu lucid-daily main' >> /etc/apt/sources.list

Ubuntu Natty (11.04)

Stable Release

Enable the stable release repository:

  echo 'deb http://labs.consol.de/OMD/ubuntu natty main' >> /etc/apt/sources.list

Daily Snapshots

Add the daily snapshot repository. (On test systems only!)

  echo 'deb http://labs.consol.de/OMD/ubuntu natty-daily main' >> /etc/apt/sources.list

Centos / Redhat

5.5

Stable Release

Downloading the repository file is all you have to do. This has to be done only once.

  wget -O - http://labs.consol.de/OMD/rh55/stable/omd.repo > /etc/yum.repos.d/omd.repo

  yum search omd-

Daily Snapshots

For daily snapshots download the daily repository file. (On test systems only!)

  wget -O - http://labs.consol.de/OMD/rh55/daily/daily.repo > /etc/yum.repos.d/daily.repo

  yum search omd-

5.6

Stable Release

Downloading the repository file is all you have to do. This has to be done only once.

  wget -O - http://labs.consol.de/OMD/rh56/stable/omd.repo > /etc/yum.repos.d/omd.repo

  yum search omd-

Daily Snapshots

For daily snapshots download the daily repository file. (On test systems only!)

  wget -O - http://labs.consol.de/OMD/rh56/daily/daily.repo > /etc/yum.repos.d/daily.repo

  yum search omd-

5.7

Stable Release

Downloading the repository file is all you have to do. This has to be done only once.

  wget -O - http://labs.consol.de/OMD/rh57/stable/omd.repo > /etc/yum.repos.d/omd.repo

  yum search omd-

Daily Snapshots

For daily snapshots download the daily repository file. (On test systems only!)

  wget -O - http://labs.consol.de/OMD/rh57/daily/daily.repo > /etc/yum.repos.d/daily.repo

  yum search omd-

6.0

Stable Release

Downloading the repository file is all you have to do. This has to be done only once.

  wget -O - http://labs.consol.de/OMD/rh60/stable/omd.repo > /etc/yum.repos.d/omd.repo

  yum search omd-

Daily Snapshots

For daily snapshots download the daily repository file. (On test systems only!)

  wget -O - http://labs.consol.de/OMD/rh60/daily/daily.repo > /etc/yum.repos.d/daily.repo

  yum search omd-

Suse Linux Enterprise

SLES 11

Stable Release

You can use zypper to add the repository:

  zypper addrepo -f http://labs.consol.de/OMD/sles11/stable/omd.repo

  zypper search omd-

Daily Snapshots

Use zypper to create a snapshot repository. (On test systems only!)

  zypper addrepo -f http://labs.consol.de/OMD/sles11/daily/daily.repo

  zypper search omd-

SLES 11 SP1

Stable Release

You can use zypper to add the repository:

  zypper addrepo -f http://labs.consol.de/OMD/sles11sp1/stable/omd.repo

  zypper search omd-

Daily Snapshots

Use zypper to create a snapshot repository. (On test systems only!)

  zypper addrepo -f http://labs.consol.de/OMD/sles11sp1/daily/daily.repo

  zypper search omd-

4 Responses to “OMD Repository”

  1. OMD: Online Repositories für Open Monitoring Distribution verfügbar | KenntWas.de - Technische Tipps Says:
    August 7th, 2011 at 13:37

    [...] UpdateFazitFür die Open Monitorig Distribution OMD sind nun ‘inoffizielle’ Online-Repositories für alle unterstützten Betriebssysteme verfügbar.Auf der offiziellen Seite omdistro.org sind die [...]

  2. OMD 0.50 is available – ConSol* Labs Says:
    September 23rd, 2011 at 11:21

    [...] the OMD Repository an update is now as simple as a “apt-get install omd”. Or similar on rpm based [...]

  3. OMD 0.54 is available – ConSol* Labs Says:
    April 5th, 2012 at 1:04

    [...] the OMD Repository an update is as simple as a "apt-get install omd". Or similar on rpm based distributions. [...]

  4. How to install bleeding-edge Shinken in a minute with OMD – ConSol* Labs Says:
    May 20th, 2012 at 21:28

    [...] the single-package monitoring ecosystem. Get the apropriate package for your Linux distro from our repository. You have to install OMD only once (…to start with this howto. Of course there are 3 or 4 [...]