Search found 4 matches

by turbine2
Wed Feb 17, 2021 3:37 am
Forum: Open Source Nagios Projects
Topic: Problems installing CHECK_ORACLE_HEALTH
Replies: 2
Views: 2440

Re: Problems installing CHECK_ORACLE_HEALTH

I managed to fix it myself in the end. I had to replace the connection string and use a TNSNAMES.ORA file instead. Not the way I would have preferred to go but it's working and that's what is important.
by turbine2
Mon Feb 15, 2021 5:08 am
Forum: Open Source Nagios Projects
Topic: Problems installing CHECK_ORACLE_HEALTH
Replies: 2
Views: 2440

Re: Problems installing CHECK_ORACLE_HEALTH

Would anyone have a pointer on how I can check if the perl stuff is okay at least?
by turbine2
Fri Feb 12, 2021 5:23 am
Forum: Open Source Nagios Projects
Topic: Cannot install nagios-plugins-all on RHEL 8.2
Replies: 2
Views: 6262

Re: Cannot install nagios-plugins-all on RHEL 8.2

I've recently installed nagios on an Oracle Linux Server 8.3 install. I installed them by doing a manual make in the end. wget https://nagios-plugins.org/download/nagios-plugins-2.3.3.tar.gz tar -zxf nagios-plugins-2.3.3.tar.gz cd nagios-plugins-2.3.3 make make install That stuck them in /usr/local/...
by turbine2
Wed Feb 10, 2021 11:17 am
Forum: Open Source Nagios Projects
Topic: Problems installing CHECK_ORACLE_HEALTH
Replies: 2
Views: 2440

Problems installing CHECK_ORACLE_HEALTH

Good afternoon, I've had a quick search but I can't find a good match. I have downloaded and installed Nagios Core and tried to compile the CHECK_ORACLE_HEALTH addin from https://labs.consol.de/nagios/check_oracle_health/ The machine I have nagios on is Oracle Linux 8 (RedHat 8) machine. The databas...