Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Monitoring Commands

The monitoring command group records security and compliance events against a system.

Push a Monitoring Event

pretorin monitoring push --system "My System" --title "Quarterly Access Review" \
  --event-type access_review --severity info

Event Types

TypeDescription
security_scanAutomated security scan result
configuration_changeInfrastructure or application configuration change
access_reviewPeriodic access review or audit
compliance_checkCompliance posture check or assessment

Severity Levels

SeverityDescription
criticalRequires immediate attention
highSignificant finding
mediumModerate finding
lowMinor finding
infoInformational event

Context Requirement

The monitoring push command requires an active system context. Set it with pretorin context set or pass --system explicitly.