HCL Domino: STATPUB URI send metrics to a url or a file

From Wiki
Revision as of 12:24, 11 August 2020 by Ebasso (talk | contribs) (Criou a página com " STATPUB_URI is a notes.ini variable, that tell for which URI, you can send domino statistics for a metric server. Like this example STATPUB_URI=<nowiki>http://<HOSTNAME...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

STATPUB_URI is a notes.ini variable, that tell for which URI, you can send domino statistics for a metric server.

Like this example

STATPUB_URI=http://<HOSTNAME of Elasticsearh:9200>/domino/dstats

That send stats to a http server.

But you can use this variable to write domino stats to a file

STATPUB_URI=file:///../../tmp/domino_stats_$Timestamp$

In my example, my data directory is /domino/notesdata, so I write a file to a tmp directory.


See Also/Ver também