buried more whitesapce
[torrus-plus.git] / src / xmlconfig / vendor / ucd.ucd-snmp.diskio.xml
blob69f191ae80dfc7da07cc8300823b1658da4d193a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2003 Shawn Ferry
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.
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.
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.
19 Shawn Ferry <sferry at sevenspace dot com > <lalartu at obscure dot org>
21 Author: Shawn Ferry
22 Vendor: UCD-DISKIO-MIB
23 Tested Versions: Untested
25 $Id$
26 @(#) 10/18/03 ucd-diskio.xml 1.6 (10/16/03 23:44:26) sferry
28 -->
29 <!--
30 This File is not complete and has not been tested
31 Generic definitions and templates for:
32     UCD-DISKIO-MIB
33 -->
34 <configuration>
35   <definitions>
36     <def name="ucd_diskIODevice" value="1.3.6.1.4.1.2021.13.15.1.1.2"/>
37     <def name="ucd_diskIONRead" value="1.3.6.1.4.1.2021.13.15.1.1.3"/>
38     <def name="ucd_diskIONWritten" value="1.3.6.1.4.1.2021.13.15.1.1.4"/>
39     <def name="ucd_diskIOReads" value="1.3.6.1.4.1.2021.13.15.1.1.5"/>
40     <def name="ucd_diskIOWrites" value="1.3.6.1.4.1.2021.13.15.1.1.6"/>
41   </definitions>
42   <datasources>
43     <template name="ucd-diskio">
44       <leaf name="DiskReads">
45         <param name="snmp-object" value="$ucd_diskIOReads"/>
46         <param name="rrd-ds" value="ucd_diskIOReads"/>
47         <param name="rrd-create-dstype" value="COUNTER"/>
48         <param name="comment" value="Reads per second from the device"/>
49         <param name="graph-legend" value="Reads"/>
50       </leaf>
51       <leaf name="DiskRead">
52         <param name="snmp-object" value="$ucd_diskIORead"/>
53         <param name="rrd-ds" value="ucd_diskIORead"/>
54         <param name="rrd-create-dstype" value="COUNTER"/>
55         <param name="comment" value="Read from the device"/>
56         <param name="graph-legend" value="Read"/>
57       </leaf>
58       <leaf name="DiskWrites">
59         <param name="snmp-object" value="$ucd_diskIOWrites"/>
60         <param name="rrd-ds" value="ucd_diskIOWrites"/>
61         <param name="rrd-create-dstype" value="COUNTER"/>
62         <param name="comment" value="Writes per second to the device"/>
63         <param name="graph-legend" value="Write/s"/>
64       </leaf>
65       <leaf name="DiskWritten">
66         <param name="snmp-object" value="$ucd_diskIOWritten"/>
67         <param name="rrd-ds" value="ucd_diskIOWritten"/>
68         <param name="rrd-create-dstype" value="COUNTER"/>
69         <param name="comment" value="Writes to the device"/>
70         <param name="graph-legend" value="Written"/>
71       </leaf>
72     </template>
73   </datasources>
74 </configuration>