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

Debian Wheezy (7.0)

Make sure you have the GPG key added.

Stable Release

Enable the stable release repository:

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

Daily Snapshots

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

  echo 'deb http://labs.consol.de/OMD/debian wheezy-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

Ubuntu Oneiric (11.10)

Stable Release

Enable the stable release repository:

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

Daily Snapshots

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

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

Ubuntu Precise (12.04)

Stable Release

Enable the stable release repository:

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

Daily Snapshots

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

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

Centos / Redhat

When using Centos or Redhat you may have to add the EPEL repository to resolve all dependencies.

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/rh5/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/rh5/daily/daily.repo > /etc/yum.repos.d/daily.repo
  yum search omd-

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/rh6/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/rh6/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-

SLES 11 SP2

Stable Release

You can use zypper to add the repository:

  zypper addrepo -f http://labs.consol.de/OMD/sles11sp2/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/sles11sp2/daily/daily.repo
  zypper search omd-

9 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 [...]

  5. OMD 0.56 für Raspberry Pi ist fertig. – ConSol* Labs Says:
    October 5th, 2012 at 16:13

    [...] Während der letzten Wochen habe ich viel Geduld aufgebracht, um auf meinem neuen Raspberry Pi die Open Monitoring Distribution zu bauen und zuletzt ein Debian-Install-Paket zu erstellen. Geduld deshalb, weil ein “make” schon mal einen Tag und mehr läuft. Wenn dann immer wieder Anpassungen im Build-Prozess für diese spezielle Hardware nötig sind, zieht sich das ganze Unternehmen ordentlich in die Länge. Aber nun ist es überstanden und die Version 0.56 von OMD kann auf dem Raspberry Pi installiert werden. Wer es selber mal erleben möchte, wie zäh sich das Bauen von OMD anfühlt, kann sich das Ergebnis meiner Portierung von https://github.com/lausser/ompistro herunterladen und den Compiler anschmeissen. Alle anderen folgen den Anweisungen von Sven auf der Seite des ConSol-OMD-Repositories. [...]

  6. OMD 0.56 ist da: Monitoring jetzt auch für Raspberry Pi | KenntWas.de - Technische Tipps Says:
    October 7th, 2012 at 23:08

    [...] Zum Download steht die Version wie immer auf omdistro.org oder als bequemes Online-Repository auf labs.consol.de/lang/de/nagios/omd-repository/.Upgrade: mod_gearman-LogverzeichnisBei OMD können mehrere Sites in unterschiedlichen Versionen [...]

  7. OMD (OpenSource Monitoring Distribution) | IT-Babel Says:
    January 20th, 2013 at 11:00

    [...] http://labs.consol.de/nagios/omd-repository/#_debian_squeeze_6_0 [...]

  8. OMD – the Open Monitoring Distribution. Introducción. | El Despistado Says:
    March 27th, 2013 at 13:59

    [...] encontrar OMD empaquetado para muchas distros distintas en los repositorios de ConSol Labs y con instrucciones precisas para configurar el repositorio e instalar OMD en nuestro [...]

  9. OMD – the Open Monitoring Distribution. Introducción. Says:
    March 27th, 2013 at 19:13

    [...] encontrar OMD empaquetado para muchas distros distintas en los repositorios de ConSol Labs y con instrucciones precisas para configurar el repositorio e instalar OMD en nuestro [...]