summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2006-05-31 19:01:45 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2006-05-31 19:01:45 +0000
commit8a9a0968340d998bc46195bde54e28d57f5f8850 (patch)
tree451c7e91699212e24abc4df8aa6ea972a85be506 /examples
parentfdbc37924fcbd5a2ea3eeadf098e99fc652c805a (diff)
downloadbcfg2-8a9a0968340d998bc46195bde54e28d57f5f8850.tar.gz
bcfg2-8a9a0968340d998bc46195bde54e28d57f5f8850.tar.bz2
bcfg2-8a9a0968340d998bc46195bde54e28d57f5f8850.zip
Added an example of how to specify refresh-time. (specified in seconds)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1868 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'examples')
-rw-r--r--examples/report-configuration.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/report-configuration.xml b/examples/report-configuration.xml
index 728dc4c1a..e6f4fea6c 100644
--- a/examples/report-configuration.xml
+++ b/examples/report-configuration.xml
@@ -1,5 +1,5 @@
<Reports>
- <Report name='core_stats' good='Y' modified='Y'>
+ <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'/>