File: host_disk.xml

package info (click to toggle)
cacti 0.8.6i-3
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 4,744 kB
  • ctags: 8,967
  • sloc: php: 39,760; sql: 2,306; xml: 678; sh: 487; perl: 133; makefile: 68
file content (48 lines) | stat: -rw-r--r-- 1,576 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
46
47
48
<interface>
	<name>Get Host MIB Partitions</name>
	<script_path>|path_cacti|/scripts/ss_host_disk.php</script_path>
	<script_function>ss_host_disk</script_function>
	<script_server>php</script_server>
	<arg_prepend>|host_hostname| |host_id| |host_snmp_version|:|host_snmp_port|:|host_snmp_timeout|:|host_snmp_community|:|host_snmp_username|:|host_snmp_password|:MD5::[None]</arg_prepend>
	<arg_index>index</arg_index>
	<arg_query>query</arg_query>
	<arg_get>get</arg_get>
	<output_delimeter>!</output_delimeter>
	<index_order>hrStorageDescr:hrStorageIndex</index_order>
	<index_order_type>numeric</index_order_type>
	<index_title_format>|chosen_order_field|</index_title_format>

	<fields>
		<hrStorageIndex>
			<name>Index</name>
			<direction>input</direction>
			<query_name>index</query_name>
		</hrStorageIndex>
		<hrStorageDescr>
			<name>Description</name>
			<direction>input</direction>
			<query_name>description</query_name>
		</hrStorageDescr>
		<hrStorageAllocationUnits>
			<name>Storage Allocation Units</name>
			<direction>input</direction>
			<query_name>sau</query_name>
		</hrStorageAllocationUnits>

		<hrStorageSize>
			<name>Total Size</name>
			<direction>output</direction>
			<query_name>total</query_name>
		</hrStorageSize>
		<hrStorageUsed>
			<name>Total Used</name>
			<direction>output</direction>
			<query_name>used</query_name>
		</hrStorageUsed>
		<hrStorageAllocationFailures>
			<name>Allocation Failures</name>
			<direction>output</direction>
			<query_name>failures</query_name>
		</hrStorageAllocationFailures>
	</fields>
</interface>