w5teams / w5

Security Orchestration, Automation and Response (SOAR) Platform. 安全编排与自动化响应平台,无需编写代码的安全自动化,使用 SOAR 可以让团队工作更加高效

Home Page:https://w5.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[程序错误] module 'apps.es.main.run' has no attribute 'auto_monitor'

lomehong opened this issue · comments

我给es这个应用扩展了一个方法“auto_monitor”,本地测试都是没有问题的,但是打包上传使用总是报错:[程序错误] module 'apps.es.main.run' has no attribute 'auto_monitor'。
在run.py中增加了auto_monitor这个方法了的。
async def auto_monitor(host, port, index, unit, interval):
.......
image