def run_monitor(): cli.monitor_client(cli.MONITOR_HOST, cli.MONITOR_PORT)
def monitor(host, port): cli.monitor_client(host, port)