New port: net/nrpe
Daemon to allow Nagios plugins to be executed remotely. PR: ports/41247 Submitted by: Paul Dlug <paul@nerdlabs.com>
This commit is contained in:
parent
ead3c9a643
commit
764ae5c3a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72324
16 changed files with 115 additions and 0 deletions
25
net-mgmt/nrpe/Makefile
Normal file
25
net-mgmt/nrpe/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: nrpe
|
||||
# Date created: 1 Aug 2002
|
||||
# Whom: Paul Dlug<paul@nerdlabs.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nrpe
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= nagios
|
||||
|
||||
MAINTAINER= paul@nerdlabs.com
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net/nagios-plugins
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe
|
||||
${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/etc/nrpe.cfg-sample
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/nrpe/distinfo
Normal file
1
net-mgmt/nrpe/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nrpe-1.5.tar.gz) = 6f9f696e24fe380839e01fc57e29206b
|
1
net-mgmt/nrpe/pkg-comment
Normal file
1
net-mgmt/nrpe/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Nagios Remote Plugin Executor
|
9
net-mgmt/nrpe/pkg-descr
Normal file
9
net-mgmt/nrpe/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
nrpe is used to execute Nagios plugins on remote hosts and report the results
|
||||
to the main Nagios server. From the Nagios homepage:
|
||||
|
||||
Allows you to execute "local" plugins (like check_disk, check_procs, etc.) on
|
||||
remote hosts. The check_nrpe plugin is called from Nagios and actually makes
|
||||
the plugin requests to the remote host. Requires that nrpe be running on the
|
||||
remote host (either as a standalone daemon or as a service under inetd).
|
||||
|
||||
WWW: http://www.nagios.org/
|
2
net-mgmt/nrpe/pkg-plist
Normal file
2
net-mgmt/nrpe/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
sbin/nrpe
|
||||
etc/nrpe.cfg-sample
|
25
net-mgmt/nrpe2/Makefile
Normal file
25
net-mgmt/nrpe2/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: nrpe
|
||||
# Date created: 1 Aug 2002
|
||||
# Whom: Paul Dlug<paul@nerdlabs.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nrpe
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= nagios
|
||||
|
||||
MAINTAINER= paul@nerdlabs.com
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net/nagios-plugins
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe
|
||||
${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/etc/nrpe.cfg-sample
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/nrpe2/distinfo
Normal file
1
net-mgmt/nrpe2/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nrpe-1.5.tar.gz) = 6f9f696e24fe380839e01fc57e29206b
|
1
net-mgmt/nrpe2/pkg-comment
Normal file
1
net-mgmt/nrpe2/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Nagios Remote Plugin Executor
|
9
net-mgmt/nrpe2/pkg-descr
Normal file
9
net-mgmt/nrpe2/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
nrpe is used to execute Nagios plugins on remote hosts and report the results
|
||||
to the main Nagios server. From the Nagios homepage:
|
||||
|
||||
Allows you to execute "local" plugins (like check_disk, check_procs, etc.) on
|
||||
remote hosts. The check_nrpe plugin is called from Nagios and actually makes
|
||||
the plugin requests to the remote host. Requires that nrpe be running on the
|
||||
remote host (either as a standalone daemon or as a service under inetd).
|
||||
|
||||
WWW: http://www.nagios.org/
|
2
net-mgmt/nrpe2/pkg-plist
Normal file
2
net-mgmt/nrpe2/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
sbin/nrpe
|
||||
etc/nrpe.cfg-sample
|
|
@ -320,6 +320,7 @@
|
|||
SUBDIR += nload
|
||||
SUBDIR += nocol
|
||||
SUBDIR += noip
|
||||
SUBDIR += nrpe
|
||||
SUBDIR += ns
|
||||
SUBDIR += nsc
|
||||
SUBDIR += nsd
|
||||
|
|
25
net/nrpe/Makefile
Normal file
25
net/nrpe/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: nrpe
|
||||
# Date created: 1 Aug 2002
|
||||
# Whom: Paul Dlug<paul@nerdlabs.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nrpe
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= nagios
|
||||
|
||||
MAINTAINER= paul@nerdlabs.com
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net/nagios-plugins
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe
|
||||
${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/etc/nrpe.cfg-sample
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/nrpe/distinfo
Normal file
1
net/nrpe/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nrpe-1.5.tar.gz) = 6f9f696e24fe380839e01fc57e29206b
|
1
net/nrpe/pkg-comment
Normal file
1
net/nrpe/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Nagios Remote Plugin Executor
|
9
net/nrpe/pkg-descr
Normal file
9
net/nrpe/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
nrpe is used to execute Nagios plugins on remote hosts and report the results
|
||||
to the main Nagios server. From the Nagios homepage:
|
||||
|
||||
Allows you to execute "local" plugins (like check_disk, check_procs, etc.) on
|
||||
remote hosts. The check_nrpe plugin is called from Nagios and actually makes
|
||||
the plugin requests to the remote host. Requires that nrpe be running on the
|
||||
remote host (either as a standalone daemon or as a service under inetd).
|
||||
|
||||
WWW: http://www.nagios.org/
|
2
net/nrpe/pkg-plist
Normal file
2
net/nrpe/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
sbin/nrpe
|
||||
etc/nrpe.cfg-sample
|
Loading…
Reference in a new issue