Skip to content
/ aio Public

devops agent,用于linux服务器管理,具备基础通讯功能,支持server-proxy-agent,支持pub-sub

Notifications You must be signed in to change notification settings

lyy8510a/aio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

如有疑问可以联系:[email protected]

1、支持同时使用 pub-sub和push-proxy-pull 两种模式,pub-sub为sever->agent的数据发布模式,push-proxy-pull为agent->proxy->server的上交数据模式。
2、需安装schedule和zmq,zmq用于通讯,schedule用于定时执行任务。定时任务可以在manage.py里面的run方法中引入。
3、启动方式为:python manage.py start|stop|restart
4、配置文件在每个项目中的config.py文件中

About

devops agent,用于linux服务器管理,具备基础通讯功能,支持server-proxy-agent,支持pub-sub

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages