| Home Profile Fun |
#187 Linux 06.12.2009
RPM packages for NRPEHere you can download RPMs for the Nagios addon NRPE. There is a single RPM for each part of NRPE. One for the daemon and one package for the plugin check_nrpe which is usually installed on the Nagios server. Both packages have been built with argument and ssl support. If you need RPMs for other distributions or OS versions you can build them easily with the spec file and the source tarball: 1. First modify the spec file according to your requirements. 2. Copy the original source to /usr/src/packages/SOURCES/ 3. Copy the spec file to /usr/src/packages/SPECS/ 4. Build the RPM package:
cd /usr/src/packages/SPECS/
rpmbuild -ba packagename.spec
5. Pick up the binary RPM at /usr/src/packages/RPMS/...6. Pick up the source RPM at /usr/src/packages/SRPMS/... Download nrpe (daemon) openSUSE 11.1, x84_64 RPM Source RPM Spec file Original source SLES 11, x86_64 RPM Source RPM Spec file Original source check_nrpe (Nagios plugin) openSUSE 11.1, x84_64 RPM Source RPM Spec file Original source SLES 11, x86_64 RPM Source RPM Spec file Original source SLES Administration |