1
0
forked from ports/contrib

nagios-plugins-nrpe: initial import

This commit is contained in:
Jose V Beneyto 2012-06-12 13:21:06 +02:00
parent 3fc440d894
commit 70fa711c03
3 changed files with 28 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
e5176d9b258123ce9cf5872e33a77c1a nrpe-2.13.tar.gz

View File

@ -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
}