Hi All,
Currently, I need to install the Ubuntu Agent in my Ubuntu server (12.04 TLS with 64 bits) and I have read this user guide http://assets.nagios.com/downloads/nagi ... ios-XI.pdf . However, my server don't have any internet access and I can't use this method for installing the agent to my server. Is there any way for me to install it without internet?
Offline installation for Ubuntu Agent installation
Re: Offline installation for Ubuntu Agent installation
You may need to download the source and build locally or download the ppa and install it manually.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Offline installation for Ubuntu Agent installation
Hi abrist,
Thanks for the reply. Would you mind show me the detail steps for downloading the ppa and install it manually?
Currently, I have downloaded the nagios-agent_1.0-2ppa3_all.deb file. Is it for me to install this file via this command then the nagios agent will install properly?
Thanks for the reply. Would you mind show me the detail steps for downloading the ppa and install it manually?
Currently, I have downloaded the nagios-agent_1.0-2ppa3_all.deb file. Is it for me to install this file via this command
Code: Select all
sudo dpkg -i nagios-agent_1.0-2ppa3_all.debRe: Offline installation for Ubuntu Agent installation
Most probably the install will fail due to unresolved dependencies. From our documentation:
You could do this, but you will need to manually install the dependencies.Finally, the third option available to you is to download the file directly like in option 2, and just run dpkg on it directly:
dpkg -i nagios-agent_1.0-2ppa2_all.deb
The downside to this approach is that it will throw an error at first and you will need to manually install all of the dependencies and try
again, and will not automatically get future versions of the package.
Be sure to check out our Knowledgebase for helpful articles and solutions!