2017年7月29日

CMDB后台管理(AutoServer)

摘要: 1.表结构设计 from django.db import models class UserProfile(models.Model): """ 用户信息 """ name = models.CharField(u'姓名', max_length=32) email = models.EmailF 阅读全文

posted @ 2017-07-29 23:36 bigdata_devops 阅读(1139) 评论(0) 推荐(0) 编辑

CMDB Autoclient思路分析

摘要: 1.start.py里的script.run():执行run函数--> 2.script.py run方法--> 3.判断模式MODE(Agent/SSHSALT)-->4.执行client.py里的Agent/SSHSALT--> 5.分别执行/src/plugins/__init__.py里的e 阅读全文

posted @ 2017-07-29 23:33 bigdata_devops 阅读(528) 评论(0) 推荐(0) 编辑

导航