Monitor Linux Server which doesnt have Internet access.,

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
SJ04
Posts: 42
Joined: Sat Oct 17, 2015 3:14 pm

Monitor Linux Server which doesnt have Internet access.,

Post 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
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

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

Post 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
Former Nagios Employee
SJ04
Posts: 42
Joined: Sat Oct 17, 2015 3:14 pm

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

Post 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
Attachments
gcc.PNG
gcc.PNG (6.71 KiB) Viewed 2217 times
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

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

Post 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
Former Nagios Employee
SJ04
Posts: 42
Joined: Sat Oct 17, 2015 3:14 pm

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

Post 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#
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

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

Post by tgriep »

Thanks for the response.
If you have any more questions, let us know.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked