Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sosreport(1) [centos man page]

SOSREPORT(1)						      General Commands Manual						      SOSREPORT(1)

NAME
sosreport - Collect and package diagnostic and support data SYNOPSIS
sosreport [-l|--list-plugins] [-n|--skip-plugins plugin-names] [-e|--enable-plugins plugin-names] [-o|--only-plugins plugin-names] [-a|--alloptions] [-v|--verbose] [--report] [--config-file conf] [--batch] [--build] [--name name] [--ticket-number number] [--debug] [--tmp-dir directory] [--profile] [--help] DESCRIPTION
sosreport generates a compressed tar archive of diagnostic information from the running system. The archive may be stored locally or cen- trally for recording or tracking purposes or may be sent to technical support representatives, developers or system administrators to assist with technical fault-finding and debugging. Sos is modular in design and is able to collect data from a wide range of subsystems and packages that may be installed. An XML or HTML report summarizing the collected information is optionally generated and stored within the archive. OPTIONS
-l, --list-plugins List all available plugins and their options. Plug-ins that would not be enabled by the current configuration are listed separately. -n, --skip-plugins PLUGNAME[,PLUGNAME] Disable the specified plugin(s). Multiple plug-ins may be specified by repeating the option or as a comma-separated list. -e, --enable-plugins PLUGNAME[,PLUGNAME] Enable the specified plugin(s). Multiple plug-ins may be specified by repeating the option or as a comma-separated list. -o, --only-plugins PLUGNAME[,PLUGNAME] Enable the specified plugin(s) only (all other plugins should be disabled). Multiple plugins may be specified by repeating the option or as a comma-separated list. -k PLUGNAME.PLUGOPT[=VALUE] Specify plug-in options. The option PLUGOPT is enabled, or set to the specified value in the plug-in PLUGNAME. -a, --alloptions Set all boolean options to True for all enabled plug-ins. -v, --verbose Increase logging verbosity. May be specified multiple times to enable additional debugging messages. -q, --quiet Only log fatal errors to stderr. --report Enable HTML/XML report writing. --config-file CONFIG Specify alternate configuration file. --tmp-dir DIRECTORY Specify alternate temporary directory to copy data as well as the compressed report. --batch Generate archive without prompting for interactive input. --name NAME Specify a name to be used for the archive. --ticket-number NUMBER Specify a ticket number to be used for archive --build Do not archive copied data. Causes sosreport to leave an uncompressed archive as a temporary file or directory tree. --debug Enable interactive debugging using the python debugger. Exceptions in sos or plug-in code will cause a trap to the pdb shell. --profile Enable profiler logging. --help Display usage message. MAINTAINER
Bryn M. Reeves <bmr@redhat.com> AUTHORS &; CONTRIBUTORS See AUTHORS file in /usr/share/doc/sosreport. TRANSLATIONS
Translations are handled by transifex (https://fedorahosted.org/transifex/) Mon Mar 25 2013 SOSREPORT(1)

Check Out this Related Man Page

MUNIN-RUN(1p)						User Contributed Perl Documentation					     MUNIN-RUN(1p)

NAME
munin-run - A program to run Munin plugins from the command line SYNOPSIS
munin-run [options] <plugin> [ config | autoconf | snmpconf | suggest ] DESCRIPTION
munin-run is a script to run Munin plugins from the command-line. It's useful when debugging plugins, as they are run in the same conditions as they are under munin-node. OPTIONS
--config <configfile> Use <file> as configuration file. [/etc/munin/munin-node.conf] --servicedir <dir> Use <dir> as plugin dir. [/etc/munin/plugins/] --sconfdir <dir> Use <dir> as plugin configuration dir. [/etc/munin/plugin-conf.d/] --sconffile <file> Use <file> as plugin configuration. Overrides sconfdir. [undefined] --paranoia Only run plugins owned by root and check permissions. [disabled] --help View this help message. --debug Print debug messages. Debug messages are sent to STDOUT and are prefixed with "#" (this makes it easier for other parts of munin to use munin-run and still have --debug on). Only errors go to STDERR. --pidebug Plugin debug. Sets the environment variable MUNIN_DEBUG to 1 so that plugins may enable debugging. [disabled] --version Show version information. FILES
/etc/munin/munin-node.conf /etc/munin/plugins/* /etc/munin/plugin-conf.d/* /var/run/munin/munin-node.pid /var/log/munin/munin-node.log VERSION
This is munin-run (munin-node) v2.0.6-4+deb7u2 $Id$ AUTHORS
Audun Ytterdal, Jimmy Olsen, Tore Anderson, Nicolai Langfeldt. BUGS
Please see http://munin-monitoring.org/report/1 <http://munin-monitoring.org/report/1>. COPYRIGHT
Copyright (C) 2002-2009 Audun Ytterdal, Jimmy Olsen, Tore Anderson, Nicolai Langfeldt / Linpro AS. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program is released under the GNU General Public License perl v5.14.2 2013-11-12 MUNIN-RUN(1p)
Man Page