summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2005-06-22 19:09:14 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2005-06-22 19:09:14 +0000
commit8c4b40f4cebe0cc6a1d06db974c170588f357245 (patch)
tree7edbe9e1defd6462e0f60c1c981677a73c062ad0 /examples
parent8bba0c22ade50b7ddf77850b17bcc1cb238a417b (diff)
downloadbcfg2-8c4b40f4cebe0cc6a1d06db974c170588f357245.tar.gz
bcfg2-8c4b40f4cebe0cc6a1d06db974c170588f357245.tar.bz2
bcfg2-8c4b40f4cebe0cc6a1d06db974c170588f357245.zip
(Logical change 1.235)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@982 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'examples')
-rw-r--r--examples/report-configuration.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/examples/report-configuration.xml b/examples/report-configuration.xml
index e69de29bb..210ed0dae 100644
--- a/examples/report-configuration.xml
+++ b/examples/report-configuration.xml
@@ -0,0 +1,38 @@
+<Reports>
+ <Report name='core_stats' good='Y' modified='Y'>
+ <Delivery mechanism='mail' type='nodes-digest'>
+ <Destination address='root@localhost'/>
+ <Destination address='user@domain.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>