HewlettPackard / nagios-plugins-hpilo

Nagios plug-in for iLO Agentless Management
Other
27 stars 11 forks source link

Add RPM spec files used to generate Nagiosexchange RPMs? #2

Open scootersmk opened 8 years ago

scootersmk commented 8 years ago

Yes I could probably recreate them, but was wondering if this could be added to this project for those of us that need to repackage the RPMs. If curious this is my use case: I need to get the nagios_hpeilo_engine binary installed in a different location, and don't want to install all the other wrapper scripts. Our nagios config is already generated by config management.

lanony82 commented 8 years ago

Hi, scootersmk You can git clone our project, and run "./configure". Then you can copy src folder to your project source code. Or you can run "make" in src folder, and copy nagios_hpilo_engine binary to your location. Plz let me know if this is an acceptable solution for your question. Thank you.