From 571a55c8b43aa10338737755f73e84b782cb9b07 Mon Sep 17 00:00:00 2001 From: Denys Lemeshko <62915566+wwwlde@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:34:31 +0200 Subject: [PATCH] Add freeipa-exporter to Prometheus Exporters list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **FreeIPA Exporter** `freeipa-exporter`: Comprehensive Prometheus exporter for FreeIPA. - Scrapes LDAP, replication status, certificate expiration, Dogtag connectivity, service health, etc. - Includes detailed documentation, usage examples, and Prometheus alerting rule templates. - Multi‑architecture Docker images (amd64 & arm64). Signed-off-by: Denys Lemeshko <62915566+wwwlde@users.noreply.github.com> --- docs/instrumenting/exporters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/instrumenting/exporters.md b/docs/instrumenting/exporters.md index 4973f1764..b769b5c89 100644 --- a/docs/instrumenting/exporters.md +++ b/docs/instrumenting/exporters.md @@ -270,6 +270,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache. * [Unbound exporter](https://github.com/kumina/unbound_exporter) * [WireGuard exporter](https://github.com/MindFlavor/prometheus_wireguard_exporter) * [Xen exporter](https://github.com/lovoo/xenstats_exporter) + * [FreeIPA exporter](https://github.com/wwwlde/freeipa-exporter) When implementing a new Prometheus exporter, please follow the