"Fossies" - the Fresh Open Source Software archive 
Member "cacti-0.8.8a/resource/script_queries/host_cpu.xml" of archive cacti-0.8.8a.tar.gz:
<interface>
<name>Get Host MIB CPU's</name>
<script_path>|path_php_binary| -q |path_cacti|/scripts/query_host_cpu.php</script_path>
<arg_prepend>|host_hostname| |host_id| |host_snmp_version|:|host_snmp_port|:|host_snmp_timeout|:|host_ping_retries|:|host_max_oids|:|host_snmp_community|:|host_snmp_username|:|host_snmp_password|:|host_snmp_auth_protocol|:|host_snmp_priv_passphrase|:|host_snmp_priv_protocol|:|host_snmp_context|</arg_prepend>
<arg_index>index</arg_index>
<arg_query>query</arg_query>
<arg_get>get</arg_get>
<arg_num_indexes>num_indexes</arg_num_indexes>
<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>