<?xml version="1.0" encoding="UTF-8"?>
<configuration>
	<formatVersion>4</formatVersion>
	<description></description>
	<events>
	</events>
	<templates>
		<template id="420">
			<guid>0f863bab-77ae-43bc-9542-f2be569246b3</guid>
			<name>HP iLO</name>
			<flags>3</flags>
			<path>
				<element id="1">System Hardware</element>
			</path>
			<dataCollection>
				<dci id="310">
					<guid>556129c9-c5fd-48ac-99f0-5b1755a7e5e2</guid>
					<name>.1.3.6.1.4.1.232.6.2.6.7.1.9.{instance}</name>
					<description>HP iLO - Redundant Fan - {instance} - Condition</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>300</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation>switch ( $1 )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;: return &quot;Other&quot;;&#x0D;&#x0A;&#x09;case &quot;2&quot;: return &quot;Healthy&quot;;&#x0D;&#x0A;&#x09;case &quot;3&quot;: return &quot;Degraded&quot;;&#x0D;&#x0A;&#x09;case &quot;4&quot;: return &quot;Failed&quot;;&#x0D;&#x0A;&#x09;default: return &quot;INVALID DATA (&quot;.$1.&quot;)&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;</transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.6.2.6.7.1.2</instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="311">
					<guid>5d35e4ee-d16d-41ea-b7d6-b70ff31eb0d6</guid>
					<name>.1.3.6.1.4.1.232.3.2.2.2.1.5.{instance}</name>
					<description>HP iLO - Storage - Controller - {instance-name} - Error Code</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>300</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation>switch ( $1 )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;: return &quot;Other&quot;;&#x0D;&#x0A;&#x09;case &quot;2&quot;: return &quot;No Error&quot;;&#x0D;&#x0A;&#x09;case &quot;3&quot;: return &quot;Bad Configuration&quot;;&#x0D;&#x0A;&#x09;case &quot;4&quot;: return &quot;Low Battery Power&quot;;&#x0D;&#x0A;&#x09;case &quot;5&quot;: return &quot;Disable Command Issued&quot;;&#x0D;&#x0A;&#x09;case &quot;6&quot;: return &quot;No Resources Available&quot;;&#x0D;&#x0A;&#x09;case &quot;7&quot;: return &quot;Board Not Connected&quot;;&#x0D;&#x0A;&#x09;case &quot;8&quot;: return &quot;Bad Mirror Data&quot;;&#x0D;&#x0A;&#x09;case &quot;9&quot;: return &quot;Read Failure&quot;;&#x0D;&#x0A;&#x09;case &quot;10&quot;: return &quot;Write Failure&quot;;&#x0D;&#x0A;&#x09;case &quot;11&quot;: return &quot;Config Command&quot;;&#x0D;&#x0A;&#x09;case &quot;12&quot;: return &quot;Expand in Progress&quot;;&#x0D;&#x0A;&#x09;case &quot;13&quot;: return &quot;Snapshot in Progress&quot;;&#x0D;&#x0A;&#x09;case &quot;14&quot;: return &quot;Redundant Low Battery&quot;;&#x0D;&#x0A;&#x09;case &quot;15&quot;: return &quot;Redundant Size Mismatch&quot;;&#x0D;&#x0A;&#x09;case &quot;16&quot;: return &quot;Redundant Cache Failure&quot;;&#x0D;&#x0A;&#x09;case &quot;17&quot;: return &quot;Excessive ECC Errors&quot;;&#x0D;&#x0A;&#x09;case &quot;18&quot;: return &quot;RAID ADG Enabler Module Missing&quot;;&#x0D;&#x0A;&#x09;case &quot;19&quot;: return &quot;POST ECC Errors&quot;;&#x0D;&#x0A;&#x09;case &quot;20&quot;: return &quot;Backup Power Source Hot Removed&quot;;&#x0D;&#x0A;&#x09;case &quot;21&quot;: return &quot;Flash Backed Cache Module Capacitor Charge Low&quot;;&#x0D;&#x0A;&#x09;case &quot;22&quot;: return &quot;Not Enough Batteries&quot;;&#x0D;&#x0A;&#x09;case &quot;23&quot;: return &quot;Cache Module Not Supported By Firmware&quot;;&#x0D;&#x0A;&#x09;case &quot;24&quot;: return &quot;Battery Not Supported&quot;;&#x0D;&#x0A;&#x09;case &quot;25&quot;: return &quot;No Capacitor Attached&quot;;&#x0D;&#x0A;&#x09;case &quot;26&quot;: return &quot;Flash Backed Cache Module Backup Failed&quot;;&#x0D;&#x0A;&#x09;case &quot;27&quot;: return &quot;Flash Backed Cache Module Restore Failed&quot;;&#x0D;&#x0A;&#x09;case &quot;28&quot;: return &quot;Flash Backed Cache Module Hardware Failure&quot;;&#x0D;&#x0A;&#x09;case &quot;29&quot;: return &quot;Capacitor Failed To Charge&quot;;&#x0D;&#x0A;&#x09;case &quot;30&quot;: return &quot;Flash Backed Cache Module Memory Being Erased&quot;;&#x0D;&#x0A;&#x09;case &quot;31&quot;: return &quot;Incompatible Cache Module&quot;;&#x0D;&#x0A;&#x09;case &quot;32&quot;: return &quot;Flash Backed Cache Module Charger Circuit Failure&quot;;&#x0D;&#x0A;&#x09;default: return &quot;INVALID DATA (&quot;.$1.&quot;)&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;</transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.3.2.2.2.1.1</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0D;&#x0A;if ( transport == null ) return null;&#x0D;&#x0A;controllerID = SNMPGetValue(transport,&quot;.1.3.6.1.4.1.232.3.2.2.1.1.2.&quot; . $1);&#x0D;&#x0A;if ( controllerID == null ) return null;&#x0D;&#x0A;&#x0D;&#x0A;switch ( controllerID )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Other&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;2&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;IDA&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;3&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;IDA Expansion&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;4&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;IDA - 2&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;5&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;6&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART - 2/E&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;7&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART - 2/P&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;8&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART - 2SL&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;9&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart - 3100ES&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;10&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart - 3200&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;11&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART - 2DH&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;12&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart - 221&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;13&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 4250ES&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;14&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 4200&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;15&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Integrated Smart Array&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;16&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 431&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;17&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 5300&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;18&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;RAID LC2 Controller&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;19&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 5i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;20&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 532&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;21&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 5312&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;22&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 641&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;23&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 642&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;24&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 6400&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;25&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 6400 EM&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;26&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 6i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;27&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Generic Array&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;28&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Reserved&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;29&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P600&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;30&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P400&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;31&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array E200&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;32&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array E200i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;33&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P400i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;34&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P800&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;35&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array E500&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;36&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P700m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;37&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P212&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;38&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P410&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;39&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P410i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;40&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P411&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;41&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array B110i SATA RAID&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;42&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P712m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;43&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P711m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;44&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P812&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;45&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;StorageWorks 1210m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;46&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P220i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;47&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P222&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;48&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P420&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;49&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P420i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;50&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P421&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;51&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array B320i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;52&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P822&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;53&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P721m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;54&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array B120i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;55&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1224&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;56&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1228&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;57&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1228m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;58&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P822se&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;59&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1224e&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;60&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1228e&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;61&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1228em&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;62&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P230i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;63&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P430i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;64&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P430&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;65&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P431&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;66&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P731m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;67&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P830i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;68&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P830&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;69&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P831&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x0D;&#x0A;&#x09;default:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Undefined Controller ID (&quot; . controllerID . &quot;)&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;&#x0D;&#x0A;return %(true, $1, controllerName . &quot; - Cache (&quot; . $1 . &quot;) - Battery&quot;);</instanceFilter>
				</dci>
				<dci id="312">
					<guid>fed92759-6e43-4974-8a4b-65d8c30a459e</guid>
					<name>.1.3.6.1.4.1.232.3.2.2.2.1.6.{instance}</name>
					<description>HP iLO - Storage - Controller - {instance-name} - Status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>300</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation>switch ( $1 )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;: return &quot;Other&quot;;&#x0D;&#x0A;&#x09;case &quot;2&quot;: return &quot;Healthy&quot;;&#x0D;&#x0A;&#x09;case &quot;3&quot;: return &quot;Recharging&quot;;&#x0D;&#x0A;&#x09;case &quot;4&quot;: return &quot;Failed&quot;;&#x0D;&#x0A;&#x09;case &quot;5&quot;: return &quot;Degraded&quot;;&#x0D;&#x0A;&#x09;case &quot;6&quot;: return &quot;Not Present&quot;;&#x0D;&#x0A;&#x09;case &quot;7&quot;: return &quot;Capacitor Failed&quot;;&#x0D;&#x0A;&#x09;default: return &quot;INVALID VALUE (&quot;.$1.&quot;)&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;</transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.3.2.2.2.1.1</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0D;&#x0A;if ( transport == null ) return null;&#x0D;&#x0A;controllerID = SNMPGetValue(transport,&quot;.1.3.6.1.4.1.232.3.2.2.1.1.2.&quot; . $1);&#x0D;&#x0A;if ( controllerID == null ) return null;&#x0D;&#x0A;&#x0D;&#x0A;switch ( controllerID )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Other&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;2&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;IDA&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;3&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;IDA Expansion&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;4&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;IDA - 2&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;5&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;6&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART - 2/E&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;7&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART - 2/P&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;8&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART - 2SL&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;9&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart - 3100ES&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;10&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart - 3200&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;11&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART - 2DH&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;12&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart - 221&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;13&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 4250ES&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;14&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 4200&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;15&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Integrated Smart Array&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;16&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 431&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;17&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 5300&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;18&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;RAID LC2 Controller&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;19&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 5i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;20&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 532&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;21&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 5312&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;22&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 641&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;23&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 642&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;24&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 6400&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;25&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 6400 EM&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;26&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 6i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;27&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Generic Array&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;28&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Reserved&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;29&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P600&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;30&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P400&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;31&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array E200&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;32&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array E200i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;33&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P400i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;34&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P800&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;35&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array E500&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;36&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P700m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;37&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P212&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;38&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P410&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;39&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P410i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;40&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P411&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;41&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array B110i SATA RAID&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;42&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P712m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;43&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P711m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;44&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P812&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;45&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;StorageWorks 1210m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;46&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P220i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;47&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P222&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;48&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P420&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;49&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P420i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;50&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P421&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;51&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array B320i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;52&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P822&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;53&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P721m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;54&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array B120i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;55&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1224&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;56&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1228&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;57&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1228m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;58&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P822se&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;59&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1224e&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;60&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1228e&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;61&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1228em&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;62&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P230i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;63&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P430i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;64&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P430&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;65&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P431&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;66&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P731m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;67&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P830i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;68&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P830&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;69&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P831&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x0D;&#x0A;&#x09;default:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Undefined Controller ID (&quot; . controllerID . &quot;)&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;&#x0D;&#x0A;return %(true, $1, controllerName . &quot; - Cache (&quot; . $1 . &quot;) - Battery&quot;);</instanceFilter>
				</dci>
				<dci id="313">
					<guid>e67d6aa5-a541-40ae-b820-3c4da8af57b6</guid>
					<name>.1.3.6.1.4.1.232.3.2.2.2.1.2.{instance}</name>
					<description>HP iLO - Storage - Controller - {instance-name} - Status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>300</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation>switch ( $1 )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;: return &quot;Other&quot;;&#x0D;&#x0A;&#x09;case &quot;2&quot;: return &quot;Invalid&quot;;&#x0D;&#x0A;&#x09;case &quot;3&quot;: return &quot;Enabled&quot;;&#x0D;&#x0A;&#x09;case &quot;4&quot;: return &quot;Temporarily Disabled&quot;;&#x0D;&#x0A;&#x09;case &quot;5&quot;: return &quot;Permanently Disabled&quot;;&#x0D;&#x0A;&#x09;case &quot;6&quot;: return &quot;Cache Module Flash Memory Not Attached&quot;;&#x0D;&#x0A;&#x09;case &quot;7&quot;: return &quot;Cache Module Degraded Failsafe Speed&quot;;&#x0D;&#x0A;&#x09;case &quot;8&quot;: return &quot;Cache Module Critical Failure&quot;;&#x0D;&#x0A;&#x09;case &quot;9&quot;: return &quot;Read Cache Could Not Be Mapped&quot;;&#x0D;&#x0A;&#x09;default: return &quot;INVALID VALUE (&quot;.$1.&quot;)&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;</transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.3.2.2.2.1.1</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0D;&#x0A;if ( transport == null ) return null;&#x0D;&#x0A;controllerID = SNMPGetValue(transport,&quot;.1.3.6.1.4.1.232.3.2.2.1.1.2.&quot; . $1);&#x0D;&#x0A;if ( controllerID == null ) return null;&#x0D;&#x0A;&#x0D;&#x0A;switch ( controllerID )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Other&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;2&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;IDA&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;3&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;IDA Expansion&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;4&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;IDA - 2&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;5&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;6&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART - 2/E&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;7&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART - 2/P&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;8&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART - 2SL&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;9&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart - 3100ES&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;10&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart - 3200&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;11&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;SMART - 2DH&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;12&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart - 221&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;13&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 4250ES&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;14&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 4200&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;15&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Integrated Smart Array&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;16&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 431&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;17&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 5300&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;18&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;RAID LC2 Controller&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;19&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 5i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;20&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 532&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;21&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 5312&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;22&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 641&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;23&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 642&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;24&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 6400&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;25&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 6400 EM&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;26&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array 6i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;27&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Generic Array&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;28&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Reserved&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;29&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P600&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;30&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P400&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;31&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array E200&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;32&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array E200i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;33&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P400i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;34&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P800&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;35&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array E500&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;36&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P700m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;37&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P212&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;38&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P410&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;39&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P410i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;40&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P411&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;41&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array B110i SATA RAID&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;42&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P712m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;43&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P711m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;44&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P812&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;45&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;StorageWorks 1210m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;46&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P220i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;47&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P222&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;48&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P420&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;49&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P420i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;50&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P421&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;51&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array B320i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;52&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P822&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;53&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P721m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;54&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array B120i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;55&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1224&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;56&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1228&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;57&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1228m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;58&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P822se&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;59&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1224e&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;60&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1228e&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;61&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;HP Storage p1228em&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;62&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P230i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;63&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P430i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;64&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P430&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;65&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P431&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;66&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P731m&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;67&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P830i&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;68&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P830&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;69&quot;:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Smart Array P831&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x0D;&#x0A;&#x09;default:&#x0D;&#x0A;&#x09;&#x09;controllerName = &quot;Undefined Controller ID (&quot; . controllerID . &quot;)&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;&#x0D;&#x0A;return %(true, $1, controllerName . &quot; - Cache (&quot; . $1 . &quot;)&quot;);</instanceFilter>
				</dci>
				<dci id="314">
					<guid>e04871c2-8f0f-4ad9-bf9b-aa91fc89a1f7</guid>
					<name>.1.3.6.1.4.1.232.6.2.6.8.1.4.{instance}</name>
					<description>HP iLO - Temperature - {instance-name} ({instance}) - Temperature</description>
					<dataType>0</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>0</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation></transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.6.2.6.8.1.2</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0D;&#x0A;if ( transport == null ) return null;&#x0D;&#x0A;sensorLocation = SNMPGetValue(transport,&quot;.1.3.6.1.4.1.232.6.2.6.8.1.3.&quot; . $1);&#x0D;&#x0A;if ( sensorLocation == null ) return null;&#x0D;&#x0A;&#x0D;&#x0A;switch ( sensorLocation )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Other&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;2&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Unknown&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;3&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;System&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;4&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;System Board&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;5&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;IO Board&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;6&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;CPU&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;7&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Memory&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;8&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Storage&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;9&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Removable Media&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;10&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Power Supply&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;11&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Ambient&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;12&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Chassis&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;13&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Bridge Card&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;default:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;INVALID DATA&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;&#x0D;&#x0A;return %(true, $1, sensorLocationName);</instanceFilter>
				</dci>
				<dci id="315">
					<guid>d5357f83-0c6a-4a6b-9f8c-b6c7485c15b3</guid>
					<name>.1.3.6.1.4.1.232.3.2.5.1.1.3.{instance}</name>
					<description>HP iLO - Storage - Disk - Physical - {instance-name} - Model</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>3600</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation></transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.3.2.5.1.1.2</instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="316">
					<guid>296aac05-ea88-4306-9a4d-fd48f320e240</guid>
					<name>.1.3.6.1.4.1.232.3.2.5.1.1.51.{instance}</name>
					<description>HP iLO - Storage - Disk - Physical - {instance-name} - Serial</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>3600</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation></transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.3.2.5.1.1.2</instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="317">
					<guid>2f9d6c0d-6201-4691-b6eb-fb5763686b0a</guid>
					<name>.1.3.6.1.4.1.232.6.2.6.8.1.6.{instance}</name>
					<description>HP iLO - Temperature - {instance-name} ({instance}) - Status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>300</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation>switch ( $1 )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;: return &quot;Unknown&quot;;&#x0D;&#x0A;&#x09;case &quot;2&quot;: return &quot;Healthy&quot;;&#x0D;&#x0A;&#x09;case &quot;3&quot;: return &quot;Degraded&quot;;&#x0D;&#x0A;&#x09;case &quot;4&quot;: return &quot;Failed&quot;;&#x0D;&#x0A;&#x09;default: return &quot;INVALID DATA (&quot;.$1.&quot;)&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;</transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.6.2.6.8.1.2</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0D;&#x0A;if ( transport == null ) return null;&#x0D;&#x0A;sensorLocation = SNMPGetValue(transport,&quot;.1.3.6.1.4.1.232.6.2.6.8.1.3.&quot; . $1);&#x0D;&#x0A;if ( sensorLocation == null ) return null;&#x0D;&#x0A;&#x0D;&#x0A;switch ( sensorLocation )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Other&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;2&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Unknown&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;3&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;System&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;4&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;System Board&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;5&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;IO Board&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;6&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;CPU&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;7&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Memory&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;8&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Storage&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;9&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Removable Media&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;10&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Power Supply&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;11&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Ambient&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;12&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Chassis&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;13&quot;:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;Bridge Card&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;default:&#x0D;&#x0A;&#x09;&#x09;sensorLocationName = &quot;INVALID DATA&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;&#x0D;&#x0A;return %(true, $1, sensorLocationName);</instanceFilter>
				</dci>
				<dci id="318">
					<guid>583f5fbb-62e8-4405-a66b-45dac7a09e42</guid>
					<name>.1.3.6.1.4.1.232.6.2.9.3.1.4.{instance}</name>
					<description>HP iLO - PSU - {instance-name} - Status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>300</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation>switch ( $1 )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;: return &quot;Unknown&quot;;&#x0D;&#x0A;&#x09;case &quot;2&quot;: return &quot;Healthy&quot;;&#x0D;&#x0A;&#x09;case &quot;3&quot;: return &quot;Degraded&quot;;&#x0D;&#x0A;&#x09;case &quot;4&quot;: return &quot;Failed&quot;;&#x0D;&#x0A;&#x09;default: return &quot;INVALID DATA (&quot;.$1.&quot;)&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;</transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.6.2.9.3.1.2</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0D;&#x0A;if ( transport == null ) return null;&#x0D;&#x0A;psuBay = SNMPGetValue(transport,&quot;.1.3.6.1.4.1.232.6.2.9.3.1.2.&quot; . $1);&#x0D;&#x0A;if ( psuBay == null ) return null;&#x0D;&#x0A;return %(true, $1, psuBay);</instanceFilter>
				</dci>
				<dci id="319">
					<guid>c399d12b-580a-44e4-88d9-b71b3799a58e</guid>
					<name>.1.3.6.1.4.1.232.6.2.14.13.1.19.{instance}</name>
					<description>HP iLO - Memory - {instance} - Status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>3600</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation>switch ( $1 )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;: return &quot;Unknown&quot;;&#x0D;&#x0A;&#x09;case &quot;2&quot;: return &quot;Not Present&quot;;&#x0D;&#x0A;&#x09;case &quot;3&quot;: return &quot;Present but Unused&quot;;&#x0D;&#x0A;&#x09;case &quot;4&quot;: return &quot;Healthy&quot;;&#x0D;&#x0A;&#x09;case &quot;5&quot;: return &quot;Added but Unused&quot;;&#x0D;&#x0A;&#x09;case &quot;6&quot;: return &quot;Upgraded but Unused&quot;;&#x0D;&#x0A;&#x09;case &quot;7&quot;: return &quot;Missing&quot;;&#x0D;&#x0A;&#x09;case &quot;8&quot;: return &quot;Module Mismatch&quot;;&#x0D;&#x0A;&#x09;case &quot;9&quot;: return &quot;Not Supported&quot;;&#x0D;&#x0A;&#x09;case &quot;10&quot;: return &quot;Bad Configuration&quot;;&#x0D;&#x0A;&#x09;case &quot;11&quot;: return &quot;Degraded&quot;;&#x0D;&#x0A;&#x09;default: return &quot;INVALID DATA (&quot;.$1.&quot;)&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;</transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.6.2.14.13.1.1</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0D;&#x0A;if ( transport == null ) return null;&#x0D;&#x0A;status = SNMPGetValue(transport,&quot;.1.3.6.1.4.1.232.6.2.14.13.1.19.&quot; . $1);&#x0D;&#x0A;if ( status == null ) return null;&#x0D;&#x0A;if ( status == 1 ) return false;&#x0D;&#x0A;if ( status == 2 ) return false;&#x0D;&#x0A;return true;</instanceFilter>
				</dci>
				<dci id="320">
					<guid>ae54ac71-d89a-4178-b083-6d88fd7aa277</guid>
					<name>.1.3.6.1.4.1.232.6.2.14.13.1.20.{instance}</name>
					<description>HP iLO - Memory - {instance} - Condition</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>300</interval>
					<retention>0</retention>
					<instance>HP iLO - System - Memory - Condition</instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation>switch ( $1 )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;: return &quot;Other&quot;;&#x0D;&#x0A;&#x09;case &quot;2&quot;: return &quot;Healthy&quot;;&#x0D;&#x0A;&#x09;case &quot;3&quot;: return &quot;Degraded&quot;;&#x0D;&#x0A;&#x09;default: return &quot;INVALID DATA (&quot;.$1.&quot;)&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;</transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.6.2.14.13.1.1</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0D;&#x0A;if ( transport == null ) return null;&#x0D;&#x0A;status = SNMPGetValue(transport,&quot;.1.3.6.1.4.1.232.6.2.14.13.1.19.&quot; . $1);&#x0D;&#x0A;if ( status == null ) return null;&#x0D;&#x0A;if ( ( status == 1 ) || ( status == 2 ) ) return false;&#x0D;&#x0A;return true;</instanceFilter>
				</dci>
				<dci id="321">
					<guid>0842d31d-023b-4d05-b542-e7e95011a735</guid>
					<name>.1.3.6.1.4.1.232.1.2.2.1.1.6.{instance}</name>
					<description>HP iLO - CPU - Socket {instance-name} - Status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>300</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation>switch ( $1 )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;: return &quot;Unknown&quot;;&#x0D;&#x0A;&#x09;case &quot;2&quot;: return &quot;Healthy&quot;;&#x0D;&#x0A;&#x09;case &quot;3&quot;: return &quot;Degraded&quot;;&#x0D;&#x0A;&#x09;case &quot;4&quot;: return &quot;Failed&quot;;&#x0D;&#x0A;&#x09;default: return &quot;INVALID DATA (&quot;.$1.&quot;)&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;</transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.1.2.2.1.1.9</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0D;&#x0A;if ( transport == null ) return null;&#x0D;&#x0A;cpuSocket = SNMPGetValue(transport,&quot;.1.3.6.1.4.1.232.1.2.2.1.1.9.&quot; . $1);&#x0D;&#x0A;if ( cpuSocket == null ) return null;&#x0D;&#x0A;return %(true, $1, cpuSocket);</instanceFilter>
				</dci>
				<dci id="322">
					<guid>fa002ef0-c6a6-4150-ada6-49c0dfec7120</guid>
					<name>.1.3.6.1.4.1.232.3.2.5.1.1.6.{instance}</name>
					<description>HP iLO - Storage - Disk - Physical - {instance-name} - Status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>300</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation>switch ( $1 )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;: return &quot;Not Recognised&quot;;&#x0D;&#x0A;&#x09;case &quot;2&quot;: return &quot;Healthy&quot;;&#x0D;&#x0A;&#x09;case &quot;3&quot;: return &quot;Failed&quot;;&#x0D;&#x0A;&#x09;case &quot;4&quot;: return &quot;Predictive Failure&quot;;&#x0D;&#x0A;&#x09;case &quot;5&quot;: return &quot;Erasing&quot;;&#x0D;&#x0A;&#x09;case &quot;6&quot;: return &quot;Erased and Offline&quot;;&#x0D;&#x0A;&#x09;case &quot;7&quot;: return &quot;Erase Queued&quot;;&#x0D;&#x0A;&#x09;default: return &quot;INVALID DATA (&quot;.$1.&quot;)&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;</transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.3.2.5.1.1.2</instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="323">
					<guid>71eb86c4-ac1f-4139-9f23-a9080120a81a</guid>
					<name>.1.3.6.1.4.1.232.3.2.3.1.1.4.{instance}</name>
					<description>HP iLO - Storage - Disk - Logical - {instance-name} - Status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>300</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation>switch ( $1 )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;1&quot;: return &quot;Not Recognised&quot;;&#x0D;&#x0A;&#x09;case &quot;2&quot;: return &quot;Healthy&quot;;&#x0D;&#x0A;&#x09;case &quot;3&quot;: return &quot;Failed&quot;;&#x0D;&#x0A;&#x09;case &quot;4&quot;: return &quot;Unconfigured&quot;;&#x0D;&#x0A;&#x09;case &quot;5&quot;: return &quot;Degraded&quot;;&#x0D;&#x0A;&#x09;case &quot;6&quot;: return &quot;Ready Rebuild&quot;;&#x0D;&#x0A;&#x09;case &quot;7&quot;:&#x0D;&#x0A;&#x09;&#x09;transport = CreateSNMPTransport($node);&#x0D;&#x0A;&#x09;&#x09;rebuildPercentage = SNMPGetValue(transport,&quot;.1.3.6.1.4.1.232.3.2.3.1.1.12.&quot; . $1);&#x0D;&#x0A;&#x09;&#x09;return &quot;Rebuilding (&quot;.rebuildPercentage.&quot;%)&quot;;&#x0D;&#x0A;&#x09;case &quot;8&quot;: return &quot;Wrong Drive&quot;;&#x0D;&#x0A;&#x09;case &quot;9&quot;: return &quot;Bad Connect&quot;;&#x0D;&#x0A;&#x09;case &quot;10&quot;: return &quot;Overheating&quot;;&#x0D;&#x0A;&#x09;case &quot;11&quot;: return &quot;Shutdown&quot;;&#x0D;&#x0A;&#x09;case &quot;12&quot;: return &quot;Expanding&quot;;&#x0D;&#x0A;&#x09;case &quot;13&quot;: return &quot;Not Available&quot;;&#x0D;&#x0A;&#x09;case &quot;14&quot;: return &quot;Queued for Expansion&quot;;&#x0D;&#x0A;&#x09;case &quot;15&quot;: return &quot;Multi-path Access Degraded&quot;;&#x0D;&#x0A;&#x09;case &quot;16&quot;: return &quot;Erasing&quot;;&#x0D;&#x0A;&#x09;default: return &quot;INVALID DATA&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;</transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.3.2.3.1.1.2</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0D;&#x0A;driveName = SNMPGetValue(transport,&quot;.1.3.6.1.4.1.232.3.2.3.1.1.14.&quot; . $1);&#x0D;&#x0A;&#x0D;&#x0A;raidLevel = SNMPGetValue(transport,&quot;.1.3.6.1.4.1.232.3.2.3.1.1.3.&quot; . $1);&#x0D;&#x0A;switch ( raidLevel )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;case &quot;2&quot;:&#x0D;&#x0A;&#x09;&#x09;raidLevelName = &quot;No RAID&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;3&quot;:&#x0D;&#x0A;&#x09;&#x09;raidLevelName = &quot;RAID 1&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;4&quot;:&#x0D;&#x0A;&#x09;&#x09;raidLevelName = &quot;RAID 4&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;5&quot;:&#x0D;&#x0A;&#x09;&#x09;raidLevelName = &quot;RAID 5&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;7&quot;:&#x0D;&#x0A;&#x09;&#x09;raidLevelName = &quot;RAID 6&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;8&quot;:&#x0D;&#x0A;&#x09;&#x09;raidLevelName = &quot;RAID 50&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;case &quot;9&quot;:&#x0D;&#x0A;&#x09;&#x09;raidLevelName = &quot;RAID 60&quot;;&#x0D;&#x0A;&#x09;&#x09;break;&#x0D;&#x0A;&#x09;default:&#x0D;&#x0A;&#x09;&#x09;raidLevelName = &quot;Undefined RAID&quot;;&#x0D;&#x0A;}&#x0D;&#x0A;&#x0D;&#x0A;return %(true, $1, driveName . &quot; (&quot; . raidLevelName . &quot;)&quot;);</instanceFilter>
				</dci>
				<dci id="324">
					<guid>bec478d7-24ff-408a-8204-f0a1c88b3c0d</guid>
					<name>.1.3.6.1.4.1.232.2.2.4.2.0</name>
					<description>HP iLO - Chassis - Product Name</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>86400</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2056</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation></transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData></instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="325">
					<guid>bd61190b-02cd-4746-a08e-bfd53d28712a</guid>
					<name>.1.3.6.1.4.1.232.2.2.2.1.0</name>
					<description>HP iLO - Chassis - Serial Number</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>86400</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2056</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation></transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData></instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="326">
					<guid>2fa4e77e-21a2-416c-b97a-2f83dc3b02eb</guid>
					<name>.1.3.6.1.4.1.232.2.2.2.5.0</name>
					<description>HP iLO - Chassis - Service Number</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>86400</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2056</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation></transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData></instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="327">
					<guid>bd5ae439-8b4f-48b6-8f75-df939863a0fc</guid>
					<name>.1.3.6.1.4.1.232.1.2.6.1.0</name>
					<description>HP iLO - Chassis - ROM Version</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>3600</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation></transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData></instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="818">
					<guid>0c8f7775-7284-45ba-a661-d80b673bc35f</guid>
					<name>.1.3.6.1.4.1.232.3.2.5.1.1.70.{instance}</name>
					<description>HP iLO - Storage - Disk - Physical - {instance-name} - Temperature</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>0</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation></transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.3.2.5.1.1.2</instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="819">
					<guid>6be4883e-9e39-4b78-a6e8-e05a1cd7988d</guid>
					<name>.1.3.6.1.4.1.232.6.2.9.3.1.7.{instance}</name>
					<description>HP iLO - PSU - {instance-name} - Consumption (W)</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>0</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>0</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation></transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;false&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;0&lt;/type&gt;&#x0A;   &lt;color&gt;49152&lt;/color&gt;&#x0A;   &lt;title&gt;&lt;/title&gt;&#x0A;   &lt;name&gt;&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.6.2.9.3.1.2</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0D;&#x0A;if ( transport == null ) return null;&#x0D;&#x0A;psuBay = SNMPGetValue(transport,&quot;.1.3.6.1.4.1.232.6.2.9.3.1.2.&quot; . $1);&#x0D;&#x0A;if ( psuBay == null ) return null;&#x0D;&#x0A;return %(true, $1, psuBay);</instanceFilter>
				</dci>
				<dci id="820">
					<guid>9b5f9c4c-c274-467c-add6-d154079f32b9</guid>
					<name>.1.3.6.1.4.1.232.6.2.15.3.0</name>
					<description>HP iLO - Power - Consumption (W)</description>
					<dataType>0</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>0</interval>
					<retention>0</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2056</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<instanceRetentionTime>-1</instanceRetentionTime>
					<transformation></transformation>
					<perfTabSettings>&lt;config&gt;&#x0A;   &lt;enabled&gt;true&lt;/enabled&gt;&#x0A;   &lt;autoScale&gt;true&lt;/autoScale&gt;&#x0A;   &lt;logScaleEnabled&gt;false&lt;/logScaleEnabled&gt;&#x0A;   &lt;stacked&gt;false&lt;/stacked&gt;&#x0A;   &lt;showLegendAlways&gt;false&lt;/showLegendAlways&gt;&#x0A;   &lt;extendedLegend&gt;true&lt;/extendedLegend&gt;&#x0A;   &lt;minYScaleValue&gt;1.0&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100.0&lt;/maxYScaleValue&gt;&#x0A;   &lt;timeRange&gt;1&lt;/timeRange&gt;&#x0A;   &lt;timeUnits&gt;1&lt;/timeUnits&gt;&#x0A;   &lt;type&gt;1&lt;/type&gt;&#x0A;   &lt;color&gt;255&lt;/color&gt;&#x0A;   &lt;title&gt;Power Consumption&lt;/title&gt;&#x0A;   &lt;name&gt;Power Consumption in Watts&lt;/name&gt;&#x0A;   &lt;showThresholds&gt;false&lt;/showThresholds&gt;&#x0A;   &lt;groupName&gt;&lt;/groupName&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;   &lt;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;modifyYBase&gt;false&lt;/modifyYBase&gt;&#x0A;   &lt;invertedValues&gt;false&lt;/invertedValues&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData></instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
			</dataCollection>
			<filter>if ( ( $node-&gt;runtimeFlags &amp; 0x0004 ) || ( $node-&gt;runtimeFlags &amp; 0x0008 ) ) return NULL;&#x0D;&#x0A;if ( $node-&gt;snmpOID == &quot;.1.3.6.1.4.1.232.9.4.10&quot; ) { return true; }&#x0D;&#x0A;if ( $node-&gt;platformName ~= &quot;windows&quot; )&#x0D;&#x0A;{&#x0D;&#x0A;&#x09;table = AgentReadTable($node, &quot;System.InstalledProducts&quot;);&#x0D;&#x0A;&#x09;if ( table == null ) return null;&#x0D;&#x0A;&#x09;colName = table-&gt;getColumnIndex(&quot;Name&quot;);&#x0D;&#x0A;&#x09;for (currentRow = 0; currentRow &lt; table-&gt;rowCount; currentRow++)&#x0D;&#x0A;&#x09;{&#x0D;&#x0A;&#x09;&#x09;if ( table-&gt;get(currentRow, colName) == &quot;HP Insight Management Agents&quot; ) { return true; }&#x0D;&#x0A;&#x09;&#x09;if ( table-&gt;get(currentRow, colName) == &quot;HPE Insight Management Agents&quot; ) { return true; }&#x0D;&#x0A;&#x09;}&#x0D;&#x0A;}  &#x0D;&#x0A;return false;</filter>
		</template>
	</templates>
	<traps>
	</traps>
	<rules>
	</rules>
	<scripts>
	</scripts>
	<objectTools>
	</objectTools>
	<dciSummaryTables>
	</dciSummaryTables>
	<actions>
	</actions>
</configuration>
