File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/sos.tar
Back
sos.conf 0000644 00000002377 15027404510 0006226 0 ustar 00 [global] # Set global options here that are not component specific # If you would like one global default value to be specifically overridden for # just one component, but not others, you may override that value in the # component specific section below #verbose = 3 #verify = yes #batch = yes #log-size = 15 tmp-dir = /tmp [report] # Options that will apply to any `sos report` run should be listed here. # Note that the option names *must* be the long-form name as seen in --help # output. Use a comma for list delimitations. #skip-plugins = rpm, selinux, dovecot #enable-plugins = host,logs [collect] # Options that will apply to any `sos collect` run should be listed here. # Note that the option names *must* be the long-form name as seen in --help # output. Use a comma for list delimitations #primary = myhost.example.com #ssh-key = /home/user/.ssh/mykey #password = true [clean] # Options that will apply to any `sos clean|mask` run should be listed here. # Note that the option names *must* be the long-form name as seen in --help # output. Use a comma for list delimitations #domains = mydomain.com #no-update = true [plugin_options] # Specify any plugin options and their values here. These options take the form # plugin_name.option_name = value #rpm.rpmva = off usr/bin/sos 0000755 00000001144 15027406612 0006662 0 ustar 00 #!/usr/bin/python3 # This file is part of the sos project: https://github.com/sosreport/sos # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions of # version 2 of the GNU General Public License. # # See the LICENSE file in the source distribution for further information. import sys import os try: sys.path.insert(0, os.getcwd()) from sos import SoS except KeyboardInterrupt: raise SystemExit() if __name__ == '__main__': sos = SoS(sys.argv[1:]) sos.execute() os._exit(0) # vim:ts=4 et sw=4
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings