Nagios XI – Installing The AIX Agent Failed

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
minnow
Posts: 17
Joined: Thu Jan 30, 2014 3:38 pm

Nagios XI – Installing The AIX Agent Failed

Post by minnow »

I'm following the documentation in the "Nagios XI – Installing The AIX Agent" documentation and receiving the following error. I'm not finding a "install.log", but I have attached the 2-plugins.log from the /tmp/nagios/aix-nrpe-agent/log

root@dalaxd01 # ./fullinstall
=============================
Nagios XI AIX Agent Installer
=============================


This script will do a complete install of the Nagios XI
AIX agent by executing all necessary sub-scripts.

IMPORTANT: This script should only be used on a AIX
system. Do NOT use this on a system running
any other operating system.

Do you want to continue? [Y/n]y
Proceeding with installation...
Current step is 0-prereqs
Running './0-prereqs'...
RESULT=0
0-prereqs appears to have already completed successfully. Moving on to the next step.
Current step is 1-usersgroups
Running './1-usersgroups'...
RESULT=0
1-usersgroups appears to have already completed successfully. Moving on to the next step.
Current step is 2-plugins
Running './2-plugins'...
error: failed dependencies:
fping is needed by nagios-plugins-1.4.16-1
gawk is needed by nagios-plugins-1.4.16-1
net-snmp is needed by nagios-plugins-1.4.16-1
net-snmp-perl is needed by nagios-plugins-1.4.16-1
net-snmp-utils is needed by nagios-plugins-1.4.16-1
openldap is needed by nagios-plugins-1.4.16-1
openssl is needed by nagios-plugins-1.4.16-1
python is needed by nagios-plugins-1.4.16-1
libcrypto.a(libcrypto.so.1.0.0) is needed by nagios-plugins-1.4.16-1
libldap.a(libldap-2.4.so.2) is needed by nagios-plugins-1.4.16-1
libssl.a(libssl.so.1.0.0) is needed by nagios-plugins-1.4.16-1
RESULT=1

===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).

If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.

The script that failed was: './2-plugins'
root@dalaxd01 #
You do not have the required permissions to view the files attached to this post.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Nagios XI – Installing The AIX Agent Failed

Post by slansing »

Okay, so it looks like you are missing a number of dependencies required by the plugins package, I believe these should be installed automatically by the agent installer, I'm going to have to look into that, for the time being though you should be able to pull them down with your package manager and get through the installation.
Locked