Page 1 of 1

NRPE agent install on AIX 7.1 failure

Posted: Wed Nov 01, 2017 10:29 pm
by krobertson71
We are trying to monitor an AIX 7.1 server. We are getting the following error when trying to us the latest version of NRPE.

Code: Select all

Do you want to continue? [Y/n]Y
Proceeding with installation...
This platform (aix7.1) is not currently supported.
We need to monitor about 25 of these AIX servers. Any help would be appreciated.

Re: NRPE agent install on AIX 7.1 failure

Posted: Thu Nov 02, 2017 9:28 am
by npolovenko
Hello, @krobertson71.

Looks like there is a special NRPE agent for AIX systems. Have you tried the following tutorial?

https://assets.nagios.com/downloads/nag ... gIGjfD_BwE

Re: NRPE agent install on AIX 7.1 failure

Posted: Thu Nov 02, 2017 12:12 pm
by krobertson71
Did you read my first post? I am using the NRPE agent on AIX. We used the exact same pdf to install.

The document states:

This document describes how to install the AIX monitoring agent on target AIX servers. Currently AIX 5.3 and AIX 6.1 are supported, but support for other versions of AIX may be added in the future.

I am asking is there anything we can do about monitoring for 7.1.

Re: NRPE agent install on AIX 7.1 failure

Posted: Thu Nov 02, 2017 3:10 pm
by jomann
You could try to install nrpe manually, by compiling from source off Github at https://github.com/NagiosEnterprises/nrpe. This is sort of what the install script is doing in the doc. The difference is that the script applies some default configuration values into the nrpe config and installs some plugins.

If you'd like to try it out, to ensure that it is using AIX-specific build options do:

Code: Select all

./configure --with-opsys=aix
When you are building from source.

Another option would be NCPA, although I have not had a chance to try it on AIX 7.1 either.

Re: NRPE agent install on AIX 7.1 failure

Posted: Thu Nov 02, 2017 4:06 pm
by krobertson71
Tried NCPA first but kept getting code execution errors. I will open a ticket on that if this does not work out.

Assuming also that check by ssh is an option as well? I have done that before with Solaris.

Re: NRPE agent install on AIX 7.1 failure

Posted: Thu Nov 02, 2017 4:39 pm
by jomann
We are currently working on testing against AIX 7.1 to see if we can fix the issues. As for the check_by_ssh you should be able to do that on AIX too as long as you can SSH to the box.