19 lines
518 B
TOML
19 lines
518 B
TOML
server_url = "https://awatch.local/api/telemetry"
|
|
api_key = "change-me"
|
|
collect_interval_seconds = 60
|
|
role = "workstation"
|
|
|
|
enable_processes = true
|
|
enable_network = true
|
|
enable_security_events = true
|
|
enable_workforce_activity = true
|
|
|
|
spool_dir = "/var/lib/awatch-agent/spool"
|
|
timeout_seconds = 10
|
|
retry_attempts = 3
|
|
|
|
# Optional ActivityWatch compatibility output.
|
|
# Enables Rust replacement for the PowerShell worktime-session collector path.
|
|
aw_api_base = "http://awatch.local:5600/api/0"
|
|
aw_worktime_enabled = false
|