From where to download nagios 3.5.0 debian artifact.

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
ashishujjain
Posts: 2
Joined: Thu May 22, 2014 4:10 pm

From where to download nagios 3.5.0 debian artifact.

Post by ashishujjain »

Wanted to install nagios 3.5.0 on debian machine. Couldn't find the deb's in any of the open source Debian repository.
If nagios has deb's for the version 3.5.0 please point me to the Debian repository.

If there are no deb's present, then how to build the debian packaging from source tarball.
Also, Can I use the nagios binary tarball for install on debian machines. If so, Please point to the right documentation.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: From where to download nagios 3.5.0 debian artifact.

Post by tmcdonald »

What apt-get command did you use to install? It should just be:

Code: Select all

apt-get install nagios3 nagios-plugins nagios-nrpe-plugin
Former Nagios employee
ashishujjain
Posts: 2
Joined: Thu May 22, 2014 4:10 pm

Re: From where to download nagios 3.5.0 debian artifact.

Post by ashishujjain »

we are using 12.04 which defaults to nagios-3.2.3
http://packages.ubuntu.com/precise/allpackages
http://packages.ubuntu.com/precise/nagios3-core

apt-get install nagios3 nagios-plugins nagios-nrpe-plugin installs the 3.2.3 version.
We are looking for 3.5.0 version specifically, as version 3.5.0 has some security fixes.

Please point us the nagios 3.5.0 debian repository.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: From where to download nagios 3.5.0 debian artifact.

Post by slansing »

If debian does not have 3.5.0 in their repo's we can't link you to it. You will likely need to compile from source following the below document, change the URL's to point to the 3.5.0 source if that is what you intend to use:

http://assets.nagios.com/downloads/nagi ... Source.pdf
Locked