Files
nexus/wiki/sources/ctp-topic-8-implementation-of-cloud-monitoring-using-micro-focus-operations-bridge.md
2026-04-19 14:51:38 +08:00

2.3 KiB
Raw Blame History

title, type, tags, date
title type tags date
CTP Topic 8 Implementation of Cloud monitoring using Micro Focus Operations Bridge source
cloud-learning
AWS
monitoring
OBM
CTP
2026-04-14

Source File

Summary

  • 核心主题:使用 Micro Focus Operations Bridge Manager (OBM) 实现 AWS 云监控
  • 问题域:云环境监控能力补全,替代传统 Sitescope 方案
  • 方法/机制OBM Management Packs + IAM Role-based Access + CloudWatch API 集成
  • 结论/价值:实现动态云监控,无需在客户账户安装服务器

Key Claims

  • OBM 提供比 Sitescope 更灵活的动态监控能力
  • 通过 IAM Role 实现跨账户 CloudWatch 数据收集,无需共享 Access Key
  • Management Packs 定义监控策略,支持新实例自动部署监控
  • OBM 可监控任何公有云供应商AWS、Azure、GCP的 CloudWatch 指标

Key Quotes

"The agent uses role-based access to collect data from CloudWatch API, eliminating the need to install servers in customer accounts and share sensitive access keys."

"Whenever new instances are added, policies are automatically deployed, and monitoring begins, offering dynamic monitoring capabilities."

Key Concepts

Key Entities

  • Micro Focus企业软件公司OBM 产品提供商
  • AWS:公有云平台
  • CloudWatchAWS 监控和可观测性服务

Connections

Architecture

Regional OBM (AWS Account)
    ├── OBM Application
    ├── Postgres RDS
    └── Operation Agent
        ├── IAM Role (Cross-account access)
        ├── Management Packs (AWS Mgmt Pack)
        └── CloudWatch API (Data Collection)
            ↓
On-premise Global OBM
    └── SMACKS Ticket (Event Escalation)