<?xml version="1.0" encoding="UTF-8"?>
<configuration>
	<formatVersion>4</formatVersion>
	<description></description>
	<events>
		<event id="100032">
			<name>DC_STATUS_NORMAL</name>
			<code>100032</code>
			<severity>0</severity>
			<flags>1</flags>
			<message>%2 is normal</message>
			<description></description>
		</event>
		<event id="100031">
			<name>DC_STATUS_MINOR</name>
			<code>100031</code>
			<severity>2</severity>
			<flags>1</flags>
			<message>%2 is %4</message>
			<description>Custom data collection threshold event.&#x0D;&#x0A;Parameters:&#x0D;&#x0A;   1) Parameter name&#x0D;&#x0A;   2) Item description&#x0D;&#x0A;   3) Threshold value&#x0D;&#x0A;   4) Actual value&#x0D;&#x0A;   5) Data collection item ID&#x0D;&#x0A;   6) Instance&#x0D;&#x0A;   7) Repeat flag</description>
		</event>
		<event id="100030">
			<name>DC_STATUS_CRITICAL</name>
			<code>100030</code>
			<severity>4</severity>
			<flags>1</flags>
			<message>%2 is %4</message>
			<description></description>
		</event>
	</events>
	<templates>
		<template id="13059">
			<guid>a3f5a464-39f2-445f-ad2d-2db2f0ee7c27</guid>
			<name>hp-snmp</name>
			<flags>0</flags>
			<path>
				<element id="1">Servers</element>
				<element id="2">HP</element>
			</path>
			<dataCollection>
				<dci id="13337">
					<guid>6c9f001e-a94a-47bf-8c77-5f868cb12482</guid>
					<name>.1.3.6.1.4.1.232.3.1.3.0</name>
					<description>Array status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<transformation>// 1 = other, 2 = ok, 3 = degraded, 4 = failed&#x0A;switch ($1)&#x0A;{&#x0A;&#x09;case 2: // ok&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3: // degraded&#x0A;&#x09;&#x09;return &quot;degraded&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:// failed&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>6</condition>
							<value>failed</value>
							<activationEvent>DC_STATUS_CRITICAL</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
						<threshold id="2">
							<function>0</function>
							<condition>6</condition>
							<value>degraded</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData></instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="13338">
					<guid>b0ee1560-0ddd-4cbc-935b-8a32cdc7dbf4</guid>
					<name>.1.3.6.1.4.1.232.6.2.6.7.1.9.0.{instance}</name>
					<description>cpqHeFltTolFanCondition</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>3</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 1: // When System Event Log is not supported or unknown&#x0A;&#x09;&#x09;return &quot;not supported&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 2: // If there are no degraded, warning, nor failed entries.&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3: // If there are degraded or warning but no failed entries.&#x0A;&#x09;&#x09;return &quot;degraded&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4: // If there are failed entries.&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x09;&#x0A;&#x09;default: // other&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.6.2.6.7.1.9.0</instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="13339">
					<guid>2f460c39-3b7e-4be5-b44e-90104f5a9f4f</guid>
					<name>.1.3.6.1.4.1.232.3.2.5.1.1.6.0.0</name>
					<description>Drive status 0 EG0300FCVBF</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance>EG0300FCVBF</instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>512</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 2:&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3:&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:&#x0A;&#x09;&#x09;return &quot;predictiveFailure&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;return &quot;erasing&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;return &quot;erasing&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 6:&#x0A;&#x09;&#x09;return &quot;eraseDone&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 7:&#x0A;&#x09;&#x09;return &quot;eraseQueued&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>0</instanceDiscoveryData>
				</dci>
				<dci id="13340">
					<guid>30b57ab8-5e31-4f6e-b643-a0bca2437ee2</guid>
					<name>.1.3.6.1.4.1.232.3.2.5.1.1.6.0.1</name>
					<description>Drive status 1 EG0300FCVBF</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance>EG0300FCVBF</instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>512</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 2:&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3:&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:&#x0A;&#x09;&#x09;return &quot;predictiveFailure&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;return &quot;erasing&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;return &quot;erasing&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 6:&#x0A;&#x09;&#x09;return &quot;eraseDone&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 7:&#x0A;&#x09;&#x09;return &quot;eraseQueued&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>1</instanceDiscoveryData>
				</dci>
				<dci id="13341">
					<guid>7ab12c69-80e5-4ee9-b03f-382d0e956205</guid>
					<name>.1.3.6.1.4.1.232.3.2.5.1.1.6.0.2</name>
					<description>Drive status 2 EG0300FCVBF</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance>EG0300FCVBF</instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>512</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 2:&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3:&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:&#x0A;&#x09;&#x09;return &quot;predictiveFailure&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;return &quot;erasing&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;return &quot;erasing&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 6:&#x0A;&#x09;&#x09;return &quot;eraseDone&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 7:&#x0A;&#x09;&#x09;return &quot;eraseQueued&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>2</instanceDiscoveryData>
				</dci>
				<dci id="13342">
					<guid>57ef4bc8-d5ac-4d66-8701-d23f2a5fe92f</guid>
					<name>.1.3.6.1.4.1.232.3.2.5.1.1.6.0.3</name>
					<description>Drive status 3 EG0300FCVBF</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance>EG0300FCVBF</instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>512</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 2:&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3:&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:&#x0A;&#x09;&#x09;return &quot;predictiveFailure&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;return &quot;erasing&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;return &quot;erasing&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 6:&#x0A;&#x09;&#x09;return &quot;eraseDone&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 7:&#x0A;&#x09;&#x09;return &quot;eraseQueued&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>3</instanceDiscoveryData>
				</dci>
				<dci id="13343">
					<guid>06ad4e32-ac60-458a-8ca9-23388a0c6dd4</guid>
					<name>.1.3.6.1.4.1.232.3.2.5.1.1.6.0.4</name>
					<description>Drive status 4 EG0300FCVBF</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance>EG0300FCVBF</instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>512</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 2:&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3:&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:&#x0A;&#x09;&#x09;return &quot;predictiveFailure&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;return &quot;erasing&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;return &quot;erasing&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 6:&#x0A;&#x09;&#x09;return &quot;eraseDone&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 7:&#x0A;&#x09;&#x09;return &quot;eraseQueued&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>4</instanceDiscoveryData>
				</dci>
				<dci id="13344">
					<guid>abe3c6fb-5eda-4e33-9819-b25617640cc4</guid>
					<name>.1.3.6.1.4.1.232.3.2.5.1.1.6.0.{instance}</name>
					<description>Phy Drive status {instance} {instance-name}</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>512</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>3</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 2:&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3:&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:&#x0A;&#x09;&#x09;return &quot;predictiveFailure&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;return &quot;erasing&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;return &quot;erasing&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 6:&#x0A;&#x09;&#x09;return &quot;eraseDone&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 7:&#x0A;&#x09;&#x09;return &quot;eraseQueued&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.3.2.5.1.1.2.0</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0D;&#x0A;if (transport == null)&#x0D;&#x0A;&#x09;return false;&#x0D;&#x0A;name = SNMPGetValue(transport, &quot;.1.3.6.1.4.1.232.3.2.5.1.1.3.0.&quot; . $1);&#x0D;&#x0A;if (name == null)&#x0D;&#x0A;&#x09;return false;&#x0D;&#x0A;&#x0D;&#x0A;return %(true, $1, name);</instanceFilter>
				</dci>
				<dci id="13345">
					<guid>dd78d259-8053-4155-b7da-42eb3af36390</guid>
					<name>.1.3.6.1.4.1.232.6.2.9.3.1.4.0.1</name>
					<description>Power supply 1 status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance>1</instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 2: // ok&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3: // degraded&#x0A;&#x09;&#x09;return &quot;degraded&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:// failed&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>1</instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="13346">
					<guid>9762a2be-f052-44b1-a42e-65db3478d055</guid>
					<name>.1.3.6.1.4.1.232.6.2.9.3.1.4.0.2</name>
					<description>Power supply 2 status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance>2</instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 2: // ok&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3: // degraded&#x0A;&#x09;&#x09;return &quot;degraded&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:// failed&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>2</instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="13347">
					<guid>f9dbac82-f50c-4339-b9a6-d827d5b5c28f</guid>
					<name>.1.3.6.1.4.1.232.6.2.9.3.1.4.0.{instance}</name>
					<description>Power supply {instance} status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>3</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 2: // ok&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3: // degraded&#x0A;&#x09;&#x09;return &quot;degraded&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:// failed&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.6.2.9.3.1.2.0</instanceDiscoveryData>
					<instanceFilter>return %(true, $1);</instanceFilter>
				</dci>
				<dci id="13348">
					<guid>04b011c1-e84e-44da-8d51-f0b3bfe82f13</guid>
					<name>.1.3.6.1.4.1.232.2.2.4.2.0</name>
					<description>Product Name</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>0</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData></instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="13349">
					<guid>33b08717-8488-4d00-b291-f50ff32abfcb</guid>
					<name>.1.3.6.1.4.1.232.6.2.6.4.0</name>
					<description>System fan status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 2: // ok&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3: // degraded&#x0A;&#x09;&#x09;return &quot;degraded&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:// failed&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData></instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="13350">
					<guid>5a74a942-5693-424f-b2b0-b91495e3bc2e</guid>
					<name>.1.3.6.1.4.1.232.6.2.6.3.0</name>
					<description>Temperature status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 2: // ok&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3: // degraded&#x0A;&#x09;&#x09;return &quot;degraded&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:// failed&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_CRITICAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData></instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="13351">
					<guid>ba992da7-4ba6-4213-825a-3441ab3464a8</guid>
					<name>.1.3.6.1.4.1.232.6.2.6.8.1.6.0.{instance}</name>
					<description>Temperature status {instance} {instance-name}</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>512</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 2: // ok&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3: // degraded&#x0A;&#x09;&#x09;return &quot;degraded&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4: // failed&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.6.2.6.8.1.2.0</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0A;if (transport == null)&#x0A;&#x09;return false;&#x0A;codename = SNMPGetValue(transport, &quot;.1.3.6.1.4.1.232.6.2.6.8.1.3.0.&quot; . $1);&#x0A;if (codename == null)&#x0A;&#x09;return false;&#x0A;switch (codename)&#x0A;{&#x0A;&#x09;case 1:&#x0A;&#x09;&#x09;name = &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3:&#x0A;&#x09;&#x09;name = &quot;System&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:&#x0A;&#x09;&#x09;name = &quot;systemBoard&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;name = &quot;I/O Board&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 6:&#x0A;&#x09;&#x09;name = &quot;CPU&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 7:&#x0A;&#x09;&#x09;name = &quot;Memory&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 8:&#x0A;&#x09;&#x09;name = &quot;storage&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 9:&#x0A;&#x09;&#x09;name = &quot;removableMedia&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 10:&#x0A;&#x09;&#x09;name = &quot;Power Supply&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 11:&#x0A;&#x09;&#x09;name = &quot;Ambient&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 12:&#x0A;&#x09;&#x09;name = &quot;chassis&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 13:&#x0A;&#x09;&#x09;name = &quot;bridgeCard&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;name = &quot;unknown&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}&#x0A;return %(true, $1, name);</instanceFilter>
				</dci>
				<dci id="13352">
					<guid>2f03ca51-cf4a-4c28-b4cb-b17903cf49c3</guid>
					<name>.1.3.6.1.4.1.232.6.2.6.8.1.4.0.{instance}</name>
					<description>Temperature {instance} {instance-name}, °C</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>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.6.2.6.8.1.2.0</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0A;if (transport == null)&#x0A;&#x09;return false;&#x0A;codename = SNMPGetValue(transport, &quot;.1.3.6.1.4.1.232.6.2.6.8.1.3.0.&quot; . $1);&#x0A;if (codename == null)&#x0A;&#x09;return false;&#x0A;switch (codename)&#x0A;{&#x0A;&#x09;case 1:&#x0A;&#x09;&#x09;name = &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3:&#x0A;&#x09;&#x09;name = &quot;system&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:&#x0A;&#x09;&#x09;name = &quot;systemBoard&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;name = &quot;ioBoard&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 6:&#x0A;&#x09;&#x09;name = &quot;cpu&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 7:&#x0A;&#x09;&#x09;name = &quot;memory&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 8:&#x0A;&#x09;&#x09;name = &quot;storage&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 9:&#x0A;&#x09;&#x09;name = &quot;removableMedia&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 10:&#x0A;&#x09;&#x09;name = &quot;powerSupply&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 11:&#x0A;&#x09;&#x09;name = &quot;ambient&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 12:&#x0A;&#x09;&#x09;name = &quot;chassis&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 13:&#x0A;&#x09;&#x09;name = &quot;bridgeCard&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;name = &quot;unknown&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}&#x0A;return %(true, $1, name);</instanceFilter>
				</dci>
				<dci id="13448">
					<guid>9754e89e-93e2-4508-bf65-5c78e5db99b4</guid>
					<name>.1.3.6.1.4.1.232.3.2.3.1.1.4.0.{instance}</name>
					<description>Log Drive status {instance} {instance-name}</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>512</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>4</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 2:&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3:&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4:&#x0A;&#x09;&#x09;return &quot;unconfigured&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5:&#x0A;&#x09;&#x09;return &quot;recovering&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 6:&#x0A;&#x09;&#x09;return &quot;readyForRebuild&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 7:&#x0A;&#x09;&#x09;return &quot;rebuilding&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 8:&#x0A;&#x09;&#x09;return &quot;wrongDevice&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 9:&#x0A;&#x09;&#x09;return &quot;badConnect&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 10:&#x0A;&#x09;&#x09;return &quot;overheating&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 11:&#x0A;&#x09;&#x09;return &quot;shutdown&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 12:&#x0A;&#x09;&#x09;return &quot;expanding&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 13:&#x0A;&#x09;&#x09;return &quot;notAvailable&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 14:&#x0A;&#x09;&#x09;return &quot;queuedForExpansion&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 15:&#x0A;&#x09;&#x09;return &quot;multipathAccessDegraded&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 16:&#x0A;&#x09;&#x09;return &quot;earsing&quot;;&#x0A;&#x09;&#x09;break;&#x09;&#x09;&#x09;&#x09;&#x09;&#x09;&#x09;&#x09;&#x09;&#x09;&#x09;&#x09;&#x09;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.3.2.3.1.1.2.0</instanceDiscoveryData>
					<instanceFilter>transport = CreateSNMPTransport($node);&#x0A;if (transport == null)&#x0A;&#x09;return false;&#x0A;name = SNMPGetValue(transport, &quot;.1.3.6.1.4.1.232.3.2.3.1.1.3.0.&quot; . $1);&#x0A;if (name == null)&#x0A;&#x09;return false;&#x0A;&#x0A;return %(true, $1, name);</instanceFilter>
				</dci>
				<dci id="13449">
					<guid>7277a8a6-5135-4b4b-843b-b17224e0949a</guid>
					<name>.1.3.6.1.4.1.232.6.2.9.3.1.5.0.{instance}</name>
					<description>cpqHeFltTolPowerSupplyStatus {instance} status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>3</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 1: // noError(1) - UP&#x0A;&#x09;&#x09;return &quot;UP&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 2: // generalFailure(2)&#x0A;&#x09;&#x09;return &quot;generalFailure&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3: // bistFailure(3)&#x0A;&#x09;&#x09;return &quot;bistFailure&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4: // fanFailure(4)&#x0A;&#x09;&#x09;return &quot;fanFailure&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 5: // tempFailure(5)&#x0A;&#x09;&#x09;return &quot;tempFailure&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 6: // interlockOpen(6)&#x0A;&#x09;&#x09;return &quot;interlockOpen&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 7: // epromFailed(7)&#x0A;&#x09;&#x09;return &quot;epromFailed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 8: // vrefFailed(8)&#x0A;&#x09;&#x09;return &quot;vrefFailed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 9: // dacFailed(9)&#x0A;&#x09;&#x09;return &quot;dacFailed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 10: // ramTestFailed(10)&#x0A;&#x09;&#x09;return &quot;ramTestFailed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 11: // voltageChannelFailed(11)&#x0A;&#x09;&#x09;return &quot;voltageChannelFailed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 12: // orringdiodeFailed(12)&#x0A;&#x09;&#x09;return &quot;orringdiodeFailed&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 13: // brownOut(13)&#x0A;&#x09;&#x09;return &quot;brownOut&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 14: // giveupOnStartup(14)&#x0A;&#x09;&#x09;return &quot;giveupOnStartup&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 15: // nvramInvalid(15)&#x0A;&#x09;&#x09;return &quot;nvramInvalid&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 16: // calibrationTableInvalid(16)&#x0A;&#x09;&#x09;return &quot;calibrationTableInvalid&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;default:&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>UP</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.6.2.9.3.1.2.0</instanceDiscoveryData>
					<instanceFilter>return %(true, $1);</instanceFilter>
				</dci>
				<dci id="13450">
					<guid>22ad8b87-6ec6-4845-bcb7-5591034bde4c</guid>
					<name>.1.3.6.1.4.1.232.6.2.6.5.0</name>
					<description>CPU fan status</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 1: // other Fan status detection is not supported by this system or driver&#x0A;&#x09;&#x09;return &quot;not supported&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 2: // ok All fans are operating properly.&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3: // degraded&#x0A;&#x09;&#x09;return &quot;degraded&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4: // A fan is not operating properly.&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x09;&#x0A;&#x09;default: // other&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData></instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="13451">
					<guid>f38fd2a4-3088-47aa-aea6-c7f9e0e38744</guid>
					<name>.1.3.6.1.4.1.232.2.2.2.1.0</name>
					<description>Serial Number</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>0</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData></instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="13460">
					<guid>fabf5fd3-cbf8-4963-bb2b-1984ca056129</guid>
					<name>1.3.6.1.4.1.232.2.2.2.3.0</name>
					<description>Asset Tag</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>0</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData></instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="13461">
					<guid>83ab0acd-7a24-404e-b0ca-606e123a4f09</guid>
					<name>1.3.6.1.4.1.232.2.2.2.6.0</name>
					<description>Product Number</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>0</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData></instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="13551">
					<guid>2d3ada97-f825-40ab-bd69-8e31cdc7be9d</guid>
					<name>.1.3.6.1.4.1.232.6.2.11.2.0</name>
					<description>cpqHeEventLogCondition</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>0</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 1: // When System Event Log is not supported or unknown&#x0A;&#x09;&#x09;return &quot;not supported&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 2: // If there are no degraded, warning, nor failed entries.&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3: // If there are degraded or warning but no failed entries.&#x0A;&#x09;&#x09;return &quot;degraded&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4: // If there are failed entries.&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x09;&#x0A;&#x09;default: // other&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData></instanceDiscoveryData>
					<instanceFilter></instanceFilter>
				</dci>
				<dci id="13561">
					<guid>66975693-8ec2-4071-bcf1-9ec6d5619016</guid>
					<name>.1.3.6.1.4.1.232.6.2.6.7.1.9.0.{instance}</name>
					<description>cpqHeFltTolFanCondition {instance}</description>
					<dataType>4</dataType>
					<samples>0</samples>
					<origin>2</origin>
					<interval>60</interval>
					<retention>30</retention>
					<instance></instance>
					<systemTag></systemTag>
					<delta>0</delta>
					<flags>2568</flags>
					<snmpRawValueType>0</snmpRawValueType>
					<snmpPort>0</snmpPort>
					<instanceDiscoveryMethod>3</instanceDiscoveryMethod>
					<transformation>switch ($1)&#x0A;{&#x0A;&#x09;case 1: // Fan status detection is not supported by this system or driver.&#x0A;&#x09;&#x09;return &quot;not supported&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 2: // The fan is operating properly.&#x0A;&#x09;&#x09;return &quot;ok&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 3: // A redundant fan is not operating properly.&#x0A;&#x09;&#x09;return &quot;degraded&quot;;&#x0A;&#x09;&#x09;break;&#x0A;&#x09;case 4: // A non-redundant fan is not operating properly.&#x0A;&#x09;&#x09;return &quot;failed&quot;;&#x0A;&#x09;&#x09;break;&#x09;&#x0A;&#x09;default: // other&#x0A;&#x09;&#x09;return &quot;other&quot;;&#x0A;&#x09;&#x09;break;&#x0A;}</transformation>
					<thresholds>
						<threshold id="1">
							<function>0</function>
							<condition>7</condition>
							<value>ok</value>
							<activationEvent>DC_STATUS_MINOR</activationEvent>
							<deactivationEvent>DC_STATUS_NORMAL</deactivationEvent>
							<sampleCount>1</sampleCount>
							<repeatInterval>-1</repeatInterval>
							<script></script>
						</threshold>
					</thresholds>
					<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;minYScaleValue&gt;1&lt;/minYScaleValue&gt;&#x0A;   &lt;maxYScaleValue&gt;100&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;parentDciId&gt;0&lt;/parentDciId&gt;&#x0A;   &lt;order&gt;100&lt;/order&gt;&#x0A;&lt;/config&gt;</perfTabSettings>
					<instanceDiscoveryData>.1.3.6.1.4.1.232.6.2.6.7.1.2.0</instanceDiscoveryData>
					<instanceFilter>return %(true, $1);</instanceFilter>
				</dci>
			</dataCollection>
		</template>
	</templates>
	<traps>
	</traps>
	<rules>
	</rules>
	<scripts>
	</scripts>
	<objectTools>
	</objectTools>
	<dciSummaryTables>
	</dciSummaryTables>
</configuration>
