From 29fe557d150a7aa69812671ab36e216379e3ba23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Thu, 30 Jul 2026 02:19:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e69de29..0caec3c 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,14 @@ +

domino_exporter

+A cross-platform utility for exporting Domino statistics to Prometheus. Works on Windows and Linux.
+Tested:
+1 - Windows Server 2019-2025
+2 - Linux RHEL (requires glibc 2.34)
+3 - Linux DEB (requires glibc 2.34) + +## Installation +To install, place the executable file in the domino directory (where the nnotes.dll or nnotes.so library is located) and run it. + +## Notes.ini +By default, domino_exporter runs on port 9100 and updates information every 30 seconds. There are two parameters to change these values:
+1 - DOMINO_EXPORTER_PORT - to change the port.
+2 - DOMINO_EXPORTER_STATISTICS_UPDATE_INTERVAL - to change the statistics update interval. In seconds. \ No newline at end of file