admin / Synapse-Sonar
publicAttack Surface Simulation
Synapse-Sonar / synapse-sonar / public / agents / host-agent / sonar-agent.env.example
476 B · main
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Synapse Sonar host agent configuration # Copy to /etc/sonar-agent/sonar-agent.env and edit. # Base URL of your Synapse Sonar instance SONAR_URL=https://sonar.corp.internal:3000 # "Sensor ingest key" from the Synapse Sonar UI: # Integrations -> NetscanXi -> Sensor ingest key (Generate) SONAR_INGEST_KEY=nsx_sensor_xxxxxxxxxxxxxxxxxxxxxxxx # Seconds between pushes SONAR_INTERVAL=30 # Set to false only if Sonar uses a self-signed TLS certificate SONAR_VERIFY_TLS=true |