diff --git a/masakarimonitors/hostmonitor/host_handler/handle_host.py b/masakarimonitors/hostmonitor/host_handler/handle_host.py index 3d6b0e7..7806e73 100644 --- a/masakarimonitors/hostmonitor/host_handler/handle_host.py +++ b/masakarimonitors/hostmonitor/host_handler/handle_host.py @@ -422,8 +422,6 @@ class HandleHost(driver.DriverBase): if status_func() != 0: LOG.warning("hostmonitor skips monitoring hosts.") - eventlet.greenthread.sleep(CONF.host.monitoring_interval) - continue eventlet.greenthread.sleep(CONF.host.monitoring_interval)