Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AuditResultPerServer = newAuditGaugeVec( "audit_result_per_server", "Latest audit result (1 = ok, 0 = tampered).", ) AuditCurrRootPerServer = newAuditGaugeVec( "audit_curr_root_per_server", "Current root index used for the latest audit.", ) AuditRunAtPerServer = newAuditGaugeVec( "audit_run_at_per_server", "Timestamp in unix seconds at which latest audit run.", ) AuditPrevRootPerServer = newAuditGaugeVec( "audit_prev_root_per_server", "Previous root index used for the latest audit.", ) )
Audit metrics
View Source
var ErrAgentNotActive = errors.New("agent not active")
ErrAgentNotActive ...
Functions ¶
Types ¶
type AuditAgent ¶
type AuditAgent interface { Manage(args []string) (string, error) InitAgent() (AuditAgent, error) }
AuditAgent ...
Click to show internal directories.
Click to hide internal directories.