Page 1 of 1

latest version of nagios core through apt-get

Posted: Mon Mar 24, 2014 10:41 am
by mkhodave
Hi,

If anyone having idea or try for latest nagios core version installation through aptitude/ apt-get install on ubuntu by adding repository.

is that possible ?


Thanks
Madhukar

Re: latest version of nagios core through apt-get

Posted: Mon Mar 24, 2014 11:39 am
by slansing
I believe the only version of Nagios currently in circulation via aptitude is "nagios3." To install the most up to date version you would likely need to upgrade, or install from source:

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

Re: latest version of nagios core through apt-get

Posted: Mon Mar 24, 2014 12:06 pm
by mkhodave
Thanks for replying.

is there any command for upgrade to nagios3 version - 3.2.3-3ubuntu1 rather than extract from source code. I don't want installation path of nagios should change from /etc/nagios3 to /usr/local/nagios3 .

Thanks
Madhukar

Re: latest version of nagios core through apt-get

Posted: Mon Mar 24, 2014 4:28 pm
by abrist
If your repos are up to date:

Code: Select all

apt-get install nagios3
If you are already on the newest version available, your only option is to install from source.