The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?xml version="1.0"?>
<config>
	<apicredentials apikey="%API_KEY%" secretkey="%SECRET_KEY%"/>
	<agent name="Sample XML extraction" interval="300">
		<monitor name="XML extraction">
			<exectemplate>cat config_sample_xpath_extraction.xml</exectemplate>
			<metric name="Test">
				<type>integer</type>
				<uom>F</uom>
				<xpath>{agent}->{"Sample XML extraction"}->{monitor}->{"XML extraction"}->{exectemplate}[0]</xpath>
			</metric>
		</monitor>
	</agent>
</config>