Problem on Monitoring Linux-server

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jbmaliwat
Posts: 64
Joined: Fri Apr 15, 2011 12:21 am

Problem on Monitoring Linux-server

Post by jbmaliwat »

Hi!

I am currently configuring Nagios Xl on our client proof of concept. I already successfully installed NagiosXl and agent on Linux-server(client-server) that will be monitor.
Now I'm starting to monitor the Linux-server and configure it, and I got this error. Actually, this is the second Linux-server that I am monitoring. The first one, it is successful. But on the 2nd Linux-server, when I look at the View, this is the result...

Image

Can you please advise or guide me on what troubleshooting should I do for me to successfully monitored that Linux-server, and was able to see the status of being "ok"...

Thank you very much,

John Benedict Maliwat
Philippines
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Problem on Monitoring Linux-server

Post by tonyyarusso »

That error indicates that a step of the agent installation either was skipped or failed. Are you following the latest instructions from http://library.nagios.com/library/produ ... inux-agent?
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
jbmaliwat
Posts: 64
Joined: Fri Apr 15, 2011 12:21 am

Re: Problem on Monitoring Linux-server

Post by jbmaliwat »

I already successfully installed the linux-agent. I was able to follow the steps on how to Install it.

I think that, its not on the installation of linux-agent was the problem.
jbmaliwat
Posts: 64
Joined: Fri Apr 15, 2011 12:21 am

Re: Problem on Monitoring Linux-server

Post by jbmaliwat »

Here is the steps that I did in installing the linux-agent.

*1st Linux-server
tar xzf linux-nrpe-agent-el4.tar.gz
cd linux-nrpe-agent-el4
./fullinstall
- and i encounter a problem
"checking where the gettext function comes from... libc
configure: See http://nagiosplugins.org/faq/compile/co ... rs_to_hang if this next part takes a long time
checking for redhat spopen problem..

what i did is
*cd subcomponents
*cd nagiosplugins
*vi install
on the line of
time ./ configure
--enable-redhat-pthread-workaround ------------------------> I add this after the word configure
and I run the ./fullinstall again, and it is successfully installed.

* and now, I'm starting monitoring the 1st linux-server and it has no problem or error.


*2nd Linux-server

I did the same thing, what I did on the 1st Linux-server. But when I'm starting monitoring the 2nd Linux-server it has an error and a problem.
----------->THE IMAGE THAT I ATTACHED<---------------- it shows there the error that I've encountered.
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Problem on Monitoring Linux-server

Post by tonyyarusso »

What is the operating system, version, and architecture of the targets you installed the agent on?
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
jbmaliwat
Posts: 64
Joined: Fri Apr 15, 2011 12:21 am

Re: Problem on Monitoring Linux-server

Post by jbmaliwat »

It is RHEL 4.5 32-bit
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Problem on Monitoring Linux-server

Post by mguthrie »

Ok, unless I'm mistaken the install script for the Linux agent is for RHEL and CentOS 5x. I will have to ask one of our other techs (who is out today) what steps might need to be taken in order to make the agent work on 4.5
Locked