Source: factory.core/extend.probe/ObjWebhookAlert.py
Post-probe alert dispatcher.
Reads a probe results list (from ObjWebhookProbe.probe()) and raises
alerts for non-PASS entries through the configured channels.
...
| Method | Signature | Description |
|---|---|---|
| alert_on_failures | alert_on_failures(results: list) -> list |
Dispatch alerts for every non-PASS result in a probe results list. |
| alert_summary | alert_summary(results: list) -> None |
Send a single summary alert if any failures occurred. |
| run_workflow_direct | run_workflow_direct(Guid, Param1 = '', Param2 = '', Param3 = '') |
Framework entry point — probe then alert. |
Probe webhooks then alert on any failures.