mep du suivi des stats mail avec prométheus/grafana

This commit is contained in:
fab
2026-09-18 01:57:06 +02:00
parent 495e9e0e21
commit 89d1f13f12
8 changed files with 323 additions and 2 deletions
@@ -0,0 +1,11 @@
FROM python:3.13-slim
RUN pip install --no-cache-dir prometheus-client
WORKDIR /app
COPY pflogsumm-exporter.py .
EXPOSE 9912
CMD ["python3", "/app/pflogsumm-exporter.py"]