-
Notifications
You must be signed in to change notification settings - Fork 0
Developer Reference
bmwl edited this page Jul 13, 2026
·
1 revision
This is a placeholder page. A more complete developer reference is planned.
- Understand the custom SOAP handling in
VcenterClient.php - Use the
Databasetrait for database access - Follow IPL patterns for forms, widgets, and models
- Test against a real vCenter when modifying SOAP code
- CLI commands:
application/clicommands/ - Web controllers:
application/controllers/ - Forms:
application/forms/ - Models:
library/Proactiveha/Model/ - Widgets:
library/Proactiveha/Web/Widget/ - Workers:
library/Proactiveha/Worker/
At a minimum, and in addition to GUI testing, run these commands after changes:
icingacli proactiveha monitor run --once
icingacli proactiveha worker run --once
icingacli proactiveha sync run
icingacli proactiveha forcestate --id <id> --state red --push
icingacli proactiveha healthupdates list --id <id>