SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
35
net/nagios/check_rabbitmq/Makefile
Normal file
35
net/nagios/check_rabbitmq/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
COMMENT = Nagios plugin to check RabbitMQ
|
||||
|
||||
EPOCH = 0
|
||||
VERSION= 2.0.3
|
||||
GH_ACCOUNT = nagios-plugins-rabbitmq
|
||||
GH_PROJECT = nagios-plugins-rabbitmq
|
||||
GH_TAGNAME = ${VERSION}
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
PKGNAME = check_rabbitmq-${VERSION}
|
||||
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = converters/p5-JSON \
|
||||
net/nagios/p5-Nagios-Plugin \
|
||||
net/monitoring-plugins \
|
||||
www/p5-LWP-Protocol-https
|
||||
|
||||
ALL_TARGET = sources
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/libexec/nagios/plugins-rabbitmq
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/scripts/check_* \
|
||||
${PREFIX}/libexec/nagios/plugins-rabbitmq
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/nagios/check_rabbitmq/distinfo
Normal file
2
net/nagios/check_rabbitmq/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (nagios-plugins-rabbitmq-2.0.3.tar.gz) = S9IBV2Fhbki8V4mxhEVLAWSKxtgvbwi0LlOjtT8EhLs=
|
||||
SIZE (nagios-plugins-rabbitmq-2.0.3.tar.gz) = 20615
|
3
net/nagios/check_rabbitmq/pkg/DESCR
Normal file
3
net/nagios/check_rabbitmq/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This package contains a set of nagios checks useful for monitoring a
|
||||
RabbitMQ server. They use the RabbitMQ management interface with is over
|
||||
HTTP and therefore have a very light profile on the nagios server.
|
12
net/nagios/check_rabbitmq/pkg/PLIST
Normal file
12
net/nagios/check_rabbitmq/pkg/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
libexec/nagios/plugins-rabbitmq/
|
||||
libexec/nagios/plugins-rabbitmq/check_rabbitmq_aliveness
|
||||
libexec/nagios/plugins-rabbitmq/check_rabbitmq_cluster
|
||||
libexec/nagios/plugins-rabbitmq/check_rabbitmq_connections
|
||||
libexec/nagios/plugins-rabbitmq/check_rabbitmq_exchange
|
||||
libexec/nagios/plugins-rabbitmq/check_rabbitmq_objects
|
||||
libexec/nagios/plugins-rabbitmq/check_rabbitmq_overview
|
||||
libexec/nagios/plugins-rabbitmq/check_rabbitmq_partition
|
||||
libexec/nagios/plugins-rabbitmq/check_rabbitmq_queue
|
||||
libexec/nagios/plugins-rabbitmq/check_rabbitmq_server
|
||||
libexec/nagios/plugins-rabbitmq/check_rabbitmq_shovels
|
||||
libexec/nagios/plugins-rabbitmq/check_rabbitmq_watermark
|
Loading…
Add table
Add a link
Reference in a new issue