Search found 5 matches

by egistics
Tue Jul 10, 2012 6:48 pm
Forum: Nagios XI
Topic: DNX configuration not working [RESOLVED]
Replies: 9
Views: 615

Re: DNX configuration not working

I finally got it working. Thanks for everyones help. For posterity sake, the solution was in the libssl file symlink. I took out the old symlink libssl.so.10 -> ../../lib64/libssl.so.0.9.8e and instead went into the directory /lib64 directly and created a symlink there and everything started working...
by egistics
Tue Jul 10, 2012 3:38 pm
Forum: Nagios XI
Topic: DNX configuration not working [RESOLVED]
Replies: 9
Views: 615

Re: DNX configuration not working

Yes, they are both 64 bit. It appears that check_nrpe is looking for the lib file in the /usr/lib64 directory and not the /usr/lib directory. I tried creating a symlink There is already a symlink in the lib64 directory libssl.so -> ../../lib64/libssl.so.0.9.8e I tried creating a symlink for the libs...
by egistics
Tue Jul 10, 2012 1:57 pm
Forum: Nagios XI
Topic: DNX configuration not working [RESOLVED]
Replies: 9
Views: 615

Re: DNX configuration not working

Thanks mguthrie, I did that and it did install openssl-devel and updated openssl.i686 but I still get the same error when trying to run a check and there is still no libssl.so.10 file in /usr/lib/ ./check_nrpe: error while loading shared libraries: libssl.so.10: cannot open shared object file: No su...
by egistics
Tue Jul 10, 2012 11:16 am
Forum: Nagios XI
Topic: DNX configuration not working [RESOLVED]
Replies: 9
Views: 615

Re: DNX configuration not working

I think you guys are on to something. I did check to verify that check_nrpe was in my libexec folder but after your post I decided to give that more attention. Turns out the check_nrpe was not executable. :oops: I changed it to 755 and tried to run it manually but I get the following error. ./check_...
by egistics
Mon Jul 09, 2012 5:58 pm
Forum: Nagios XI
Topic: DNX configuration not working [RESOLVED]
Replies: 9
Views: 615

DNX configuration not working [RESOLVED]

Hello all, I have a Nagios XI installation with 72 hosts and 1220 services (mostly NRPE, check_nt and a good amount of SNMP monitoring of perfmon data). As we have added more things our Nagios XI machine has become unusable. Load is averaging around 15-17 and it can take as long as 2 or 3 min to loa...