NRPE Agent for RHEL/Oracle 9.x

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
veeravamsi
Posts: 139
Joined: Wed Jan 23, 2019 3:35 am

NRPE Agent for RHEL/Oracle 9.x

Post 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 ?
DoubleDoubleA
Posts: 273
Joined: Thu Feb 09, 2017 5:07 pm

Re: NRPE Agent for RHEL/Oracle 9.x

Post 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
veeravamsi
Posts: 139
Joined: Wed Jan 23, 2019 3:35 am

Re: NRPE Agent for RHEL/Oracle 9.x

Post by veeravamsi »

Sounds good. Thank you :)
DoubleDoubleA
Posts: 273
Joined: Thu Feb 09, 2017 5:07 pm

Re: NRPE Agent for RHEL/Oracle 9.x

Post 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
Post Reply