From 7dd5b78dbc095754c12645db6c45d0e388a4ca5b Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 6 Nov 2023 16:57:30 +0100 Subject: [PATCH] add hint about occ metrics command to readme Signed-off-by: Robin Appelman --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b06538..3792fa8 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,8 @@ by setting the `METRICS_PORT` environment variable. Once set the metrics are available in a prometheus compatible format at `/metrics` on the configured port. +Additionally you can manually check the metrics by running the `occ notify_push:metrics` command, this will function even if you haven't setup `METRICS_PORT`. + ### Self-signed certificates If your nextcloud is using a self-signed certificate then you either need to set the `NEXTCLOUD_URL` to a non-https, local url,