SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View 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

View 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.

View 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