Page 1 of 1

Downloading plugin and packages with dependencies

Posted: Tue Aug 09, 2016 3:32 am
by peterj1974
Hi All,
Does anyone know where I can download the Nagios plugin and packages with the dependencies for AIX, HP-UX, IBM HMC and Oracle Linux?
Via the web, the packages don't have the dependencies included.

Thanks

Pete

Re: Downloading plugin and packages with dependencies

Posted: Tue Aug 09, 2016 10:48 am
by mcapra
Is there anything stopping you from compiling nagios-plugins manually on those systems? I can't speak for third parties, but as a matter of policy/logistics we don't provide binaries for any particular system.
https://nagios-plugins.org/downloads/

On most systems, this isn't any more complicated than configuring the command group:

Code: Select all

./configure --with-nagios-user=nagios --with-nagios-group=nagios
make
make install 
There will likely be special considerations for each system, however.