source: pvrrd/properties.xml @ 198

Last change on this file since 198 was 198, checked in by jemian, 13 years ago

replace libxml2 with ElementTree? for XML file handling

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Author Revision Url Id
File size: 2.6 KB
Line 
1<?xml version="1.0"?>
2
3<!--
4########### SVN repository information ###################
5# $Date: 2010-08-02 21:39:14 +0000 (Mon, 02 Aug 2010) $
6# $Author: jemian $
7# $Revision: 198 $
8# $HeadURL$
9# $Id: properties.xml 198 2010-08-02 21:39:14Z jemian $
10########### SVN repository information ###################
11-->
12
13<properties>
14  <title>Sectors 33 and 34 RRD logs</title>
15  <spans baseStep="30">
16    <span name="hour"   xff="0.9995" steps="1"     rows="150" desc="150 samples of 30 seconds (~1 hour)">-1h</span>
17    <span name="day"    xff="0.9995" steps="10"    rows="600" desc="600 samples of 5 minutes  (~2 days)">-30h</span>
18    <span name="week"   xff="0.9995" steps="60"    rows="700" desc="700 samples of 30 minutes (~2 weeks)">-8d</span>
19    <span name="month"  xff="0.9995" steps="240"   rows="775" desc="775 samples of 2 hours    (~2 months)">-5w</span>
20    <span name="year"   xff="0.9995" steps="2880"  rows="797" desc="797 samples of 1 day      (~2 years)">-400d</span>
21    <span name="decade" xff="0.9995" steps="20160" rows="520" desc="520 samples of 1 week     (10 years)">-4000d</span>
22  </spans>
23  <www_plot_dir>../plots</www_plot_dir>
24  <rrd_logs_base_dir>/home/joule/WEB33/www/rrd</rrd_logs_base_dir>
25  <subdirs>
26    <subdir name="cgi_dir">cgi</subdir>
27    <subdir name="fs_plot_dir">plots</subdir>
28    <subdir name="html_dir">html</subdir>
29    <subdir name="rrd_file_dir">data</subdir>
30  </subdirs>
31  <rrd>
32    <!-- ipnspool3.xor.aps.anl.gov:  /usr/bin -->
33    <!-- leo.xor.aps.anl.gov:  /usr/local/bin  or /opt/local/bin  -->
34    <!-- sun33id.xor.aps.anl.gov:  ???  -->
35    <!-- today, runs on ipnspool3, need to migrate to sun33bm, sun33id, or sun34id  -->
36    <rrdtool>/usr/bin/rrdtool</rrdtool>
37    <rrdupdate>/usr/bin/rrdupdate</rrdupdate>
38    <rrdcgi>/usr/bin/rrdcgi</rrdcgi>
39    <file_start_time>
40      <!--
41        Indicate that the database is to start before our
42        data starts so we can add our historical data.
43        RRD will not let us splice in old data.
44        All data must be entered in chronological order.
45        631173600 = 1990-01-01
46        No APS data existed before this date.
47      -->
48      631173600
49    </file_start_time>
50    <DST>
51      <!-- DST is the Data Storage Type allowed by RRD -->
52      GAUGE
53    </DST>
54    <heartbeat>
55      <!--
56        heartbeat defines the maximum number of seconds that may pass
57        between two updates of this data source before the value of the
58        data source is assumed to be *UNKNOWN*
59        2100 seconds = 35 minutes
60      -->
61      2100
62    </heartbeat>
63      <!--
64        min and max are the limits expected (useful to RRD to allow.reject incoming data)
65        Since the vacuum (Torr) can vary 1e-10 to 770
66      -->
67    <min>-11</min>
68    <max>4</max>
69  </rrd>
70</properties>
Note: See TracBrowser for help on using the repository browser.