diff options
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 |