cmdb icon indicating copy to clipboard operation
cmdb copied to clipboard

CMDB: configuration and management of IT resources

Results 125 cmdb issues
Sort by recently updated
recently updated
newest added

### Contact Details _No response_ ### What is your question? ![image](https://github.com/veops/cmdb/assets/30629682/d5d8840c-2b12-47e8-a5c1-8fa9d14cf49f) 1、配置后时到了提前的天数后是每天提醒还是只提醒一次 2、这个功能需不需其他组件,还是只是cmdb的功能 ### Version 2.4.2

help wanted

### Contact Details _No response_ ### This bug is related to UI or API? _No response_ ### What happened? 在a模型新增一个f1属性,不设置唯一属性,在模型的唯一校验把这个f1属性加进去,我在b模型导入这个f1属性。我用b模型创建一条数据并填写f1属性,然后在a模型创建一条数据并设置f1属性与前面a模型录入f1的数据一样时,会触发唯一检验问题 ### Version 2.4.2 ### What browsers are you seeing the...

☢️ bug

### Contact Details _No response_ ### This bug is related to UI or API? UI ### What happened? 如图:模型配置页面属性组移动箭头提示错误 ![WX20240423-230653@2x](https://github.com/veops/cmdb/assets/541488/3b5efa3c-7fe9-49cb-a0d5-9e28bdd06c2f) ### Version newest ### What browsers are you seeing the...

☢️ bug

### Contact Details _No response_ ### feature is related to UI or API aspects? _No response_ ### What is your advice? 数据类型增加级联选择,比如省、市、区 ### Version newest

✏️ feature

### Contact Details _No response_ ### feature is related to UI or API aspects? _No response_ ### What is your advice? 点了某个服务,自动且只展示这个服务相关的模型拓扑。比如有个模型叫做服务。如图所示 ![拓扑图](https://github.com/veops/cmdb/assets/18043170/20b7cdf2-90ae-471f-a376-d6c7325888fc) ### Version newest

✏️ feature

### Contact Details _No response_ ### feature is related to UI or API aspects? API ### What is your advice? 从配置上来看,似乎不支持外置数据库和外置redis。 能否支持下配置外置数据库,并通过参数传递呢,类似jumpserver部署过程中的配置呢 ### Version 2.4.3

✏️ feature

### Contact Details _No response_ ### feature is related to UI or API aspects? _No response_ ### What is your advice? 在录入cmdb时候我可能录入的是一个int,但int是有意义的,例如1代表运行,2代表关机,在模型增加属性的时候可以有枚举输入框 ### Version newest

✏️ feature

### Contact Details _No response_ ### feature is related to UI or API aspects? UI ### What is your advice? CI关系页面可否考虑增加超链接,方便通过查询关系跳转对应关联的资产 例如:通过虚拟机找到挂载的硬盘,点击CI关系页面图标跳转或新窗口打开对应的硬盘资产信息详情页面 如图所示: ![WechatIMG43](https://github.com/veops/cmdb/assets/541488/5131ec28-1cc0-414f-9c3a-2ba54662bc64) ### Version newest

✏️ feature

提示不支持markdown格式 最后只好使用webhook进行飞书告警了

☢️ bug

### Contact Details _No response_ ### This bug is related to UI or API? API ### What happened? Feat: 新增属性关联功能,支持通过两个模型的属性值自动建立关系 # 故障场景 例如,虚拟机A——运行于——计算节点1 后因故障虚拟机迁移,关系变为虚拟机A——运行于——计算节点2 更新虚拟机中(所在计算节点字段,将原值‘计算节点1’,修改为'计算节点2'),cmdb-api后台会自动尝试新增一条‘虚拟机A——运行于——计算节点2’的关系,导致与原有关系冲突,违反1-N约束。 前台并不会提示错误,能正常修改,虚拟机资产的字段值为运行于计算节点2,但是关系因更新失败会继续保持为运行于计算节点1 # 分析 这个逻辑在新版支持属性关联功能自动建立关系之前,我们自行同步信息的脚本是调用API,先查询现有关系,因为是1-N约束,存在已有关系需要先删除,然后再新增关系即可处理这种迁移的场景。 ###...

✏️ feature