import ports/net/nagios/check_openbgpd, from maintainer/author
Andrew Fresh. Nagios plugin to check for the status of peers connected to an OpenBGPd router. Allows you to specify valid peers and acceptable status based on the connection status/number of paths received.
This commit is contained in:
parent
4519638c2c
commit
ef9191b6da
34
net/nagios/check_openbgpd/Makefile
Normal file
34
net/nagios/check_openbgpd/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/20 17:47:45 sthen Exp $
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
COMMENT= Nagios plugin to monitor OpenBGPd peers
|
||||
DISTNAME= check_openbgpd-1.5
|
||||
CATEGORIES= sysutils net
|
||||
|
||||
MAINTAINER= Andrew Fresh <andrew@afresh1.com>
|
||||
|
||||
HOMEPAGE= http://openbsd.somedomain.net/nagios/
|
||||
MASTER_SITES= http://monitoringexchange.org/attachment/download/Check-Plugins/Software/Misc/check_openbgpd/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
RUN_DEPENDS+= :nagios-plugins-*:net/nagios/plugins
|
||||
|
||||
do-configure:
|
||||
@${SUBST_CMD} ${WRKSRC}/check_openbgpd ${WRKSRC}/README
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT_DIR} ${PREFIX}/libexec/nagios
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/check_openbgpd ${PREFIX}/libexec/nagios
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/check_openbgpd
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/check_openbgpd
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/nagios/check_openbgpd/distinfo
Normal file
5
net/nagios/check_openbgpd/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (check_openbgpd-1.5.tar.gz) = 0Jl82BEu2rvyAnGolaZ5oQ==
|
||||
RMD160 (check_openbgpd-1.5.tar.gz) = aaOX0ZdkIhzrZxRh6igelGHKrUM=
|
||||
SHA1 (check_openbgpd-1.5.tar.gz) = XLj7UxVuBhMq7JIcIs/MXPMgysQ=
|
||||
SHA256 (check_openbgpd-1.5.tar.gz) = y6DeK/FAZytmcJdShBDYcCOZCv0H5NtpMv1srfMntTw=
|
||||
SIZE (check_openbgpd-1.5.tar.gz) = 4303
|
3
net/nagios/check_openbgpd/pkg/DESCR
Normal file
3
net/nagios/check_openbgpd/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Nagios plugin to check for the status of peers connected to an
|
||||
OpenBGPd router. Allows you to specify valid peers and acceptable
|
||||
status based on the connection status/number of paths received.
|
4
net/nagios/check_openbgpd/pkg/PLIST
Normal file
4
net/nagios/check_openbgpd/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/20 17:47:45 sthen Exp $
|
||||
libexec/nagios/check_openbgpd
|
||||
share/doc/check_openbgpd/
|
||||
share/doc/check_openbgpd/README
|
Loading…
Reference in New Issue
Block a user