Fix name in kydb plugin

This commit is contained in:
Joshua Boniface 2023-11-29 15:48:12 -05:00
parent 6a68cf665b
commit 921ecb3a05
1 changed files with 1 additions and 1 deletions

View File

@ -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: