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.
NRPE RHEL 5.7 Installation step failed - exiting.
Re: NRPE RHEL 5.7 Installation step failed - exiting.
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.
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
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.
Re: NRPE RHEL 5.7 Installation step failed - exiting.
Thank you. I will report back when my RHEL is registered and i try to run the installation again.
Re: NRPE RHEL 5.7 Installation step failed - exiting.
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.
"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.
Re: NRPE RHEL 5.7 Installation step failed - exiting.
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.
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.
Re: NRPE RHEL 5.7 Installation step failed - exiting.
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.
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
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.