Installing Linux agent on RHEL 5.8, & need check_nrpe plugin

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lyle
Posts: 158
Joined: Sun Nov 21, 2010 3:05 am

Installing Linux agent on RHEL 5.8, & need check_nrpe plugin

Post by lyle »

I just tried installing the XI Linux Agent on a RHEL 5.8 client system, and was told "enterpriseenterpriseserver5.8 is not currently supported. Please use Red Hat or CentOS versions 5 or 6"
Any advice?

I also need to install the check_nrpe plugin on my server. I'm a little surprised that it's not included in nagios-plugins-1.4.15 but there must be a reason.
In any case, I download the nrpe add-on to my RHEL 5.8 server system, and the configure phase dies with "checking for SSL headers... configure: error: Cannot find ssl headers"
Any advice on this one too?

Thanks...Lyle
lyle
Posts: 158
Joined: Sun Nov 21, 2010 3:05 am

Re: Installing Linux agent on RHEL 5.8, & need check_nrpe pl

Post by lyle »

How did I.T. survive before Google? ;-)

I searched for "configure: error: Cannot find ssl headers", and found I had to do: yum install openssl-devel
Then the configure and make of the nrpe add-on worked.

Any advice on the XI Linux Agent install failure would still be appreciated.

Thanks...Lyle
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Installing Linux agent on RHEL 5.8, & need check_nrpe pl

Post by scottwilkerson »

Is this really a RHEL machine or is it a RHEL derivative? What is the output of

Code: Select all

lsb_release -si
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
lyle
Posts: 158
Joined: Sun Nov 21, 2010 3:05 am

Re: Installing Linux agent on RHEL 5.8, & need check_nrpe pl

Post by lyle »

/etc/redhat-release contains: Red Hat Enterprise Linux Server release 5.8 (Tikanga)

lsb_release -si responds with: EnterpriseEnterpriseServer

Thanks...Lyle
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Installing Linux agent on RHEL 5.8, & need check_nrpe pl

Post by scottwilkerson »

Are you sure this isn't Oracle Linux 5
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
lyle
Posts: 158
Joined: Sun Nov 21, 2010 3:05 am

Re: Installing Linux agent on RHEL 5.8, & need check_nrpe pl

Post by lyle »

Duh... It *is* Oracle Linux 5.8

Now what? Install NRPE from source, per: http://exchange.nagios.org/directory/Ad ... or/details

Thanks....Lyle
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Installing Linux agent on RHEL 5.8, & need check_nrpe pl

Post by scottwilkerson »

Yes that would be my suggestion.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked