Import p5-Net-Prometheus-0.11 from Sven Falempin, OK afresh1@
This commit is contained in:
parent
109866238c
commit
02a05fdbb3
24
databases/p5-Net-Prometheus/Makefile
Normal file
24
databases/p5-Net-Prometheus/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2020/11/14 09:17:14 benoit Exp $
|
||||
|
||||
COMMENT= export monitoring metrics for prometheus
|
||||
|
||||
DISTNAME= Net-Prometheus-0.11
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= Sven <svenfalempin@gmail.com>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= cpan
|
||||
MAKE_ENV= TEST_POD=1
|
||||
CONFIGURE_STYLE= modbuild
|
||||
|
||||
RUN_DEPENDS= devel/p5-Ref-Util \
|
||||
devel/p5-Struct-Dumb \
|
||||
www/p5-URI
|
||||
TEST_DEPENDS= devel/p5-Test-Fatal \
|
||||
devel/p5-Test-Pod \
|
||||
www/p5-HTTP-Message
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/p5-Net-Prometheus/distinfo
Normal file
2
databases/p5-Net-Prometheus/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-Prometheus-0.11.tar.gz) = IvgJ4njq1Rk2rVOVgGUbTOXLyRwgnkpXesgjg82fcmo=
|
||||
SIZE (Net-Prometheus-0.11.tar.gz) = 39243
|
3
databases/p5-Net-Prometheus/pkg/DESCR
Normal file
3
databases/p5-Net-Prometheus/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This module provides the ability for a program to
|
||||
collect monitoring metrics and export them to the
|
||||
prometheus.io monitoring server.
|
32
databases/p5-Net-Prometheus/pkg/PLIST
Normal file
32
databases/p5-Net-Prometheus/pkg/PLIST
Normal file
@ -0,0 +1,32 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/11/14 09:17:14 benoit Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Net/
|
||||
${P5ARCH}/auto/Net/Prometheus/
|
||||
${P5ARCH}/auto/Net/Prometheus/PerlCollector/
|
||||
${P5ARCH}/auto/Net/Prometheus/PerlCollector/PerlCollector.bs
|
||||
${P5ARCH}/auto/Net/Prometheus/PerlCollector/PerlCollector.so
|
||||
${P5ARCH}/Net/
|
||||
${P5ARCH}/Net/Prometheus.pm
|
||||
${P5ARCH}/Net/Prometheus/
|
||||
${P5ARCH}/Net/Prometheus/Counter.pm
|
||||
${P5ARCH}/Net/Prometheus/Gauge.pm
|
||||
${P5ARCH}/Net/Prometheus/Histogram.pm
|
||||
${P5ARCH}/Net/Prometheus/Metric.pm
|
||||
${P5ARCH}/Net/Prometheus/PerlCollector.pm
|
||||
${P5ARCH}/Net/Prometheus/ProcessCollector.pm
|
||||
${P5ARCH}/Net/Prometheus/Registry.pm
|
||||
${P5ARCH}/Net/Prometheus/Summary.pm
|
||||
${P5ARCH}/Net/Prometheus/Types.pm
|
||||
${P5ARCH}/Net/Prometheus/ProcessCollector/linux.pm
|
||||
@man man/man3p/Net::Prometheus.3p
|
||||
@man man/man3p/Net::Prometheus::Counter.3p
|
||||
@man man/man3p/Net::Prometheus::Gauge.3p
|
||||
@man man/man3p/Net::Prometheus::Histogram.3p
|
||||
@man man/man3p/Net::Prometheus::Metric.3p
|
||||
@man man/man3p/Net::Prometheus::PerlCollector.3p
|
||||
@man man/man3p/Net::Prometheus::ProcessCollector.3p
|
||||
@man man/man3p/Net::Prometheus::ProcessCollector::linux.3p
|
||||
@man man/man3p/Net::Prometheus::Registry.3p
|
||||
@man man/man3p/Net::Prometheus::Summary.3p
|
||||
@man man/man3p/Net::Prometheus::Types.3p
|
Loading…
Reference in New Issue
Block a user