Files
pascal 2b44711c17 This Prometheus exporter exports metrics for certificates collected
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@
2025-02-24 19:20:25 +00:00

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>