Running the Example Agent
The Example Agent allows two optional parameters:
-c/--config— Specifies the path to the general configuration file. If -c/--config is not declared, then by default the Agent looks for the config.json file in the current directory.
-a/--allowlist— Specifies the path to the allowlist configuration file. If -a/--allowlist is not declared, then by default the Agent looks for the remote_session_allowlist.json file in the current directory.
See the following example of usage on Unix:
./example-agent -c /path/to/config.json -a /path/to/allowlist.json
See the following example of usage on Windows:
example-agent.exe -c C:\path\to\config.json -a C:\path\to\allowlist.json
Was this helpful?