HEX
Server: nginx/1.18.0
System: Linux oas2 6.8.0-1039-oracle #40~22.04.1-Ubuntu SMP Wed Oct 29 05:11:00 UTC 2025 aarch64
User: root (0)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: //etc/oracle-cloud-agent/plugins/oci-vulnerabilityscan/config.yml
logDir: /var/log/oracle-cloud-agent/plugins/oci-vulnerabilityscan
scanInterval: 60m

jarScanConfig:
  enabled: true
  # 6 hours jar scan time
  jarScanTimeoutSecs: 21600
  skipBigJar: false
  highIoMode: false

circuitbreakers:
  # Maximum requests allowed to pass through when circuitbreaker is in half open state
  maxRequestsInHalfOpen: 2
  # Time in hours after which all counts will be reset
  countResetIntervalHours: 5
  # Timeout for which circuitbreaker is in open state i.e time when no requests will be processed
  # The state will change to half open after this duration
  # DP calls are made every 1 min and CP every 10 mins except when theres an update to the session details
  timeoutUntilHalfOpenMins: 120
  # Number of attempts allowed before circuitbreaker trips into closed state
  # Allow enough attempts for requests before tripping the CB and waiting the subsequent timeout
  stateConsecutiveFailuresBeforeTrip: 4

wfConfig:
  agentImageDir:                  /var/lib/oracle-cloud-agent/plugins/oci-vulnerabilityscan/qualys/agent_image
  downloadDir:                /var/lib/oracle-cloud-agent/plugins/oci-vulnerabilityscan/qualys/download
  versionPath:                /var/lib/oracle-cloud-agent/plugins/oci-vulnerabilityscan/qualys/versions
  vendorAgentNoLicenseErrorCode: 0
  vendorAgentIsAlreadyInstalledCode: 11
  vendorAgentHigherVersionInstalledCode: 10
  vendorAgentIsNotInstalledCode: 12