CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 Python

文件名称:CDBC设备信息管理系统

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2019-12-11
  • 文件大小:
    27.27mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
下载1 (27.27mb)
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

CMDB用于存储与管理企业IT架构中设备的各种配置信息,它与所有服务支持和服务交付流程都紧密相联,支持这些流程的运转、发挥配置信息的价值,同时依赖于相关流程保证数据的准确性。
CMDB是ITIL(Information Technology Infrastructure Library,信息技术基础架构库)的基础,常常被认为是构建其它ITIL流程的先决条件而优先考虑,ITIL项目的成败与是否成功建立CMDB有非常大的关系。

CMDB的核心是对整个公司的IT硬件/软件资源进行自动/手动收集、变更操作,说白了也就是对IT资产进行自动化管理,这也是本项目的重点。
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : CMDB-master.zip 列表
.idea/
.idea/CMDB-master.iml
.idea/misc.xml
.idea/modules.xml
.idea/workspace.xml
assets/
assets/__init__.py
assets/__pycache__/
assets/__pycache__/__init__.cpython-37.pyc
assets/__pycache__/admin.cpython-37.pyc
assets/__pycache__/apps.cpython-37.pyc
assets/__pycache__/asset_handler.cpython-37.pyc
assets/__pycache__/models.cpython-37.pyc
assets/__pycache__/urls.cpython-37.pyc
assets/__pycache__/views.cpython-37.pyc
assets/admin.py
assets/apps.py
assets/asset_handler.py
assets/migrations/
assets/migrations/0001_initial.py
assets/migrations/__init__.py
assets/migrations/__pycache__/
assets/migrations/__pycache__/0001_initial.cpython-37.pyc
assets/migrations/__pycache__/__init__.cpython-37.pyc
assets/models.py
assets/templates/
assets/templates/assets/
assets/templates/assets/dashboard.html
assets/templates/assets/detail.html
assets/templates/assets/index.html
assets/tests.py
assets/urls.py
assets/views.py
Client/
Client/__init__.py
Client/bin/
Client/bin/__init__.py
Client/bin/main.py
Client/bin/report_assets.py
Client/conf/
Client/conf/__init__.py
Client/conf/settings.py
Client/core/
Client/core/__init__.py
Client/core/handler.py
Client/core/info_collection.py
Client/log/
Client/log/__init__.py
Client/log/cmdb.log
Client/plugins/
Client/plugins/__init__.py
Client/plugins/collect_linux_info.py
Client/plugins/collect_windows_info.py
Client/plugins/pywin32-220.win-amd64-py3.5(配合wmi模块,获取主机信息的模块).exe
CMDB/
CMDB/__init__.py
CMDB/__pycache__/
CMDB/__pycache__/__init__.cpython-37.pyc
CMDB/__pycache__/settings.cpython-37.pyc
CMDB/__pycache__/urls.cpython-37.pyc
CMDB/__pycache__/wsgi.cpython-37.pyc
CMDB/settings.py
CMDB/urls.py
CMDB/wsgi.py
db.sqlite3
manage.py
README.md
requirements
static/
static/adminlet-2.4.10/
static/adminlet-2.4.10/bower_components/
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/.bower.json
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/.editorconfig
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/.github/
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/.github/CODE_OF_CONDUCT.md
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/.github/CONTRIBUTING.md
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/.github/ISSUE_TEMPLATE.md
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/.github/PULL_REQUEST_TEMPLATE.md
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/.jshintrc
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/.npmignore
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/.travis.yml
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/composer.json
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/css/
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css.map
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css.map
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/img/
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha-horizontal.png
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha.png
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue-horizontal.png
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue.png
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/saturation.png
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/js/
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.min.js
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/docs/
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/docs/assets/
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/docs/assets/main.css
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/docs/helpers/
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/docs/helpers/code/
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/docs/helpers/code/index.js
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/docs/includes/
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/docs/includes/api.hbs
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/docs/includes/example.hbs
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/docs/includes/examples.hbs
static/adminlet-2.4.10/bower_components/bootstrap-colorpicker/docs/includes/examples/

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com