Page 1 of 1

NRPE Agent for RHEL/Oracle 9.x

Posted: Mon Dec 02, 2024 10:26 am
by veeravamsi
Hi Team,

While installing NRPE Agent on out latest Oracle 9.x OS we are getting error :

./fullinstall
OracleServer is not currently supported. Please use either Red Hat, CentOS, Oracle Linux, CloudLinux, SUSE Enterprise, OpenSUSE, Ubuntu, or Debian.

I see its on this line :

case "$dist" in
oracle5 | oracle6 | oracle7 | oracle8 )
caninstall="yes"
;;
esac

if [ "$caninstall" == "no" ]; then
echo "$distro is not currently supported. Please use either Red Hat, CentOS, Oracle Linux, CloudLinux, SUSE Enterprise, OpenSUSE, Ubuntu, or Debian." >&2
exit 1
fi

Is 9.x Latest OS not supported ?

Re: NRPE Agent for RHEL/Oracle 9.x

Posted: Mon Dec 02, 2024 12:54 pm
by DoubleDoubleA
Hi @veeravamsi,

Thanks for the tip that we need to maintain the fullinstall script there. NRPE works on EL9. The fullinstall script takes care of all the steps related to installing NRPE and Nagios plugins. You should be able to add Oracle 9 to that script, and it should install just fine.

Aaron

Re: NRPE Agent for RHEL/Oracle 9.x

Posted: Mon Dec 02, 2024 10:58 pm
by veeravamsi
Sounds good. Thank you :)

Re: NRPE Agent for RHEL/Oracle 9.x

Posted: Thu Dec 12, 2024 1:55 pm
by DoubleDoubleA
Hi @veeravamsi,

We released a new version of the XI Linux agent with an update to fullinstall.

https://assets.nagios.com/downloads/nag ... ent.tar.gz

Please let us know if you have any issues with it.

Thanks!

Aaron