System variables
Variable | Data Type | Description |
---|---|---|
proxy.config.proxy_name | STRING |
Default: (none) The name of the Content Gateway node. |
proxy.config.bin_path | STRING |
Default: bin The location in which the Content Gateway binary files are placed by the installer. |
proxy.config.proxy_binary | STRING |
Default: content_gateway The name of the executable that runs the content_gateway process. |
proxy.config.proxy_binary_ opts | STRING |
Default: -M The command-line options for starting content_gateway. |
proxy.config.manager_ binary | STRING |
Default: content_manager The name of the executable that runs the content_manager process. |
proxy.config.cli_binary | STRING |
Default: content_line The name of the executable that runs the content_line interface. |
proxy.config.watch_script | STRING |
Default: content_cop The name of the executable that runs the content_cop process. |
proxy.config.env_prep | STRING |
Default: example_prep.sh The script that is executed before the content_ manager process spawns the content_ gateway process. |
proxy.config.config_dir | STRING |
Default: config The directory, relative to bin_path (above), that contains the Content Gateway configuration files. |
proxy.config.temp_dir | STRING |
Default: /tmp The directory used for Content Gateway temporary files |
proxy.config.alarm_email | STRING |
Default: <install user> The email address to which Content Gateway sends alarm messages. During installation, you can specify the email address; otherwise, Content Gateway uses the Content Gateway user account name as the default value. |
proxy.config.syslog_facility | STRING |
Default: LOG_DAEMON The facility used to record system log files. See Working With Log Files. |
proxy.config.cop.core_ signal | INT | Default: 3 The signal sent by content_cop to its managed processes – content_manager and content_ gateway – to stop them.Note: Do not change the value
of this variable.
|
proxy.config.cop.sleep_ time | INT |
Default: 45 The interval, in seconds, between heartbeat tests performed by content_cop to test the health of the content_manager and content_ gateway processes. Note: Do not change the value of this variable.
|
proxy.config.cop.linux_ min_swapfree_kb | INT |
Default: 10240 This variable is not used. |
proxy.config.cop.linux_ min_memfree_kb | INT |
Default: 10240 This variable is not used. |
proxy.config.output.logfile | STRING |
Default: content_gateway_out The name and location of the file that contains warnings, status messages, and error messages produced by the Content Gateway processes. If no path is specified, Content Gateway creates the file in its logging directory. |
proxy.config.output.logfile. log_dir_usage_percent | INT |
Default: 35 The percentage of space allocated by proxy. config.log2.max_space_ mb_for_logs, that can be used for logs in /opt/WCG/logs/ except for content_gateway.out. Content_gateway. out can use up to the log directory limit. |
proxy.config.snapshot_dir | STRING |
Default: snapshots The directory in which Content Gateway stores configuration snapshots on the local system. Unless you specify an absolute path, this directory is located in the Content Gateway config directory. |
proxy.config.attach_ debugger_script | STRING |
Default: NULL This variable should be used only on the direction of Technical Support. If set, when the content_gateway process resets, a debug script (in /opt/WCG/bin) is run. |
proxy.config.healthcheck_ force_offline | INT |
Default: 0 When enabled (1), forces URL health checks to report proxy down. See, Health Check URLs. |