diff --git a/nagios-plugins-nrpe/.footprint b/nagios-plugins-nrpe/.footprint new file mode 100644 index 000000000..55959a1f2 --- /dev/null +++ b/nagios-plugins-nrpe/.footprint @@ -0,0 +1,5 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/nagios/ +drwxrwxr-x nagios/nagios usr/lib/nagios/plugins/ +-rwxrwxr-x nagios/nagios usr/lib/nagios/plugins/check_nrpe diff --git a/nagios-plugins-nrpe/.md5sum b/nagios-plugins-nrpe/.md5sum new file mode 100644 index 000000000..c7faf5823 --- /dev/null +++ b/nagios-plugins-nrpe/.md5sum @@ -0,0 +1 @@ +e5176d9b258123ce9cf5872e33a77c1a nrpe-2.13.tar.gz diff --git a/nagios-plugins-nrpe/Pkgfile b/nagios-plugins-nrpe/Pkgfile new file mode 100644 index 000000000..460c26479 --- /dev/null +++ b/nagios-plugins-nrpe/Pkgfile @@ -0,0 +1,22 @@ +# Description: Nrpe plugin for Nagios +# URL: http://www.nagios.org/project/nagiosplugins +# Maintainer: Jose V Beneyto, sepen at crux dot nu +# Depends on: nagios-plugins + +name=nagios-plugins-nrpe +version=2.13 +release=1 +source=(http://downloads.sourceforge.net/sourceforge/nagios/nrpe-$version.tar.gz) + +build () { + cd nrpe-$version + + ./configure --prefix=/usr/share/nagios \ + --libexecdir=/usr/lib/nagios/plugins \ + --with-nagios-user=nagios \ + --with-nagios-group=nagios \ + --disable-nls + + make check_nrpe + make DESTDIR=$PKG install-plugin +}