summaryrefslogtreecommitdiffstats
path: root/src/plugins/report_RHTSupport.xml.in
blob: 725be3acd1f265b8f9ce87cd44b6d7f9ea1e9106 (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
<?xml version="1.0" encoding="UTF-8" ?>
<event>
    <_name>Red Hat Customer Support</_name>
    <_description>Report 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>