From 921ecb3a0549fc96a804daab5e9231b9a757d94a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 29 Nov 2023 15:48:12 -0500 Subject: [PATCH] Fix name in kydb plugin --- health-daemon/plugins/kydb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health-daemon/plugins/kydb b/health-daemon/plugins/kydb index 9f084c4e..5e2a935a 100644 --- a/health-daemon/plugins/kydb +++ b/health-daemon/plugins/kydb @@ -75,7 +75,7 @@ class MonitoringPluginScript(MonitoringPlugin): # Set the health delta to 0 (no change) health_delta = 0 # Craft a message that can be used by the clients - message = "Successfully connected to Libvirtd on localhost" + message = "Successfully connected to KeyDB/Redis on localhost" # Check the Zookeeper connection try: