go18/devcloud/cmdb/README.md
2025-07-06 08:43:20 +08:00

15 lines
496 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 资源管理
## CMDB需求介绍
公司所有的资产(ITMS), 运维管理的资产(虚拟机), 为这些资产提供维护(日志清理, 安全检查, 监控告警, ...), Excel
1. 维护麻烦, 静态的, 每次变更都需要人为把信息同步给其他系统。
2. 没法通过API提供数据给其他系统, 没法做系统集成, 系统化程度低。
大的数据库通过为这些数据提供API, 实现数据的 高速集成, 数据一定准确
## 常见的CMDB设计模式