summaryrefslogtreecommitdiffstats
path: root/lib/plugins/ReportUploader.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/ReportUploader.conf')
-rw-r--r--lib/plugins/ReportUploader.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/plugins/ReportUploader.conf b/lib/plugins/ReportUploader.conf
new file mode 100644
index 00000000..57692531
--- /dev/null
+++ b/lib/plugins/ReportUploader.conf
@@ -0,0 +1,21 @@
+Enabled = yes
+
+# 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