Leslie Zhang

Results 23 issues of Leslie Zhang

**收藏了陌生单词或句子,方便有空的时候复习。**

比如说,go-stash通过`^log-backend-app.+`这个正则,将消费的topic发送的es对应的索引里。

由于告警规则很多,有时候修改告警规则中的webhook地址或电话号码,虽然可以用sed或vim进行批量修改,但感觉也很麻烦。 计划增加一个告警组的功能(类似于云平台的告警通知的组),配置文件中配置对应需要通知的组,然后在prometheus rule annotation中填写对应的组。 这样即使要修改通知,也只需要修改组或组里面的成员信息即可,感觉要方便一些。

无法选中特定扫描结果进行导出,提示未选择动作。 不选择,直接导出没有问题。

扫描后的端口,排序不是按照数字大小,而是按照文本类型的1/2/3/4...这样排序(正序或倒序)。 如10010在80,8088的前面。

issue: 关于自定义模板通过 URL 传递钉钉加签错误,更新了钉钉加签使用文档。

**Environment (please complete the following information):** - OS: Linux - EaseProbe Version: v2.1.2 **Describe the bug** use tls to check k8s apiserver cert((signed by unknown authority), the cert expiration date...

**我的环境:** > 前端节点:nginx1.12.1,源码安装; > server1, nginx1.12.1,yum安装,未安装check patch file; > server2, nginx 1.10.0,yum安装,未安装check patch file; 在我的upstream.conf中 ``` server xxx; server xxx; check interval=3000 rise=2 fall=5 timeout=1000 type=http ``` 当我使用了check这串代码后,upstream无法正常运行,报502。当我注释这条check后,upstream 后端节点正常响应。 我想请问是后端节点没有安装...

Hello,Author! Env: * App-version:1.20; * Andord: MUI9; 手机已root,但第二步显示无法连接到网络。

使用shelven出现dbm.error: db type could not be determined 问题原因:数据处理模块shelve会自动为文件添加扩展名 解决办法:去掉.bat即可 将DATA_FILE = 'guestbook.bat'改为DATA_FILE = 'guestbook'即可!