File: hrStorageTable.xml

package info (click to toggle)
cacti 1.2.30%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 67,176 kB
  • sloc: php: 123,193; javascript: 29,825; sql: 2,595; xml: 1,823; sh: 1,228; perl: 194; makefile: 65; python: 51; ruby: 9
file content (45 lines) | stat: -rw-r--r-- 1,333 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<interface>
	<name>Get hrStoragedTable Information</name>
	<description>Get SNMP based Partition Information out of hrStorageTable</description>
	<index_order>hrStorageDescr:hrStorageIndex</index_order>
	<index_order_type>numeric</index_order_type>
	<oid_index>.1.3.6.1.2.1.25.2.3.1.1</oid_index>

	<fields>
		<hrStorageIndex>
			<name>Index</name>
			<method>walk</method>
			<source>value</source>
			<direction>input</direction>
			<oid>.1.3.6.1.2.1.25.2.3.1.1</oid>
		</hrStorageIndex>
		<hrStorageDescr>
			<name>Description</name>
			<method>walk</method>
			<source>value</source>
			<direction>input</direction>
			<oid>.1.3.6.1.2.1.25.2.3.1.3</oid>
		</hrStorageDescr>
		<hrStorageAllocationUnits>
			<name>Allocation Units (Bytes)</name>
			<method>walk</method>
			<source>VALUE/REGEXP:([0-9]*) Bytes</source>
			<direction>input</direction>
			<oid>.1.3.6.1.2.1.25.2.3.1.4</oid>
		</hrStorageAllocationUnits>
		<hrStorageSize>
			<name>Total Size (Units)</name>
			<method>walk</method>
			<source>value</source>
			<direction>output</direction>
			<oid>.1.3.6.1.2.1.25.2.3.1.5</oid>
		</hrStorageSize>
		<hrStorageUsed>
			<name>Used Space (Units)</name>
			<method>walk</method>
			<source>value</source>
			<direction>output</direction>
			<oid>.1.3.6.1.2.1.25.2.3.1.6</oid>
		</hrStorageUsed>
	</fields>
</interface>