From de65601d639e62f47adb5fbaad1d9964414e8159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 11 Dec 2023 11:31:04 +0100 Subject: [PATCH] fix port_nginx_status --- conf/monitorix.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/monitorix.conf b/conf/monitorix.conf index 0f1cafa..a8d18a5 100644 --- a/conf/monitorix.conf +++ b/conf/monitorix.conf @@ -442,8 +442,8 @@ secure_log_date_format = %b %e # NGINX graph # ----------------------------------------------------------------------------- - url = http://localhost:__NGINX_STATUS_PORT__/nginx_status_monitorix - port = __NGINX_STATUS_PORT__ + url = http://localhost:__PORT_NGINX_STATUS__/nginx_status_monitorix + port = __PORT_NGINX_STATUS__ rule = 24100 rigid = 0, 0, 0 limit = 100, 100, 100