File: host_cpu.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 (28 lines) | stat: -rw-r--r-- 986 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
<interface>
	<name>Get Host MIB CPU's</name>
	<script_path>|path_cacti|/scripts/ss_host_cpu.php</script_path>
	<script_function>ss_host_cpu</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>hrProcessorFrwID</index_order>
	<index_order_type>numeric</index_order_type>
	<index_title_format>CPU#|chosen_order_field|</index_title_format>

	<fields>
		<hrProcessorFrwID>
			<name>Processor Index Number</name>
			<direction>input</direction>
			<query_name>index</query_name>
		</hrProcessorFrwID>

		<hrProcessorLoad>
			<name>Processor Usage</name>
			<direction>output</direction>
			<query_name>usage</query_name>
		</hrProcessorLoad>
	</fields>
</interface>