Source: factory.service/package.core/ObjServiceMonitor.py
System monitoring service.
Delegates to ObjMonitor.Monitor for infrastructure
data collection — system metrics, database health,
drive usage, port scans, HTTPS certificates, DNS,
...
| Method | Signature | Description |
|---|---|---|
| collect | collect(mode: str = 'collect') -> dict |
Run a collection cycle. |
| patch_param | patch_param(text: str, depth: int = 0) -> str |
Replace service placeholders in text. |
| process | process(context: dict) -> dict |
Workflow entry point for monitor operations. |
| run_workflow_direct | run_workflow_direct(guid: str, param1: str = '', param2: str = '', param3: str = '') -> str |
Legacy workflow direct entry point. |
Run a system monitoring collection cycle.
Quick system metrics (CPU, RAM, disk).
Full daily sweep including ports and certs.