Fix name in kydb plugin
This commit is contained in:
		@@ -75,7 +75,7 @@ class MonitoringPluginScript(MonitoringPlugin):
 | 
				
			|||||||
        # Set the health delta to 0 (no change)
 | 
					        # Set the health delta to 0 (no change)
 | 
				
			||||||
        health_delta = 0
 | 
					        health_delta = 0
 | 
				
			||||||
        # Craft a message that can be used by the clients
 | 
					        # 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
 | 
					        # Check the Zookeeper connection
 | 
				
			||||||
        try:
 | 
					        try:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user