per-agent configuration of batch processors, #71837
[freeside.git] / torrus / xmlconfig / vendor / compaq.cim.xml
1 <?xml version="1.0"?>
2 <!--
3    Copyright (C) 2003  Shawn Ferry
4
5    This program is free software; you can redistribute it and/or modify
6    it under the terms of the GNU General Public License as published by
7    the Free Software Foundation; either version 2 of the License, or
8    (at your option) any later version.
9
10    This program is distributed in the hope that it will be useful,
11    but WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13    GNU General Public License for more details.
14
15    You should have received a copy of the GNU General Public License
16    along with this program; if not, write to the Free Software
17    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
18
19   $Id: compaq.cim.xml,v 1.1 2010-12-27 00:04:25 ivan Exp $
20
21   Compaq Insight Manager
22   MIB files available at
23   http://h18023.www1.hp.com/support/files/server/us/download/19885.html
24 -->
25
26 <configuration>
27 <definitions>
28   <def name="cpqHeTemperatureTable"       value="1.3.6.1.4.1.232.6.2.6.8"/>
29   <def name="cpqHeTemperatureChassis"     value="1.3.6.1.4.1.232.6.2.6.8.1.1"/>
30   <def name="cpqHeTemperatureIndex"       value="1.3.6.1.4.1.232.6.2.6.8.1.2"/>
31   <def name="cpqHeTemperatureLocale"      value="1.3.6.1.4.1.232.6.2.6.8.1.3"/>
32   <def name="cpqHeTemperatureCelsius"     value="1.3.6.1.4.1.232.6.2.6.8.1.4"/>
33   <def name="cpqHeTemperatureHwLocation"  value="1.3.6.1.4.1.232.6.2.6.8.1.8"/>
34   <def name="cpqHeCorrMemTotalErrs"       value="1.3.6.1.4.1.232.6.2.3.3.0"/>
35 </definitions>
36
37 <datasources>
38   <template name="cpq-cim-temperature-sensor">
39     <param name="data-file"
40            value="%system-id%_cimsensor_%cpq-cim-sensor-nick%.rrd"/>
41     <param name="rrd-ds"            value="sensor"/>
42     <param name="snmp-object"
43            value="$cpqHeTemperatureCelsius.%cpq-cim-sensor-index%"/>
44     <param name="graph-legend"      value="DegC"/>
45     <param name="graph-lower-limit" value="15"/>
46     <param name="graph-upper-limit" value="70"/>
47     <param name="vertical-label"    value="degrees Celsius"/>
48     <param name="rrd-hwpredict"   value="disabled" />
49   </template>
50
51   <template name="cpq-cim-corr-mem-errs">
52     <leaf name="Memory_Correctable_Errors">
53       <param name="data-file"         value="%system-id%_cim_memerr.rrd"/>
54       <param name="comment"           value="Correctable Memory Errors"/>
55       <param name="rrd-ds"            value="correctable_errors"/>
56       <param name="rrd-create-dstype" value="COUNTER"/>
57       <param name="rrd-hwpredict"   value="disabled" />
58       <param name="snmp-object"       value="$cpqHeCorrMemTotalErrs"/>
59       <param name="graph-legend"      value="Correctable Errors"/>
60       <param name="vertical-label"    value="Correctable Errors"/>
61       <param name="precedence"        value="-200"/>
62     </leaf>
63   </template>
64 </datasources>
65
66 </configuration>