NRPE requieres and agent. How mature is NRPE and how flexible is?
I would say NRPE is a pretty mature project. NRPE-1.3 was released in 2002. It is pretty flexible, too. You can set up a variety of checks, including running custom scripts, running checks against remote servers, etc.
NRPE doesn't seem to support AIX 7.1. and it doesn't support RHEL 7
We always recommend running our Linux agent installer script, as it makes installing NRPE, and Nagios plugins very simple. RHEL 7 and CentOS 7 are supported.
As for installing NRPE on AIX 7.1, you could download the source and build it yourself.
http://www.ehow.com/how_8791563_install-nrpe-aix.html
also the agent installation requires a lot packages to be installed, and that is a problem is the device is behind a firewall
You will need to open the "default" NRPE port 5666 in the firewall, unless you decide to use a different port. You can even install NRPE in an offline environment. We don't have an offline installer, but you can download the
Linux agent on the different machine (with Internet access) and moving it over to your server, i.e in the "/tmp/" directory.
Run:
Code: Select all
cd /tmp
tar zxvf linux-nrpe-agent.tar.gz
cd /tmp/linux-nrpe-agent
touch installed.repos
touch installed.prereqs
Find a way to install the prerequisites manually on this machine - autoconf, gcc, glibc, libmcrypt-devel, make, openssl-devel, sudo, sysstat, xinetd, and bc.
Lastly, run the fullinstall script:
Hope this helps.