Page 1 of 1

linux-nrpe-agent unattended offline installation

Posted: Mon Sep 28, 2015 2:33 am
by ranjitw
Hi Team,

We need to perform unattended install of linux-nrpe-agent on a machine where there is no internet access. What all need to be set as prerequiestes.

Can you please suggest the steps to be followed ?

Regards,
Ranjit W

Re: linux-nrpe-agent unattended offline installation

Posted: Mon Sep 28, 2015 9:34 am
by jdalrymple
What do you mean by "unattended"?

The process is as follows

1) move files
2) extract tar
3) run fullinstall script (or compile manually depending on the package you used)
4) adjust configuration to suit your needs

Now I don't know what you mean by unattended. If you mean DevOps style truly unattended you'll need something like Chef or Puppet to handle the installation for you. That's outside the scope of our support forums, but is well documented at each of the respective platforms websites.

If you mean "without logging into a console" - the above can all be scripted using scp and ssh commands.

Re: linux-nrpe-agent unattended offline installation

Posted: Tue Sep 29, 2015 6:19 am
by ranjitw
Hi jdalrymple,

I mean silent installation (unattended) . What would be the option for performing silent installation where i will not be prompted for inputs.

Regards,
ranjit W

Re: linux-nrpe-agent unattended offline installation

Posted: Tue Sep 29, 2015 10:00 am
by hsmith
You would have to modify the fullinstall script or use a different product like @jdalrymple suggested in the previous post.

Re: linux-nrpe-agent unattended offline installation

Posted: Wed Sep 30, 2015 1:07 am
by ranjitw
Hi,

Is there no option where I can give fullinstall an input ?

Regards,
Ranjit W

Re: linux-nrpe-agent unattended offline installation

Posted: Wed Sep 30, 2015 1:35 pm
by jomann
If you're using the latest version of NRPE there should be a -n for non-interactive mode on fullinstall. It assumes defaults for everything but does not add any hosts to the configuration. You'd have to do that afterwards yourself.

Re: linux-nrpe-agent unattended offline installation

Posted: Mon Oct 05, 2015 1:03 am
by ranjitw
Thanks . Please close the post.

Regards,
Ranjit W