最近2年,伴随着大数据、机器学习和人工智能等相关技术领域在互联网行业被应用和推广的越来越多。作为相关技术最基础的保障,数据中心领域的技术发展可谓一日千里。 绿色数据中心和智能数据中心的相关理念被更多的互联网公司迅速的落地到各种新增的数据中心项目中。从数据中心综合化、智能化的监控和运维管理平台的方向上,DCIM平台的概念也很快的进入了各大互联网公司数据中心平台发展视野与规划。 DCIM (Data Center Infrastructure management) 系统是数据中心基础设施管理系统,是将IT(信息技术)和设备管理结合起来对数据中心关键设备进行集中监控、容量规划等集中管理。通过软件、硬件和传感器等,DCIM提供一个独立的管理平台,对数据中心IT设备和基础设施进行实时监控和管理。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
driver: org.postgresql.Driver | |
classpath: ./lib/postgresql-42.2.5.jar | |
url: jdbc:postgresql://localhost:5432/sampledb | |
username: adminUsername | |
password: adminUserPassword | |
changeLogFile: src/main/resources/db.changelog.xml |