Auto-sync: 2026-04-19 14:51

This commit is contained in:
2026-04-19 14:51:38 +08:00
parent 5ee507c33a
commit fc0dde291f
103 changed files with 3687 additions and 12 deletions

View File

@@ -0,0 +1,32 @@
---
title: "Operations Bridge Manager (OBM)"
type: entity
tags: [Product, Monitoring, Cloud]
last_updated: 2026-04-19
---
## Summary
Operations Bridge Manager (OBM) 是 Micro Focus 的云监控解决方案,用于替代传统的 Sitescope实现跨公有云环境的动态监控。
## Key Features
- 支持 AWS、Azure、GCP 等多云平台
- 通过 IAM Role 实现跨账户数据收集,无需共享 Access Key
- Management Packs 定义监控策略,新实例自动部署监控
- 集成 CloudWatch API 获取监控数据
## Architecture
```
OBM AWS Account
├── OBM Application
├── Postgres RDS Database
└── Operation Agent
├── IAM Role (Cross-account access)
├── Management Packs
└── CloudWatch API
On-premise Global OBM
└── SMACKS Ticket
```
## References
- [[CTP Topic 8 Implementation of Cloud monitoring using Micro Focus Operations Bridge]]