-
Notifications
You must be signed in to change notification settings - Fork 0
Home
bmwl edited this page Jul 13, 2026
·
3 revisions
Welcome to the Proactive HA module wiki. This module bridges Icinga Business Process node states to VMware vSphere Proactive HA health updates.
- What is Proactive HA
- Installation
- Configuration
- Operation
- CLI Reference
- Troubleshooting
- Architecture
- Developer Reference
- Roadmap
When an Icinga Business Process node changes state, the module pushes a corresponding health update to vCenter:
| Icinga State | vSphere Health |
|---|---|
| OK | green |
| WARNING | yellow |
| CRITICAL | red |
This lets vSphere Proactive HA react to Icinga-detected infrastructure problems.
- Report issues on GitHub
- Read the troubleshooting guide
- Review architecture docs before making changes