 |
Warning: This is *very* much a work in progress and not at all stable or finalized. |
This is the API for writing "Scan Agents" for the ScanCore alert system.
Agent Exit Codes
Return Code
|
Reason
|
0
|
Agent successfully scanned one or more devices.
|
1
|
Agent did not find anything to scan (hardware not found or application not installed/found).
|
99
|
Agent exited with an undefined exit code. This is interpreted as a broken agent.
|
100 ~ 199
|
Reserved for Agent-specific exit codes. ScanCore treats these as "failed to run".
|