diff options
author | Gavin Romig-Koch <gavin@f12-hydra.usersys.redhat.com> | 2010-03-23 15:50:59 -0400 |
---|---|---|
committer | Gavin Romig-Koch <gavin@f12-hydra.usersys.redhat.com> | 2010-03-23 15:50:59 -0400 |
commit | 35c31e425e4270996ce26c85701f8418be702b15 (patch) | |
tree | 679c96a8f6cb85988b5b8b59e447a9a3f8ee5f49 /lib/Plugins/StrataSignature.conf | |
parent | a0e90d346f2afbe699b963d3cf4f2d3c32b9c900 (diff) | |
download | abrt-master.tar.gz abrt-master.tar.xz abrt-master.zip |
Diffstat (limited to 'lib/Plugins/StrataSignature.conf')
-rw-r--r-- | lib/Plugins/StrataSignature.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/Plugins/StrataSignature.conf b/lib/Plugins/StrataSignature.conf new file mode 100644 index 0000000..97f455c --- /dev/null +++ b/lib/Plugins/StrataSignature.conf @@ -0,0 +1,20 @@ +# Customer = "Example Inc." +# Ticket = IT12345 +# Encrypt = yes +# If set to "no" or commented out, +# compressed ticket data will be copied to /tmp: +# Upload = yes + +# If "Upload = yes", URL to upload the files to. +# supported: ftp, ftps, http, https, scp, sftp, tftp, file +# for example: ftp://user:password@server.name/directory +# or: scp://user:password@server.name:port/directory etc. +# for testing: file:///tmp/test_directory +# URL = + +# How many times we try to upload the file +# RetryCount = 3 + +# How long we wait between we retry the upload (in seconds) +# RetryDelay = 20 +Enabled = yes |