forked from ports/contrib
nagios-plugins-nrpe: initial import
This commit is contained in:
parent
3fc440d894
commit
70fa711c03
5
nagios-plugins-nrpe/.footprint
Normal file
5
nagios-plugins-nrpe/.footprint
Normal 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
|
1
nagios-plugins-nrpe/.md5sum
Normal file
1
nagios-plugins-nrpe/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
e5176d9b258123ce9cf5872e33a77c1a nrpe-2.13.tar.gz
|
22
nagios-plugins-nrpe/Pkgfile
Normal file
22
nagios-plugins-nrpe/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user