Oracle Linux 8 NRPE agent

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gkilpatrick
Posts: 1
Joined: Wed Aug 01, 2018 2:15 pm

Oracle Linux 8 NRPE agent

Post by gkilpatrick »

I had an issue with running the NRPE Linux agent fullinstall script on Oracle 8 back in September.
We had setup a test server for the new Oracle Linux 8 (Red Hat 8).

Kinda forgot about it, and came back to this issue today.

when running fullinstall I received this error:

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

After looking around for a while, and not finding anything, I made a change to the fullinstall script:

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


By adding the "oracle8" as a valid $dist, the script then continued on it's merry way, and installed just fine!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Oracle Linux 8 NRPE agent

Post by scottwilkerson »

Thanks for catching and reporting this!

We have updated the agent tarball to include this change.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked