summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/StrataSignature.conf
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@f12-hydra.usersys.redhat.com>2010-03-23 15:50:59 -0400
committerGavin Romig-Koch <gavin@f12-hydra.usersys.redhat.com>2010-03-23 15:50:59 -0400
commit35c31e425e4270996ce26c85701f8418be702b15 (patch)
tree679c96a8f6cb85988b5b8b59e447a9a3f8ee5f49 /lib/Plugins/StrataSignature.conf
parenta0e90d346f2afbe699b963d3cf4f2d3c32b9c900 (diff)
downloadabrt-master.tar.gz
abrt-master.tar.xz
abrt-master.zip
implement the strata submit signature pluginHEADmaster
Diffstat (limited to 'lib/Plugins/StrataSignature.conf')
-rw-r--r--lib/Plugins/StrataSignature.conf20
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