From 79e71c424071d783f099d4d922399311b61d4cbc Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Mon, 15 May 2023 11:31:50 +0800 Subject: [PATCH] bugfix: SF Status Metrics --- platform/src/health_check.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/src/health_check.cpp b/platform/src/health_check.cpp index 0024af7..03ca55d 100644 --- a/platform/src/health_check.cpp +++ b/platform/src/health_check.cpp @@ -420,7 +420,7 @@ static void *_health_check_session_foreach(void *arg) is_active = 0; } - sf_status_update(g_sf_status, node->profile_id, node->vsys_id, is_active, 0); + sf_status_update(g_sf_status, node->vsys_id, node->profile_id, is_active, 0); if (node->is_active != is_active) { node->is_active = is_active; if (node->is_active == 1) {