The monitoring command group records security and compliance events against a system.
pretorin monitoring push --system "My System" --title "Quarterly Access Review" \
--event-type access_review --severity info
| Type | Description |
security_scan | Automated security scan result |
configuration_change | Infrastructure or application configuration change |
access_review | Periodic access review or audit |
compliance_check | Compliance posture check or assessment |
| Severity | Description |
critical | Requires immediate attention |
high | Significant finding |
medium | Moderate finding |
low | Minor finding |
info | Informational event |
| Option | Description |
--system / -s | System name or ID (uses active context if omitted) |
--framework / -f | Framework ID (uses active context if omitted) |
--title / -t | Event title (required) |
--severity | Event severity (default: high) |
--control / -c | Control ID (e.g., sc-07, ac-02) |
--description / -d | Detailed event description |
--event-type | Event type (default: security_scan) |
--update-control-status | Also update the control status to in_progress |
The monitoring push command requires an active system context. Set it with pretorin context set or pass --system explicitly.