2012-06-12 13:21:06 +02:00
|
|
|
# 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
|
2014-08-22 16:08:50 +02:00
|
|
|
version=2.15
|
2012-06-12 13:21:06 +02:00
|
|
|
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
|
|
|
|
}
|