Page 1 of 1

Monitor Linux Server which doesnt have Internet access.,

Posted: Mon May 02, 2016 6:06 am
by SJ04
Hi there,

I Have Linux Cent OS server which is not connected to the Internet so i cant install the NRPE nagios Plugin directly to the Machine. so i want to monitor basic System status and also few services which are running over it.

Is there a way to download the NRPE nagios plugin somewhere else on other Machine and then i can Bring it to Machine and install it. or anyother way to make this work ?

Please help me :)(

Thanks in advance

SJ04

Re: Monitor Linux Server which doesnt have Internet access.,

Posted: Mon May 02, 2016 1:07 pm
by rkennedy
We have a document that explains how to install NRPE from source. Keep in mind, it may have dependencies that you'll need to install as well.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf

Re: Monitor Linux Server which doesnt have Internet access.,

Posted: Wed May 04, 2016 3:42 am
by SJ04
rkennedy wrote:We have a document that explains how to install NRPE from source. Keep in mind, it may have dependencies that you'll need to install as well.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Hi Rkennedy,

I get this Error while installing the NRPE.

anyway out please ?

thanks

SJ04

Re: Monitor Linux Server which doesnt have Internet access.,

Posted: Wed May 04, 2016 1:16 pm
by rkennedy
You'll need a compiler in order to accomplish this, what OS are you running on the machine?

For Ubuntu / Debian -

Code: Select all

apt-get install build-essential
For CentOS/RHEL -

Code: Select all

yum install gcc glibc glibc-common gd gd-devel -y

Re: Monitor Linux Server which doesnt have Internet access.,

Posted: Thu May 05, 2016 3:15 pm
by SJ04
rkennedy wrote:You'll need a compiler in order to accomplish this, what OS are you running on the machine?

For Ubuntu / Debian -

Code: Select all

apt-get install build-essential
For CentOS/RHEL -

Code: Select all

yum install gcc glibc glibc-common gd gd-devel -y

Thanks Rkennedy i have Decided to give Interne to the Machine for a short time because i have already tried with Installing Locally the GCC complie and so on, there is so many Depandancies pacakges , i have to also install and to install this Packages Locally on the machine which doesnt have Internet is not easy task.
But thanks for the Help#

Re: Monitor Linux Server which doesnt have Internet access.,

Posted: Thu May 05, 2016 3:46 pm
by tgriep
Thanks for the response.
If you have any more questions, let us know.