table of contents
SCATOOL.CONF(5) | Supportconfig Analysis Manual | SCATOOL.CONF(5) |
NAME¶
scatool.conf - Supportconfig Analysis Tool Configuration File
DESCRIPTION¶
The scatool.conf file has default values for scatool.
GLOBAL VARIABLES¶
- REMOVE_ARCHIVE
- Once the scatool processes the supportconfig archive, delete the archive, its .md5 file and extracted directory leaving only the html report file. REMOVE_ARCHIVE is disabled by default leaving the original archive in place.
Valid options: 0 = Disable remove archive mode, 1 =
Enable remove archive mode
Default: 0
- OUTPUT_PATH
- The directory where the HTML report file is saved.
Default: (Empty)
- OUTPUT_EMAIL_LIST
- The email address(es) where HTML reports should be sent. A comma or space separated list of email addresses.
Default: (Empty)
- REMOTE_SC_PATH
- The remote supportconfig path where the supportconfig tar ball is temporarily saved while running on the remote server. You generally don't want to change this path.
Default: /var/log
- SCA_LIBRARY_PATH
- The base SCA Tool library path. Pattern libraries are located here.
Default: /usr/lib/sca/
- SCA_PATTERN_PATH
- The base pattern directory for all patterns.
Default: /usr/lib/sca/patterns/
- BASHLIB
- The Bash library location for the supportconfig pattern repository. The bash patterns scatool uses requires bash libraries located in this directory.
Default: /usr/lib/sca/patterns/lib/bash
- PERL5LIB
- The Perl library location for the supportconfig pattern repository. The perl patterns scatool uses requires perl libraries located in this directory.
Default: /usr/lib/sca/patterns/lib/perl
- PYTHONPATH
- The Python library location for the supportconfig pattern repository. The python patterns scatool uses requires python libraries located in this directory.
Default: /usr/lib/sca/patterns/lib/python
- LOGLEVEL
- The SCA Tool log level.
Valid options: LOGLEVEL_NORMAL and LOGLEVEL_VERBOSE
Default: LOGLEVEL_NORMAL
AUTHOR¶
Jason Record <jason.record@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¶
2021 May 25 | sca-server-report |