diff options
Diffstat (limited to 'man/en')
-rw-r--r-- | man/en/sos.conf.5 | 34 | ||||
-rw-r--r-- | man/en/sosreport.1 | 2 |
2 files changed, 35 insertions, 1 deletions
diff --git a/man/en/sos.conf.5 b/man/en/sos.conf.5 index e69de29b..dc10b1be 100644 --- a/man/en/sos.conf.5 +++ b/man/en/sos.conf.5 @@ -0,0 +1,34 @@ +.TH "sos.conf" "5" "SOSREPORT" "sosreport configuration file" +.SH NAME +sos.conf \- sosreport configuration +.SH DESCRIPTION +.sp +sosreport uses a configuration file at /etc/sos.conf. +.SH PARAMETERS +.sp +There are 3 sections of configuration in the sosreport configuration file: general, +plugins, and tunables. +.SH [general] OPTIONS +.sp +.in +ftp_upload_url Default ftp server to send reports. +.in +gpg_keyring Default gpgkey. +.in +gpg_recipient GPG recipient +.in +smtp_server Mail server +.SH [plugins] OPTIONS +.sp +.in +disable Comma separated list of plugins to disable. +.SH [tunables] OPTIONS +.sp +.in +(plugin, option) Alter available options for defined plugin. +.SH FILES +.sp +/etc/sos.conf +.SH SEE ALSO +.sp +sosreport(1) diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index 394b0f97..e5344d74 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -1,4 +1,4 @@ -.TH SOSREPORT 1 "Tue Feb 09 2010" +.TH SOSREPORT 1 "Tue Apr 08 2010" .SH NAME sosreport \- Generate debugging information for this system .SH SYNOPSIS |