зеркало из https://github.com/microsoft/vProfiler.git
35 строки
626 B
YAML
35 строки
626 B
YAML
|
|
sosreport:
|
|
description: gernerate a sosreport
|
|
supported_distros:
|
|
- Ubuntu
|
|
- Red Hat Enterprise Linux
|
|
- Debian GNU/Linux
|
|
- CentOS Linux
|
|
cmds:
|
|
- bash sosreport.sh
|
|
|
|
supportconfig:
|
|
description: generate a supportconfig report
|
|
supported_distros:
|
|
- SLES
|
|
cmds:
|
|
- bash supportconfig.sh
|
|
|
|
generate:
|
|
description: generate a report
|
|
also_run:
|
|
sosreport: True
|
|
supportconfig: True
|
|
|
|
upload:
|
|
description: upload a file to blob storage
|
|
params:
|
|
- URL
|
|
cmds:
|
|
- python upload.py 'URL'
|
|
|
|
default:
|
|
generate: True
|
|
|