Scroll to navigation

SDBROKER.CONF(5) Supportconfig Analysis Manual SDBROKER.CONF(5)

NAME

sdbroker.conf - Supportconfig Diagnostic Broker configuration file

DESCRIPTION

The sdbroker.conf file has default values for variables used by several Broker Server applications. The following applications use the sdbroker.conf file: sdbroker, sdbroker-monitor, scadb

Input source. The complete input source location of supportconfig archives to be processed. This URL is broken into individual components by setup-sdbroker for faster processing because sdbroker is run frequently. The components are INSRC_TYPE, INSRC_HOST and INSRC_DIR.
Run setup-sdbroker to configure.
Examples:
Input source type. This is the type component of the INSRC. There are two supported input source types: ftp and file
Run setup-sdbroker to configure.
Input source host. This is the hostname component of the INSRC.
Run setup-sdbroker to configure.
Input source directory. This is the directory component of the INSRC.
Run setup-sdbroker to configure.
The broker's working directory.
Default: /var/tmp/sca/
The archive import file for new supportconfigs.
Default: ${SCA_WORK}/manifest.archives.sql or /var/tmp/sca/manifest.archives.sql
The administor email notification address. Any email alerts generated by sdbroker will be sent to this address.
Run setup-sdbroker to configure.
The time in seconds to wait before attempting to analyze an archive that was marked for retry.
Default: 900
The time in seconds to wait for an assigned archive to change states. The sdagent assigns new archives to agent worker threads. When the worker thread starts to process the archive, it will change its state. If the state does not change from Assigned to something else within the ARCHIVE_ASSIGNED_TIMEOUT, the archive will be reassigned to another agent and the agent working on the archive will be deactivated.
Default: 1800
The MySQL database user to use for all Broker Server database operations. The sdbroker user is included in the schema and created by default.
WARNING: Do not change this value.
Default: sdbroker
The DB_USER password for the sdbroker MySQL database user.
Run setup-sdbroker to configure.
The main MySQL database name for the Supportconfig Diagnostic Tool infrastructure.
WARNING: Do not change this value.
Default: ServerDiagnostics
MySQL connection information. Includes the DB_USER, DB_PASS and DB_NAME necessary to access the ServerDiagnostics database.
The broker log level. Valid options are LOGLEVEL_SILENT, LOGLEVEL_MIN, LOGLEVEL_NORMAL, LOGLEVEL_VERBOSE and LOGLEVEL_DEBUG.
Default: LOGLEVEL_MIN
The level of alerts sent to the administrator's email. Valid options are EMAIL_SILENT, EMAIL_MIN, EMAIL_NORMAL, EMAIL_VERBOSE and EMAIL_DEBUG.
Default: EMAIL_MIN

AUTHOR

Jason Record <jrecord@suse.com>

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>.

SEE ALSO

sdbroker(8) scadb(8) setup-sdbroker(8) sdbroker-monitor(8)

12 Mar 2021 sca-appliance-broker