mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
2b44711c17
from various sources: * TCP probes * HTTPS probes * PEM files * Remote PEM files * Kubernetes secrets * Kubeconfig files The metrics are labelled with fields from the certificate, which allows for informational dashboards and flexible alert routing. ok danj@
25 lines
448 B
Makefile
25 lines
448 B
Makefile
COMMENT = prometheus exporter for TLS cetificates
|
|
|
|
MODGO_MODNAME = github.com/ribbybibby/ssl_exporter/v2
|
|
MODGO_VERSION = v2.4.3
|
|
|
|
DISTNAME = ssl_exporter-${MODGO_VERSION}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://github.com/ribbybibby/ssl_exporter
|
|
|
|
MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES = lang/go
|
|
|
|
WRKDIST = ${WRKSRC}
|
|
|
|
.include "modules.inc"
|
|
.include <bsd.port.mk>
|