Loker

Results 11 comments of Loker

agent不能配置项目名和版本号,因为统一使用一个基础镜像构建,所有的业务系统都会放在demo project项目里面 ![image](https://user-images.githubusercontent.com/11006249/148509424-a5ef5a7d-2f02-4a55-8c4a-6fd14fa307a5.png)

我知道可以添加ENV变量,不过对于业务部门改动很大,他们需要修改几百个dockerfile文件添加环境变量,现在我这边只需修改dockerfile里面基础镜像即可。这样导致最后数据都会归类到demo project里面 ┑( ̄Д  ̄)┍ 所以洞态这边要不要添加一个域名归类的维度

可以参考这个项目:https://github.com/cve-search/cve-search

插件超市还是1.1.0 ![image](https://user-images.githubusercontent.com/11006249/147341528-050243d6-d12b-45b6-8b93-9104ff0a1d24.png)

我在开发者文档找到可以上传语音文件的接口 https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/im-v1/message/create_json#5d353271

生成音频可以采用有道云,http://dict.youdao.com/dictvoice?type=0&audio={} 或者用微软的SSML文件生成

我花了一天时间,写了python版的,已经完成了这个功能 https://github.com/yingshang/feishu-talk

i use the `--exec` ``` [root@localhost stapxx]# ./samples/lj-lua-stacks.sxx --exec /opt/server/nginx/sbin/nginx > t.bt Found exact match for libluajit: /opt/server/luajit/lib/libluajit-5.1.so.2 WARNING: Start tracing 0 (/opt/server/nginx/sbin/nginx) WARNING: Hit Ctrl-C to end. ERROR: read...

Thank you for your advice, but I've found a way to deal with it. tools download link`https://github.com/openresty/openresty-systemtap-toolkit` i use the command is ok .`ngx-sample-lua-bt -p 19075 --luajit20 -t 5 >...

@agentzh this is my dockerfile ,i install openresty version is 1.11.2.5,and i don't install LuaJit ,the is default install. ``` from centos:6.8 RUN yum install -y readline-devel pcre-devel openssl-devel gcc...