From d2673c887a74791acb559f75da18087b062be4c3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 20 Nov 2024 22:58:24 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index f3fe444a..299c311f 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -582,7 +582,7 @@ STATUS_NODE(){ else SSCHK=primary fi - elif ([ "${nip}" == "10.2.1.5" ] || [ "${nip}" == "10.2.1.240" ]) && [ "${srvc}" == "keepalived" ]; then + elif ([ "${nip}" == "10.2.1.51" ] || [ "${nip}" == "10.2.1.240" ]) && [ "${srvc}" == "keepalived" ]; then SSCHK=false else SSCHK=true