Page 1 of 1

NAGIOS Linux Agent

Posted: Thu Jan 25, 2018 2:50 am
by mujeeburehman
Is there a nagios linux agent that does not need internet access during installation.
linux-nrpe-agent.tar has fullinstaller that do all but need internet access using yum.
Anyone knows about linux-nrpe-agent.tar agent that can be installed offline.


Thanks.@mujeeburehman

Re: NAGIOS Linux Agent

Posted: Thu Jan 25, 2018 11:03 am
by mcapra
You could build the NRPE binaries on a "online" machine then ship them to the "offline" machine.

Or, if the machine has build tools, you can build NRPE from source:
https://support.nagios.com/kb/article.php?id=515

Assuming you have a internal package repository (something like Artifactory), NCPA has an RPM you could add to it:
https://www.nagios.org/ncpa/#downloads

Re: NAGIOS Linux Agent

Posted: Thu Jan 25, 2018 2:48 pm
by dwhitfield
Thanks @mcapra!

OP, let us know if you need any additional info!