Nagios for AIX 7.1

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
pooja_nama
Posts: 19
Joined: Mon Oct 24, 2016 4:25 am

Nagios for AIX 7.1

Post by pooja_nama »

Hi Team,

I am trying to monitor AIX 7.1 client through nagios, but not able to monitor. I am not able to find nrpe plugin and monitoring plugin for AIX 7.1 Can you please tell me the configuration through snmp.

Regards,
Pooja
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios for AIX 7.1

Post by rkennedy »

We do not have a binary for AIX, so you will need to compile in yourself. Take a look at the following link which should help you accomplish this - https://exchange.nagios.org/directory/T ... 1444063497
Former Nagios Employee
pooja_nama
Posts: 19
Joined: Mon Oct 24, 2016 4:25 am

Re: Nagios for AIX 7.1

Post by pooja_nama »

Hi Team,

I need for version 7.1, it is not there on the link. Please guide more.

Regards,
Pooja
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios for AIX 7.1

Post by tgriep »

Here is another link to a KB article with examples for downloading and installing NRPE from source.
https://support.nagios.com/kb/article.php?id=515
There isn't any steps for compiling on AIX as we do not have access to an AIX server to create the documentation for installation of the Agent.
Be sure to check out our Knowledgebase for helpful articles and solutions!
pooja_nama
Posts: 19
Joined: Mon Oct 24, 2016 4:25 am

Re: Nagios for AIX 7.1

Post by pooja_nama »

Then how can I monitor AIX servers on nagios.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios for AIX 7.1

Post by rkennedy »

Once you compile the agent, then take a look at this document which outlines how to run through a wizard, to get the metrics setup - https://assets.nagios.com/downloads/nag ... g_NRPE.pdf
Former Nagios Employee
pooja_nama
Posts: 19
Joined: Mon Oct 24, 2016 4:25 am

Re: Nagios for AIX 7.1

Post by pooja_nama »

Please assist in some relevant way, I have to monitor AIX 7.1 with nagios.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios for AIX 7.1

Post by tmcdonald »

Have you run into any specific errors? We have provided a few relevant links but we have no information from you on what is not working. Is the compilation failing? Did the configuration files get created improperly? Are you seeing issues with running checks via NRPE? Without more specifics as to what is not working, we are somewhat limited in the support we can provide.
Former Nagios employee
pooja_nama
Posts: 19
Joined: Mon Oct 24, 2016 4:25 am

Re: Nagios for AIX 7.1

Post by pooja_nama »

I have installed NRPE plugin but configuration file nrpe.cfg is not generated in /usr/local/nagios/etc/ folder, check_nrpe generated but nrpe.cfg was not there after installing nrpe
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios for AIX 7.1

Post by ssax »

As we are not AIX admins and don't have access to AIX servers for testing you will need to work with your AIX admins to get them installed.
Unless there is a specific RPM for a higher AIX version than V5.1 available you are always safe to use the AIX5L V5.1 version. AIX has excellent binary compatibility and therefore I intentionally use a rather early level of AIX5L V5.1 to build my packages. They should all run on later AIX versions with no problems. Exceptions to this rule are some very OS-version specific RPMs, e.g., GCC.
Taken from here:

http://www.perzl.org/aix/

These should work for you:

ftp://www.oss4aix.org/RPMS/nagios-nrpe/
ftp://www.oss4aix.org/RPMS/nagios-plugins/

Let us know if that works for you.
Locked