NRPE RHEL 5.7 Installation step failed - exiting.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
nyoung
Posts: 24
Joined: Thu Mar 28, 2013 3:08 pm

Re: NRPE RHEL 5.7 Installation step failed - exiting.

Post by nyoung »

i accidentally edited this post instead of creating a new one.
I was asking for nrpe un-installation steps to start fresh after registering.

Thanks.
Last edited by nyoung on Mon Jul 01, 2013 3:56 pm, edited 2 times in total.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: NRPE RHEL 5.7 Installation step failed - exiting.

Post by sreinhardt »

There isn't too much to do, but it will need to be done manually:

1) remove these lines from /etc/services
# Nagios services
nrpe 5666/tcp
nsca 5667/tcp
ndo2db 5668/tcp

2) Remove /usr/local/nagios
rm -rf /usr/local/nagios

3) Remove the nrpe and nsca files from /etc/xinetd.d
rm /etc/xinetd.d/nsca
rm /etc/xinetd.d/nrdp

4) Remove lines from /etc/sudoers regarding nagios
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
nyoung
Posts: 24
Joined: Thu Mar 28, 2013 3:08 pm

Re: NRPE RHEL 5.7 Installation step failed - exiting.

Post by nyoung »

Thank you. I will report back when my RHEL is registered and i try to run the installation again.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: NRPE RHEL 5.7 Installation step failed - exiting.

Post by abrist »

Great, let us know.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
nyoung
Posts: 24
Joined: Thu Mar 28, 2013 3:08 pm

Re: NRPE RHEL 5.7 Installation step failed - exiting.

Post by nyoung »

I have an update. This box is not a regular RHEL. It is netezza and so I will not be able to register it in the Red Hat Network. I worked with IBM support to try to get this registered but it didnt work/isn't allowed. Do you have any other suggestions?
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: NRPE RHEL 5.7 Installation step failed - exiting.

Post by sreinhardt »

OK, if we give you a list of packages or equivilents to install, can you get them on your particular platform?
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
nyoung
Posts: 24
Joined: Thu Mar 28, 2013 3:08 pm

Re: NRPE RHEL 5.7 Installation step failed - exiting.

Post by nyoung »

I should have access to do that.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: NRPE RHEL 5.7 Installation step failed - exiting.

Post by sreinhardt »

As the nrpe installer builds itself you will need some components that can be removed later. It certainly is possible that you will need additional dependencies as well.

Needed for install:
autoconf gcc glibc make

Needed throughout use:
libmcrypt-devel openssl-devel sudo sysstat xinetd bc
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Locked