Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/444384.cloudwaysapps.com/zdhgyehamn/public_html/wp-includes/functions.php on line 6121
Agent Configuration Reference - Quasar Scan

Quasar Scan user guide

Agent Configuration Reference

< Guide Menu
Table of Contents

The settings in quasaragent.cfg are common to all types of agents (filesystem scanner, SQL scanner, etc).

quasaragent.cfg is an TOML file (INI-like structure, but test values need quotes)

Example structure:


[agent]
server = "127.0.0.1"

[logging]
master_level = "INFO"
file_enable = false
file_level = "INFO"

Common Agent Settings


\”server\”

Setting address of the Quasar server.

This can be an IP address or a fully-qualified DNS name.

Logging Settings

\”master_level\”

Setting logging level of scanning process.

These track UNIX SYSLOG log levels – DEBUG, INFO, NOTE, WARN, ERROR, CRIT

NOTE: the syslog_ settings only apply to Linux agents.

Directory Settings

Default directory locations are displayed by the Quasar agent on startup – to console if in foreground mode, and/or to the Windows event log or Linux syslog if in service mode.

The dirs section can be used to override default directory locations if the need arises.