Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8" ?>
<event>
    <_name>Report Uploader</_name>
    <_description>Upload as tar.gz file (via FTP/SCP/...)</_description>

    <requires-items></requires-items>
    <exclude-items-by-default>event_log,reported_to</exclude-items-by-default>
    <exclude-items-always></exclude-items-always>
    <exclude-binary-items>no</exclude-binary-items>
    <include-items-by-default></include-items-by-default>
    <minimal-rating>0</minimal-rating>
    <gui-review-elements>yes</gui-review-elements>

    <options>
        <option type="text" name="Upload_URL">
            <_label>URL</_label>
            <allow-empty>no</allow-empty>
            <_description>Where do you want to upload the tarball with report in form login:password@url</_description>
            <_note-html>Examples:&#xA;ftp://[user[:pass]@]host/dir/[file.tar.gz]&#xA;scp://[user[:pass]@]host/dir/[file.tar.gz]&#xA;file:///dir/[file.tar.gz]</_note-html>
            <default-value></default-value>
        </option>
        <advanced-options>
            <option type="text" name="Upload_Username">
                <_label>User name</_label>
                <allow-empty>yes</allow-empty>
                <_description>Use this field if you do not want to have user name in URL</_description>
            </option>
            <option type="password" name="Upload_Password">
                <_label>Password</_label>
                <allow-empty>yes</allow-empty>
                <_description>Use this field if you do not want to have password in URL</_description>
            </option>
            <option type="text" name="http_proxy">
                <_label>HTTP Proxy</_label>
                <allow-empty>yes</allow-empty>
                <_note-html>Sets the proxy server to use for HTTP</_note-html>
            </option>
            <option type="text" name="HTTPS_PROXY">
                <_label>HTTPS Proxy</_label>
                <allow-empty>yes</allow-empty>
                <_note-html>Sets the proxy server to use for HTTPS</_note-html>
            </option>
            <option type="text" name="FTP_PROXY">
                <_label>FTP Proxy</_label>
                <allow-empty>yes</allow-empty>
                <_note-html>Sets the proxy server to use for FTP</_note-html>
            </option>
            <option type="text" name="Upload_SSHPublicKey">
                <_label>SSH Public key file</_label>
                <allow-empty>yes</allow-empty>
                <_note-html>Use this field to specify SSH public keyfile</_note-html>
            </option>
            <option type="text" name="Upload_SSHPrivateKey">
                <_label>SSH Private key file</_label>
                <allow-empty>yes</allow-empty>
                <_note-html>Use this field to specify SSH private keyfile</_note-html>
            </option>
        </advanced-options>
    </options>
</event>