Downloading plugin and packages with dependencies

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
peterj1974
Posts: 5
Joined: Tue Aug 09, 2016 3:11 am

Downloading plugin and packages with dependencies

Post 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
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Downloading plugin and packages with dependencies

Post 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.
Former Nagios employee
https://www.mcapra.com/
Locked