summaryrefslogtreecommitdiffstats
path: root/src/plugins/report_RHTSupport.xml.in
blob: 834528ae7236014590db71ac0f82946a3a8fbf6f (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
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8" ?>
<event>
    <_name>Red Hat Customer Support</_name>
    <_description>Report to Red Hat support</_description>

    <requires-items>package</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>

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