Page 1 of 1

NRPE on REDHAT 5.9

Posted: Tue Jul 02, 2013 8:55 am
by chipiock
Hi,

I would like to monitor a redhat 5.9 server. I have follow the documentation : http://assets.nagios.com/downloads/nagi ... _Agent.pdf
But there is a problem after the ./fullinstall I received the message : entrepriseentrepriseserver5.9 is not currently supported. Please use red het or centos versions 5 or 6.

Could you help me ?
regards
F.Gerard

Re: NRPE on REDHAT 5.9

Posted: Tue Jul 02, 2013 9:23 am
by slansing
Open the fullinstall script and comment out these lines:

Code: Select all

case "$dist" in
	el5 | el6 )
		: do nothing
		;;
	fedora9|fedora10|fedora11|fedora12|fedora13|fedora14|fedora15 )
		: do nothing
		;;
	* )
		echo "$dist is not currently supported. Please use Red Hat or CentOS versions 5 or 6." >&2
		exit 1
esac
Then save it and run it again.

Re: NRPE on REDHAT 5.9

Posted: Wed Jul 03, 2013 12:46 am
by chipiock
now it's working perfectly.

Thank you