summaryrefslogtreecommitdiffstats
path: root/src/plugins/report_RHTSupport.xml
blob: a01a7dba000ac776de280982a514aed84e4fe6f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8" ?>
<event>
    <name>Red Hat Customer Support</name>
    <description>Report problems to Red Hat support</description>
    <options>
        <option type="text" name="RHTSupport_URL">
            <label>RH Portal URL</label>
            <allow-empty>no</allow-empty>
            <description>Address of the Red Hat support portal</description>
            <default-value>https://api.access.redhat.com/rs</default-value>
        </option>
        <option type="text" name="RHTSupport_Login">
            <label>Username</label>
            <description>Red Hat customer user name</description>
            <allow-empty>no</allow-empty>
        </option>
        <option type="password" name="RHTSupport_Password">
            <label>Password</label>
            <description>Red Hat customer password</description>
            <allow-empty>no</allow-empty>
        </option>
        <option type="bool" name="RHTSupport_SSLVerify">
            <label>Verify SSL</label>
            <description>Check SSL key validity</description>
            <default-value>yes</default-value>
        </option>
    </options>
</event>