summaryrefslogtreecommitdiffstats
path: root/examples/report-configuration.xml
blob: e6f4fea6ca25fd98d4323a0dcdcb7c0602ae7d3f (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
36
37
38
<Reports>
    <Report name='core_stats' good='Y' modified='Y' refresh-time='3600'>
        <Delivery mechanism='mail' type='nodes-digest'>
            <Destination address='user@domain.tld'/>
            <Destination address='user@otherdomain.tld'/>	    
        </Delivery>
        <Delivery mechanism='mail' type='nodes-individual'>
            <Destination address='user@domain.tld'/>
        </Delivery>
        <Delivery mechanism='rss' type='nodes-digest'>
            <Destination address='/var/www/core_stats.rss'/>
        </Delivery>
        <Delivery mechanism='www' type='nodes-digest'>
            <Destination address='/var/www/core_stats.html'/>
        </Delivery>
        <Machine name='.*'/>
    </Report>

    <Report name='stats_for_a_machines' good='N' modified='Y'>
        <Delivery mechanism='mail' type='nodes-digest'>
            <Destination address='user@domain.tld'/>
        </Delivery>
        <Delivery mechanism='mail' type='overview-stats'>
            <Destination address='user@otherdomain.tld'/>
        </Delivery>
        <Machine name='a.*'/>
	<Machine name='x-aim'/>
    </Report>


    <Report name='joey' good='N' modified='N'>
        <Delivery mechanism='mail' type='nodes-digest'>
            <Destination address='joey@domain.tld'/>
        </Delivery>
        <Machine name='beluga'/>
	<Machine name='oculus'/>
    </Report>
</Reports>