Re: data query XML file
Steven Lo <[email protected]>
| Newsgroups | gmane.network.cacti.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Paul, I have attached the template and 2 XML files. Do you think you can try the following for us and see if you can create a new device and verify the device is in the poller cache. I still not able to get the device in the poller cache for our setup and no data is being generated for rrdtool. Thanks. Steven. On 08/07/2013 11:21 PM, Steven Lo wrote: > Hi Paul, > > On 08/07/2013 10:21 PM, Paul Gevers wrote: >> Hi Steven, >> >> I have no experience with templates such as the one you are describing, >> but... >> >>> /usr/local/cacti/resource/snmp_queries/ : >> Are you running Debian? This location does not seem like a regular cacti >> location, but indeed in Debian that would be the location that >> could/would be proposed. > We're running RHEL 5. The RPM install Cacti in /var/www/cacti but we move > it to /usr/local/cacti since the partition has more disk space. > >>> Data Template >>> [success] ITWatchdogs - Builtin [new] >>> [success] ITWatchdogs - airFlowSensor [new] >>> [success] ITWatchdogs - TemperatureSensor [new] >> It looks like they were successfully created, but the question is, >> where? Or maybe it reported success when it failed... > Cacti does show all the templates except the XML files. I did not > notice any > error message in the log file. > >> Can you please post the URL of where you found this contributed >> template, and I will try this at home. > I use wget to download the template: > > wget > http://docs.cacti.net/_media/usertemplate:host:itwatchdogs:cacti_host_template_itwatchdogs_-_goose_series.xml.gz > > > Thanks for testing the template. > > > Steven. > >> Paul >> >> >> >> ------------------------------------------------------------------------------ >> Get 100% visibility into Java/.NET code with AppDynamics Lite! >> It's a free troubleshooting tool designed for production. >> Get down to code-level detail for bottlenecks, with<2% overhead. >> Download for free and get started troubleshooting in minutes. >> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk >> >> >> _______________________________________________ >> cacti-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/cacti-user > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite! > It's a free troubleshooting tool designed for production. > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk > _______________________________________________ > cacti-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cacti-user > ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ cacti-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cacti-user
weather_goose_temperature_sensor.xml
(text/xml, 1.6 KB)
<interface>
<name>Get WxGoose External Sensors</name>
<description>Retrieve a list of external WxGoose sensors</description>
<index_order_type>numeric</index_order_type>
#<oid_num_indexes>.1.3.6.1.4.1.17373.3.1.8.4</oid_num_indexes>
<oid_num_indexes>.1.3.6.1.4.1.17373.1.8.1.4</oid_num_indexes>
<oid_index>.1.3.6.1.4.1.17373.3.4.1.2</oid_index>
<oid_index_parse>OID/REGEXP:.*\.([0-9]{1,3})$</oid_index_parse>
<index_order>extSensorName:extSensorSerial</index_order>
<fields>
<extSensorSerial>
<name>Sensor Serial Number</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.17373.3.4.1.2</oid>
</extSensorSerial>
<extSensorName>
<name>Sensor Name</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.17373.3.4.1.3</oid>
</extSensorName>
<extSensorAvail>
<name>Sensor Status</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.17373.3.4.1.4</oid>
</extSensorAvail>
<extSensorTempC>
<name>Sensor Temperature</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.17373.3.4.1.5</oid>
</extSensorTempC>
</fields>
</interface>
weather_goose_airflow_sensor.xml
(text/xml, 2.7 KB)
<interface>
<name>Get AirFlow External Sensors</name>
<description>Retrieve a list of AirFlow sensors</description>
<index_order_type>numeric</index_order_type>
<oid_num_indexes>.1.3.6.1.4.1.17373.1.8.1.4</oid_num_indexes>
<oid_index>.1.3.6.1.4.1.17373.3.5.1.2</oid_index>
<oid_index_parse>OID/REGEXP:.*\.([0-9]{1,3})$</oid_index_parse>
<index_order>extAirFlowSensorName:extAirFlowSensorSerial</index_order>
<fields>
#<extAirFlowSensorIndex>
# <name>CliMate Index</name>
# <method>walk</method>
# <source>value</source>
# <direction>input</direction>
# <oid>.1.3.6.1.4.1.17373.3.5.1.1</oid>
#</extAirFlowSensorIndex>
<extAirFlowSensorSerial>
<name>CliMate Serial Number</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.17373.3.5.1.2</oid>
</extAirFlowSensorSerial>
<extAirFlowSensorName>
<name>CliMate Name</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.17373.3.5.1.3</oid>
</extAirFlowSensorName>
<extAirFlowSensorAvail>
<name>CliMate Status</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.17373.3.5.1.4</oid>
</extAirFlowSensorAvail>
<extAirFlowSensorTempC>
<name>Temperature</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.17373.3.5.1.5</oid>
</extAirFlowSensorTempC>
<extAirFlowSensorAirflow>
<name>Air Flow</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.17373.3.5.1.7</oid>
</extAirFlowSensorAirflow>
<extAirFlowSensorHumidity>
<name>Humidity</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.17373.3.5.1.8</oid>
</extAirFlowSensorHumidity>
<extAirFlowSensorDewPointC>
<name>Dew Point</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.17373.3.5.1.9</oid>
</extAirFlowSensorDewPointC>
</fields>
</interface>
usertemplate:host:itwatchdogs:cacti_host_template_itwatchdogs_-_goose_series.xml
(text/xml, 81.1 KB)
<cacti> <hash_020021b1276675182389690ae2f98ca6dbab38> <name>ITWatchdogs - Goose series</name> <graph_templates>hash_000021b3d0dcc2cf522ec7f9b172b90b6868e3|hash_000021496d09bea25305a1d9c615e3e0880d13|hash_0000216448aa79e51676a5c9a084303314093f|hash_000021889f3edf2d05cbb7784f43a2c957d555|hash_0000216344766ffb887ad1a9ba7569e802dcfd</graph_templates> <data_queries>hash_040021c152131f7d35b4bf3523c89cd9c25717|hash_040021d3203e4ed4427735ba26bf71ea4e1e04|hash_04002137bd43baf9d83e9f31d3d983168cddd5</data_queries> </hash_020021b1276675182389690ae2f98ca6dbab38> <hash_000021b3d0dcc2cf522ec7f9b172b90b6868e3> <name>ITWatchdogs - Builtin - Temperatures</name> <graph> <t_title>on</t_title> <title>|host_description| - |climateName| - Temperatures</title> <t_image_format_id></t_image_format_id> <image_format_id>1</image_format_id> <t_height></t_height> <height>120</height> <t_width></t_width> <width>900</width> <t_slope_mode></t_slope_mode> <slope_mode>on</slope_mode> <t_auto_scale></t_auto_scale> <auto_scale>on</auto_scale> <t_auto_scale_opts></t_auto_scale_opts> <auto_scale_opts>2</auto_scale_opts> <t_auto_scale_log></t_auto_scale_log> <auto_scale_log></auto_scale_log> <t_scale_log_units></t_scale_log_units> <scale_log_units></scale_log_units> <t_auto_scale_rigid></t_auto_scale_rigid> <auto_scale_rigid></auto_scale_rigid> <t_auto_padding></t_auto_padding> <auto_padding>on</auto_padding> <t_export></t_export> <export>on</export> <t_upper_limit></t_upper_limit> <upper_limit>100</upper_limit> <t_lower_limit></t_lower_limit> <lower_limit>0</lower_limit> <t_base_value></t_base_value> <base_value>1000</base_value> <t_unit_value></t_unit_value> <unit_value></unit_value> <t_unit_exponent_value></t_unit_exponent_value> <unit_exponent_value></unit_exponent_value> <t_vertical_label></t_vertical_label> <vertical_label></vertical_label> </graph> <items> <hash_10002100b8a248603fb3cfa22582b82129027d> <task_item_id>hash_0800214221c0b346249a8b54f944c4a19a4b75</task_item_id> <color_id>DE0056</color_id> <alpha>7F</alpha> <graph_type_id>7</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format></text_format> <hard_return></hard_return> <sequence>1</sequence> </hash_10002100b8a248603fb3cfa22582b82129027d> <hash_10002109aceccea1c3f259eb51e4563480c8c7> <task_item_id>hash_0800214221c0b346249a8b54f944c4a19a4b75</task_item_id> <color_id>FF0000</color_id> <alpha>FF</alpha> <graph_type_id>6</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Temperature C</text_format> <hard_return></hard_return> <sequence>2</sequence> </hash_10002109aceccea1c3f259eb51e4563480c8c7> <hash_100021167c312cff88aeadf530699cd800df99> <task_item_id>hash_0800214221c0b346249a8b54f944c4a19a4b75</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Current:</text_format> <hard_return></hard_return> <sequence>6</sequence> </hash_100021167c312cff88aeadf530699cd800df99> <hash_100021fc07c79a7bbf383d2211fd4580ad3d85> <task_item_id>hash_0800214221c0b346249a8b54f944c4a19a4b75</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Average:</text_format> <hard_return></hard_return> <sequence>7</sequence> </hash_100021fc07c79a7bbf383d2211fd4580ad3d85> <hash_10002181d2cf94adc3994d2e6aed870c0da90d> <task_item_id>hash_0800214221c0b346249a8b54f944c4a19a4b75</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Maximum:</text_format> <hard_return>on</hard_return> <sequence>8</sequence> </hash_10002181d2cf94adc3994d2e6aed870c0da90d> <hash_100021e70b87a2dff649f8aeb8757e985b046b> <task_item_id>hash_08002119b4671506a8656edd9a8e175ae8c459</task_item_id> <color_id>0D006A</color_id> <alpha>FF</alpha> <graph_type_id>6</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Humidity %</text_format> <hard_return></hard_return> <sequence>9</sequence> </hash_100021e70b87a2dff649f8aeb8757e985b046b> <hash_1000210e4580dfc6cb7cd0044329df5ac020f1> <task_item_id>hash_08002119b4671506a8656edd9a8e175ae8c459</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Current:</text_format> <hard_return></hard_return> <sequence>10</sequence> </hash_1000210e4580dfc6cb7cd0044329df5ac020f1> <hash_1000215b76994e78af9c2ef717a80c507cb719> <task_item_id>hash_08002119b4671506a8656edd9a8e175ae8c459</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Average:</text_format> <hard_return></hard_return> <sequence>11</sequence> </hash_1000215b76994e78af9c2ef717a80c507cb719> <hash_1000212c337b186363b267c7ac7ecc5804b3f1> <task_item_id>hash_08002119b4671506a8656edd9a8e175ae8c459</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Maximum:</text_format> <hard_return>on</hard_return> <sequence>12</sequence> </hash_1000212c337b186363b267c7ac7ecc5804b3f1> <hash_100021c2e3f3fb71cc7623420675a425c6562d> <task_item_id>hash_08002190fc00fa343dd6f5378d45a124c00f07</task_item_id> <color_id>7EE600</color_id> <alpha>FF</alpha> <graph_type_id>6</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Dewpoint C</text_format> <hard_return></hard_return> <sequence>13</sequence> </hash_100021c2e3f3fb71cc7623420675a425c6562d> <hash_1000219d957299192c3e7c32ea01ee7704b122> <task_item_id>hash_08002190fc00fa343dd6f5378d45a124c00f07</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Current:</text_format> <hard_return></hard_return> <sequence>14</sequence> </hash_1000219d957299192c3e7c32ea01ee7704b122> <hash_10002162e2dde8ea601a44e9dac9f5babda67d> <task_item_id>hash_08002190fc00fa343dd6f5378d45a124c00f07</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Average:</text_format> <hard_return></hard_return> <sequence>15</sequence> </hash_10002162e2dde8ea601a44e9dac9f5babda67d> <hash_10002164173a25c2aeae9d55db7021e4b68f9e> <task_item_id>hash_08002190fc00fa343dd6f5378d45a124c00f07</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Maximum:</text_format> <hard_return>on</hard_return> <sequence>16</sequence> </hash_10002164173a25c2aeae9d55db7021e4b68f9e> </items> <inputs> <hash_0900216ea4bd56de4ab06c7d1158e1cc612dff> <name>Data Source [TempC]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_00002100b8a248603fb3cfa22582b82129027d|hash_00002109aceccea1c3f259eb51e4563480c8c7|hash_000021167c312cff88aeadf530699cd800df99|hash_000021fc07c79a7bbf383d2211fd4580ad3d85|hash_00002181d2cf94adc3994d2e6aed870c0da90d</items> </hash_0900216ea4bd56de4ab06c7d1158e1cc612dff> <hash_090021c05e55b3d4063a2703293f09bce7368c> <name>Data Source [Humidity]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000021e70b87a2dff649f8aeb8757e985b046b|hash_0000210e4580dfc6cb7cd0044329df5ac020f1|hash_0000215b76994e78af9c2ef717a80c507cb719|hash_0000212c337b186363b267c7ac7ecc5804b3f1</items> </hash_090021c05e55b3d4063a2703293f09bce7368c> <hash_090021f9e491693ab6bfcb6af8b791fb149657> <name>Data Source [DewPointC]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000021c2e3f3fb71cc7623420675a425c6562d|hash_0000219d957299192c3e7c32ea01ee7704b122|hash_00002162e2dde8ea601a44e9dac9f5babda67d|hash_00002164173a25c2aeae9d55db7021e4b68f9e</items> </hash_090021f9e491693ab6bfcb6af8b791fb149657> </inputs> </hash_000021b3d0dcc2cf522ec7f9b172b90b6868e3> <hash_000021496d09bea25305a1d9c615e3e0880d13> <name>ITWatchdogs - Builtin - Analog</name> <graph> <t_title></t_title> <title>|host_description| -Builtin Analog inputs</title> <t_image_format_id></t_image_format_id> <image_format_id>1</image_format_id> <t_height></t_height> <height>120</height> <t_width></t_width> <width>900</width> <t_slope_mode></t_slope_mode> <slope_mode>on</slope_mode> <t_auto_scale></t_auto_scale> <auto_scale>on</auto_scale> <t_auto_scale_opts></t_auto_scale_opts> <auto_scale_opts>2</auto_scale_opts> <t_auto_scale_log></t_auto_scale_log> <auto_scale_log></auto_scale_log> <t_scale_log_units></t_scale_log_units> <scale_log_units></scale_log_units> <t_auto_scale_rigid></t_auto_scale_rigid> <auto_scale_rigid></auto_scale_rigid> <t_auto_padding></t_auto_padding> <auto_padding>on</auto_padding> <t_export></t_export> <export>on</export> <t_upper_limit></t_upper_limit> <upper_limit>100</upper_limit> <t_lower_limit></t_lower_limit> <lower_limit>0</lower_limit> <t_base_value></t_base_value> <base_value>1000</base_value> <t_unit_value></t_unit_value> <unit_value></unit_value> <t_unit_exponent_value></t_unit_exponent_value> <unit_exponent_value></unit_exponent_value> <t_vertical_label></t_vertical_label> <vertical_label></vertical_label> </graph> <items> <hash_100021c86338f16fcfe05c4a8d800bf3c30bdd> <task_item_id>hash_08002131b35f447d3da45233a8b593a0bbd67f</task_item_id> <color_id>FF0000</color_id> <alpha>FF</alpha> <graph_type_id>6</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>hash_050021f555f47e162e6d9fc22b4e6dd0358212</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Analog1</text_format> <hard_return></hard_return> <sequence>1</sequence> </hash_100021c86338f16fcfe05c4a8d800bf3c30bdd> <hash_100021678851f7cddefdd1d05145a66eb2cc4f> <task_item_id>hash_08002131b35f447d3da45233a8b593a0bbd67f</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>hash_050021f555f47e162e6d9fc22b4e6dd0358212</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Current:</text_format> <hard_return></hard_return> <sequence>5</sequence> </hash_100021678851f7cddefdd1d05145a66eb2cc4f> <hash_1000219aa0dd637adcdb488db2473164dfc806> <task_item_id>hash_08002131b35f447d3da45233a8b593a0bbd67f</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>hash_050021f555f47e162e6d9fc22b4e6dd0358212</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Average:</text_format> <hard_return></hard_return> <sequence>6</sequence> </hash_1000219aa0dd637adcdb488db2473164dfc806> <hash_100021ef8a8281907b4595592cc2b6bf975a1f> <task_item_id>hash_08002131b35f447d3da45233a8b593a0bbd67f</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>hash_050021f555f47e162e6d9fc22b4e6dd0358212</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Maximum:</text_format> <hard_return>on</hard_return> <sequence>7</sequence> </hash_100021ef8a8281907b4595592cc2b6bf975a1f> <hash_1000215ba6f3cb619e1ec177fe8ec6e470c73b> <task_item_id>hash_0800212c839830a535f320442696934ef79206</task_item_id> <color_id>00FF00</color_id> <alpha>FF</alpha> <graph_type_id>6</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Analog2</text_format> <hard_return></hard_return> <sequence>8</sequence> </hash_1000215ba6f3cb619e1ec177fe8ec6e470c73b> <hash_1000219cf7fa07048b25a373678bd4b93ff97d> <task_item_id>hash_0800212c839830a535f320442696934ef79206</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Current:</text_format> <hard_return></hard_return> <sequence>9</sequence> </hash_1000219cf7fa07048b25a373678bd4b93ff97d> <hash_10002182e8ea9f40b9262eada4cd623bc24647> <task_item_id>hash_0800212c839830a535f320442696934ef79206</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Average:</text_format> <hard_return></hard_return> <sequence>10</sequence> </hash_10002182e8ea9f40b9262eada4cd623bc24647> <hash_1000212a787e01beeb0226ba30dd5b4b3db125> <task_item_id>hash_0800212c839830a535f320442696934ef79206</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Maximum:</text_format> <hard_return>on</hard_return> <sequence>11</sequence> </hash_1000212a787e01beeb0226ba30dd5b4b3db125> <hash_100021229eba1b7de32d6ae4093557d4c4fa87> <task_item_id>hash_080021ccc2fcb504689f0d20a1b45b6571e6de</task_item_id> <color_id>0000FF</color_id> <alpha>FF</alpha> <graph_type_id>6</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Analog3</text_format> <hard_return></hard_return> <sequence>12</sequence> </hash_100021229eba1b7de32d6ae4093557d4c4fa87> <hash_100021aed2366822a8bf67cc9a471a193fc944> <task_item_id>hash_080021ccc2fcb504689f0d20a1b45b6571e6de</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Current:</text_format> <hard_return></hard_return> <sequence>13</sequence> </hash_100021aed2366822a8bf67cc9a471a193fc944> <hash_10002186c5e0c7c43c84c47966938afed8188b> <task_item_id>hash_080021ccc2fcb504689f0d20a1b45b6571e6de</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Average:</text_format> <hard_return></hard_return> <sequence>14</sequence> </hash_10002186c5e0c7c43c84c47966938afed8188b> <hash_10002195b59d46e079f4339c01fecfb30c58f0> <task_item_id>hash_080021ccc2fcb504689f0d20a1b45b6571e6de</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Maximum:</text_format> <hard_return>on</hard_return> <sequence>15</sequence> </hash_10002195b59d46e079f4339c01fecfb30c58f0> </items> <inputs> <hash_0900218b1fedc92113057ce82516c62128b550> <name>Data Source [Analog1]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000021c86338f16fcfe05c4a8d800bf3c30bdd|hash_000021678851f7cddefdd1d05145a66eb2cc4f|hash_0000219aa0dd637adcdb488db2473164dfc806|hash_000021ef8a8281907b4595592cc2b6bf975a1f</items> </hash_0900218b1fedc92113057ce82516c62128b550> <hash_09002182e25fdec6511f9717fd310642b79ca6> <name>Data Source [Analog2]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_0000215ba6f3cb619e1ec177fe8ec6e470c73b|hash_0000219cf7fa07048b25a373678bd4b93ff97d|hash_00002182e8ea9f40b9262eada4cd623bc24647|hash_0000212a787e01beeb0226ba30dd5b4b3db125</items> </hash_09002182e25fdec6511f9717fd310642b79ca6> <hash_090021be26c6ce36b778d388df6af30dab28a4> <name>Data Source [Analog3]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000021229eba1b7de32d6ae4093557d4c4fa87|hash_000021aed2366822a8bf67cc9a471a193fc944|hash_00002186c5e0c7c43c84c47966938afed8188b|hash_00002195b59d46e079f4339c01fecfb30c58f0</items> </hash_090021be26c6ce36b778d388df6af30dab28a4> </inputs> </hash_000021496d09bea25305a1d9c615e3e0880d13> <hash_0000216448aa79e51676a5c9a084303314093f> <name>ITWatchdogs - Builtin - Physical</name> <graph> <t_title></t_title> <title>|host_description| - |query_climateName| - Physical</title> <t_image_format_id></t_image_format_id> <image_format_id>1</image_format_id> <t_height></t_height> <height>120</height> <t_width></t_width> <width>900</width> <t_slope_mode></t_slope_mode> <slope_mode>on</slope_mode> <t_auto_scale></t_auto_scale> <auto_scale>on</auto_scale> <t_auto_scale_opts></t_auto_scale_opts> <auto_scale_opts>2</auto_scale_opts> <t_auto_scale_log></t_auto_scale_log> <auto_scale_log></auto_scale_log> <t_scale_log_units></t_scale_log_units> <scale_log_units></scale_log_units> <t_auto_scale_rigid></t_auto_scale_rigid> <auto_scale_rigid></auto_scale_rigid> <t_auto_padding></t_auto_padding> <auto_padding>on</auto_padding> <t_export></t_export> <export>on</export> <t_upper_limit></t_upper_limit> <upper_limit>100</upper_limit> <t_lower_limit></t_lower_limit> <lower_limit>0</lower_limit> <t_base_value></t_base_value> <base_value>1000</base_value> <t_unit_value></t_unit_value> <unit_value></unit_value> <t_unit_exponent_value></t_unit_exponent_value> <unit_exponent_value></unit_exponent_value> <t_vertical_label></t_vertical_label> <vertical_label></vertical_label> </graph> <items> <hash_100021637f6533e62fc86e5606932c7578ea9b> <task_item_id>hash_080021c060cfd44d1642ac67bbba357ffe6d5a</task_item_id> <color_id>F5F800</color_id> <alpha>FF</alpha> <graph_type_id>6</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>AirFlow</text_format> <hard_return></hard_return> <sequence>1</sequence> </hash_100021637f6533e62fc86e5606932c7578ea9b> <hash_1000212ee425081814a9345e3cb12ce6b7d2c8> <task_item_id>hash_080021c060cfd44d1642ac67bbba357ffe6d5a</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Current:</text_format> <hard_return></hard_return> <sequence>2</sequence> </hash_1000212ee425081814a9345e3cb12ce6b7d2c8> <hash_10002137c7dc2e232fb0bb1e57ffba8e512e2b> <task_item_id>hash_080021c060cfd44d1642ac67bbba357ffe6d5a</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Average:</text_format> <hard_return></hard_return> <sequence>3</sequence> </hash_10002137c7dc2e232fb0bb1e57ffba8e512e2b> <hash_1000217e3cd694c3426308a35c3a98e9346fb8> <task_item_id>hash_080021c060cfd44d1642ac67bbba357ffe6d5a</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Maximum:</text_format> <hard_return>on</hard_return> <sequence>4</sequence> </hash_1000217e3cd694c3426308a35c3a98e9346fb8> <hash_100021259a22fd66e0cc773c1d800528889527> <task_item_id>hash_0800214ec7fb36884256e71f7897d8a3a3337a</task_item_id> <color_id>00FF00</color_id> <alpha>FF</alpha> <graph_type_id>6</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Light Level</text_format> <hard_return></hard_return> <sequence>5</sequence> </hash_100021259a22fd66e0cc773c1d800528889527> <hash_100021993f91a435c742b5981f63b2c9209968> <task_item_id>hash_0800214ec7fb36884256e71f7897d8a3a3337a</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Current:</text_format> <hard_return></hard_return> <sequence>6</sequence> </hash_100021993f91a435c742b5981f63b2c9209968> <hash_100021bd2d6609c2d86b9079c157c494b3d9fa> <task_item_id>hash_0800214ec7fb36884256e71f7897d8a3a3337a</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Average:</text_format> <hard_return></hard_return> <sequence>7</sequence> </hash_100021bd2d6609c2d86b9079c157c494b3d9fa> <hash_100021199f5bcf0e5c149c5428bb01281c5d3d> <task_item_id>hash_0800214ec7fb36884256e71f7897d8a3a3337a</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Maximum:</text_format> <hard_return>on</hard_return> <sequence>8</sequence> </hash_100021199f5bcf0e5c149c5428bb01281c5d3d> <hash_1000212e5f06e2a5fae4127f53472f75ee7e30> <task_item_id>hash_080021a45a34bb6dac48e16c67dceac6e0b206</task_item_id> <color_id>0000FF</color_id> <alpha>FF</alpha> <graph_type_id>6</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Sound Level</text_format> <hard_return></hard_return> <sequence>9</sequence> </hash_1000212e5f06e2a5fae4127f53472f75ee7e30> <hash_100021260c64521e5d7422eeee66c5620ac339> <task_item_id>hash_080021a45a34bb6dac48e16c67dceac6e0b206</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Current:</text_format> <hard_return></hard_return> <sequence>10</sequence> </hash_100021260c64521e5d7422eeee66c5620ac339> <hash_1000214743dc696db1bf9cb66d86622c9e952c> <task_item_id>hash_080021a45a34bb6dac48e16c67dceac6e0b206</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Average:</text_format> <hard_return></hard_return> <sequence>11</sequence> </hash_1000214743dc696db1bf9cb66d86622c9e952c> <hash_1000210fc67be265238a300293d97ff2a43a5e> <task_item_id>hash_080021a45a34bb6dac48e16c67dceac6e0b206</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Maximum:</text_format> <hard_return>on</hard_return> <sequence>12</sequence> </hash_1000210fc67be265238a300293d97ff2a43a5e> </items> <inputs> <hash_090021edb24e923a564b2b73f5bd8a135476c5> <name>Data Source [AirFlow]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000021637f6533e62fc86e5606932c7578ea9b|hash_0000212ee425081814a9345e3cb12ce6b7d2c8|hash_00002137c7dc2e232fb0bb1e57ffba8e512e2b|hash_0000217e3cd694c3426308a35c3a98e9346fb8</items> </hash_090021edb24e923a564b2b73f5bd8a135476c5> <hash_0900213ad1c43b2ad243522d63fe048fffb234> <name>Data Source [Light]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000021259a22fd66e0cc773c1d800528889527|hash_000021993f91a435c742b5981f63b2c9209968|hash_000021bd2d6609c2d86b9079c157c494b3d9fa|hash_000021199f5bcf0e5c149c5428bb01281c5d3d</items> </hash_0900213ad1c43b2ad243522d63fe048fffb234> <hash_090021c21b5e251f7977c04e42c15d4caa597b> <name>Data Source [Sound]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_0000212e5f06e2a5fae4127f53472f75ee7e30|hash_000021260c64521e5d7422eeee66c5620ac339|hash_0000214743dc696db1bf9cb66d86622c9e952c|hash_0000210fc67be265238a300293d97ff2a43a5e</items> </hash_090021c21b5e251f7977c04e42c15d4caa597b> </inputs> </hash_0000216448aa79e51676a5c9a084303314093f> <hash_000021889f3edf2d05cbb7784f43a2c957d555> <name>ITWatchdogs - AirFlow Sensor</name> <graph> <t_title></t_title> <title>|host_description| - |query_AirFlowSensorName| </title> <t_image_format_id></t_image_format_id> <image_format_id>1</image_format_id> <t_height></t_height> <height>120</height> <t_width></t_width> <width>900</width> <t_slope_mode></t_slope_mode> <slope_mode>on</slope_mode> <t_auto_scale></t_auto_scale> <auto_scale>on</auto_scale> <t_auto_scale_opts></t_auto_scale_opts> <auto_scale_opts>2</auto_scale_opts> <t_auto_scale_log></t_auto_scale_log> <auto_scale_log></auto_scale_log> <t_scale_log_units></t_scale_log_units> <scale_log_units></scale_log_units> <t_auto_scale_rigid></t_auto_scale_rigid> <auto_scale_rigid></auto_scale_rigid> <t_auto_padding></t_auto_padding> <auto_padding>on</auto_padding> <t_export></t_export> <export>on</export> <t_upper_limit></t_upper_limit> <upper_limit>100</upper_limit> <t_lower_limit></t_lower_limit> <lower_limit>0</lower_limit> <t_base_value></t_base_value> <base_value>1000</base_value> <t_unit_value></t_unit_value> <unit_value></unit_value> <t_unit_exponent_value></t_unit_exponent_value> <unit_exponent_value></unit_exponent_value> <t_vertical_label></t_vertical_label> <vertical_label></vertical_label> </graph> <items> <hash_100021d04c7f120c53f03ae60d2f821aeb980c> <task_item_id>hash_080021c884de2f7e025043622cc9d7b5545614</task_item_id> <color_id>FF0000</color_id> <alpha>FF</alpha> <graph_type_id>6</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>TempC</text_format> <hard_return></hard_return> <sequence>1</sequence> </hash_100021d04c7f120c53f03ae60d2f821aeb980c> <hash_100021f9f1f356c8062726da65b01e360fb9ad> <task_item_id>hash_080021c884de2f7e025043622cc9d7b5545614</task_item_id> <color_id>FF3932</color_id> <alpha>7F</alpha> <graph_type_id>7</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format></text_format> <hard_return></hard_return> <sequence>2</sequence> </hash_100021f9f1f356c8062726da65b01e360fb9ad> <hash_100021a77b726a58cbc270e95dde30c735815d> <task_item_id>hash_080021c884de2f7e025043622cc9d7b5545614</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Current:</text_format> <hard_return></hard_return> <sequence>3</sequence> </hash_100021a77b726a58cbc270e95dde30c735815d> <hash_10002147e90b46a0e91313c67a4a7ba659cfbd> <task_item_id>hash_080021c884de2f7e025043622cc9d7b5545614</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Average:</text_format> <hard_return></hard_return> <sequence>4</sequence> </hash_10002147e90b46a0e91313c67a4a7ba659cfbd> <hash_100021b4d6d061ecfd2ed8274db0d49907dd21> <task_item_id>hash_080021c884de2f7e025043622cc9d7b5545614</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Maximum:</text_format> <hard_return>on</hard_return> <sequence>5</sequence> </hash_100021b4d6d061ecfd2ed8274db0d49907dd21> <hash_100021ebe129f0b9e0119c47819d331ec27e4b> <task_item_id>hash_0800218b4bf0d5f83404a379cfada265e1ec50</task_item_id> <color_id>0000FF</color_id> <alpha>FF</alpha> <graph_type_id>6</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Humidity</text_format> <hard_return></hard_return> <sequence>6</sequence> </hash_100021ebe129f0b9e0119c47819d331ec27e4b> <hash_100021af482c89086c0fce23791be6c51defdb> <task_item_id>hash_0800218b4bf0d5f83404a379cfada265e1ec50</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Current:</text_format> <hard_return></hard_return> <sequence>7</sequence> </hash_100021af482c89086c0fce23791be6c51defdb> <hash_100021182a2cad53ae45e6d3679ddbbcc4d6c9> <task_item_id>hash_0800218b4bf0d5f83404a379cfada265e1ec50</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Average:</text_format> <hard_return></hard_return> <sequence>8</sequence> </hash_100021182a2cad53ae45e6d3679ddbbcc4d6c9> <hash_1000219faa85ac84675aec6929826bc31843f4> <task_item_id>hash_0800218b4bf0d5f83404a379cfada265e1ec50</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Maximum:</text_format> <hard_return>on</hard_return> <sequence>9</sequence> </hash_1000219faa85ac84675aec6929826bc31843f4> <hash_100021a7add7965e671e3afb753343b24462e1> <task_item_id>hash_080021f67471acffa88bf980f5c558e524baf6</task_item_id> <color_id>00FF00</color_id> <alpha>FF</alpha> <graph_type_id>6</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>DewPointC</text_format> <hard_return></hard_return> <sequence>10</sequence> </hash_100021a7add7965e671e3afb753343b24462e1> <hash_100021aa559750d4eed5192745ba272b6bf20c> <task_item_id>hash_080021f67471acffa88bf980f5c558e524baf6</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Current:</text_format> <hard_return></hard_return> <sequence>11</sequence> </hash_100021aa559750d4eed5192745ba272b6bf20c> <hash_10002154733e68370c6b3e42ac9fc87fdeed2d> <task_item_id>hash_080021f67471acffa88bf980f5c558e524baf6</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Average:</text_format> <hard_return></hard_return> <sequence>12</sequence> </hash_10002154733e68370c6b3e42ac9fc87fdeed2d> <hash_100021cc44f12e8949517133e03152c94e76fb> <task_item_id>hash_080021f67471acffa88bf980f5c558e524baf6</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Maximum:</text_format> <hard_return>on</hard_return> <sequence>13</sequence> </hash_100021cc44f12e8949517133e03152c94e76fb> <hash_100021510fc84ec6e21316798055af3f93db47> <task_item_id>hash_080021a2de391471b316e7faf1f31e9fa27809</task_item_id> <color_id>EA8F00</color_id> <alpha>FF</alpha> <graph_type_id>4</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>AirFlow</text_format> <hard_return></hard_return> <sequence>14</sequence> </hash_100021510fc84ec6e21316798055af3f93db47> <hash_100021a574cd692b7f518e009dfc70b3029939> <task_item_id>hash_080021a2de391471b316e7faf1f31e9fa27809</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Current:</text_format> <hard_return></hard_return> <sequence>15</sequence> </hash_100021a574cd692b7f518e009dfc70b3029939> <hash_1000210671ea7a47e7dcd94739504bd835baf0> <task_item_id>hash_080021a2de391471b316e7faf1f31e9fa27809</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Average:</text_format> <hard_return></hard_return> <sequence>16</sequence> </hash_1000210671ea7a47e7dcd94739504bd835baf0> <hash_100021e7b0f24fe87f673f2ac6b90b2b352aa5> <task_item_id>hash_080021a2de391471b316e7faf1f31e9fa27809</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Maximum:</text_format> <hard_return>on</hard_return> <sequence>17</sequence> </hash_100021e7b0f24fe87f673f2ac6b90b2b352aa5> </items> <inputs> <hash_0900216937dca2b466e2c6e0889053908a465d> <name>Data Source [DewPointC]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000021a7add7965e671e3afb753343b24462e1|hash_000021aa559750d4eed5192745ba272b6bf20c|hash_00002154733e68370c6b3e42ac9fc87fdeed2d|hash_000021cc44f12e8949517133e03152c94e76fb</items> </hash_0900216937dca2b466e2c6e0889053908a465d> <hash_0900218fa6e0cfca1652853a4cc0192d024b31> <name>Data Source [TemperatureC]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000021d04c7f120c53f03ae60d2f821aeb980c|hash_000021f9f1f356c8062726da65b01e360fb9ad|hash_000021a77b726a58cbc270e95dde30c735815d|hash_00002147e90b46a0e91313c67a4a7ba659cfbd|hash_000021b4d6d061ecfd2ed8274db0d49907dd21</items> </hash_0900218fa6e0cfca1652853a4cc0192d024b31> <hash_090021c15c0eb381bc80392c72f3d987cd777a> <name>Data Source [Humidity]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000021ebe129f0b9e0119c47819d331ec27e4b|hash_000021af482c89086c0fce23791be6c51defdb|hash_000021182a2cad53ae45e6d3679ddbbcc4d6c9|hash_0000219faa85ac84675aec6929826bc31843f4</items> </hash_090021c15c0eb381bc80392c72f3d987cd777a> <hash_090021bf0cdf8db00aaa8d87dac5bd589e1ab0> <name>Data Source [airFlow]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000021510fc84ec6e21316798055af3f93db47|hash_000021a574cd692b7f518e009dfc70b3029939|hash_0000210671ea7a47e7dcd94739504bd835baf0|hash_000021e7b0f24fe87f673f2ac6b90b2b352aa5</items> </hash_090021bf0cdf8db00aaa8d87dac5bd589e1ab0> </inputs> </hash_000021889f3edf2d05cbb7784f43a2c957d555> <hash_0000216344766ffb887ad1a9ba7569e802dcfd> <name>ITWatchdogs - Temperature Sensor</name> <graph> <t_title></t_title> <title>|host_description| - |query_temperatureSensorName| </title> <t_image_format_id></t_image_format_id> <image_format_id>1</image_format_id> <t_height></t_height> <height>120</height> <t_width></t_width> <width>900</width> <t_slope_mode></t_slope_mode> <slope_mode>on</slope_mode> <t_auto_scale></t_auto_scale> <auto_scale>on</auto_scale> <t_auto_scale_opts></t_auto_scale_opts> <auto_scale_opts>2</auto_scale_opts> <t_auto_scale_log></t_auto_scale_log> <auto_scale_log></auto_scale_log> <t_scale_log_units></t_scale_log_units> <scale_log_units></scale_log_units> <t_auto_scale_rigid></t_auto_scale_rigid> <auto_scale_rigid></auto_scale_rigid> <t_auto_padding></t_auto_padding> <auto_padding>on</auto_padding> <t_export></t_export> <export>on</export> <t_upper_limit></t_upper_limit> <upper_limit>100</upper_limit> <t_lower_limit></t_lower_limit> <lower_limit>0</lower_limit> <t_base_value></t_base_value> <base_value>1000</base_value> <t_unit_value></t_unit_value> <unit_value></unit_value> <t_unit_exponent_value></t_unit_exponent_value> <unit_exponent_value></unit_exponent_value> <t_vertical_label></t_vertical_label> <vertical_label></vertical_label> </graph> <items> <hash_100021f6bc31744f428bef7a456fa0dea033b6> <task_item_id>hash_0800210252713c862aa3a2348be194d5adde34</task_item_id> <color_id>FF0000</color_id> <alpha>FF</alpha> <graph_type_id>6</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>TempC</text_format> <hard_return></hard_return> <sequence>1</sequence> </hash_100021f6bc31744f428bef7a456fa0dea033b6> <hash_10002190fcaf009f5ade31cd4a7d14163ed99e> <task_item_id>hash_0800210252713c862aa3a2348be194d5adde34</task_item_id> <color_id>FF3932</color_id> <alpha>7F</alpha> <graph_type_id>7</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format></text_format> <hard_return></hard_return> <sequence>2</sequence> </hash_10002190fcaf009f5ade31cd4a7d14163ed99e> <hash_1000210ceeecaeec5124dbe65ccb55eba424ab> <task_item_id>hash_0800210252713c862aa3a2348be194d5adde34</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Current:</text_format> <hard_return></hard_return> <sequence>3</sequence> </hash_1000210ceeecaeec5124dbe65ccb55eba424ab> <hash_100021330c6cfa3072f565e28e8eb47a73e2c6> <task_item_id>hash_0800210252713c862aa3a2348be194d5adde34</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Average:</text_format> <hard_return></hard_return> <sequence>4</sequence> </hash_100021330c6cfa3072f565e28e8eb47a73e2c6> <hash_1000213356523dd239647941a98c69662d90ef> <task_item_id>hash_0800210252713c862aa3a2348be194d5adde34</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060021e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Maximum:</text_format> <hard_return>on</hard_return> <sequence>5</sequence> </hash_1000213356523dd239647941a98c69662d90ef> </items> <inputs> <hash_090021d2eaf83c110890da1399ea64496c230a> <name>Data Source [TempC]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000021f6bc31744f428bef7a456fa0dea033b6|hash_00002190fcaf009f5ade31cd4a7d14163ed99e|hash_0000210ceeecaeec5124dbe65ccb55eba424ab|hash_000021330c6cfa3072f565e28e8eb47a73e2c6|hash_0000213356523dd239647941a98c69662d90ef</items> </hash_090021d2eaf83c110890da1399ea64496c230a> </inputs> </hash_0000216344766ffb887ad1a9ba7569e802dcfd> <hash_01002120f85e61074e67422aad0228ab8549ec> <name>ITWatchdogs - Builtin</name> <ds> <t_name></t_name> <name>|host_description| - |query_climateName| - Builtin</name> <data_input_id>hash_030021bf566c869ac6443b0c75d1c32b5a350e</data_input_id> <t_rra_id></t_rra_id> <t_rrd_step></t_rrd_step> <rrd_step>300</rrd_step> <t_active></t_active> <active>on</active> <rra_items>hash_150021c21df5178e5c955013591239eb0afd46|hash_1500210d9c0af8b8acdc7807943937b3208e29|hash_1500216fc2d038fb42950138b0ce3e9874cc60|hash_150021e36f3adb9f152adfa5dc50fd2b23337e|hash_150021283ea2bf1634d92ce081ec82a634f513</rra_items> </ds> <items> <hash_08002190fc00fa343dd6f5378d45a124c00f07> <t_data_source_name></t_data_source_name> <data_source_name>DewPointC</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_08002190fc00fa343dd6f5378d45a124c00f07> <hash_080021a45a34bb6dac48e16c67dceac6e0b206> <t_data_source_name></t_data_source_name> <data_source_name>Sound</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080021a45a34bb6dac48e16c67dceac6e0b206> <hash_0800214ec7fb36884256e71f7897d8a3a3337a> <t_data_source_name></t_data_source_name> <data_source_name>Light</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_0800214ec7fb36884256e71f7897d8a3a3337a> <hash_08002119b4671506a8656edd9a8e175ae8c459> <t_data_source_name></t_data_source_name> <data_source_name>Humidity</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_08002119b4671506a8656edd9a8e175ae8c459> <hash_080021bc9084e5e9f650c71b3adf0ab8f7c7bb> <t_data_source_name></t_data_source_name> <data_source_name>TempF</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>200</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080021bc9084e5e9f650c71b3adf0ab8f7c7bb> <hash_0800214221c0b346249a8b54f944c4a19a4b75> <t_data_source_name></t_data_source_name> <data_source_name>TempC</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum>on</t_rrd_maximum> <rrd_maximum>100</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_0800214221c0b346249a8b54f944c4a19a4b75> <hash_080021bca409b8748e85f703834e338ffe923d> <t_data_source_name></t_data_source_name> <data_source_name>DewPointF</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>200</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080021bca409b8748e85f703834e338ffe923d> <hash_080021c060cfd44d1642ac67bbba357ffe6d5a> <t_data_source_name></t_data_source_name> <data_source_name>AirFlow</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080021c060cfd44d1642ac67bbba357ffe6d5a> <hash_08002131b35f447d3da45233a8b593a0bbd67f> <t_data_source_name>on</t_data_source_name> <data_source_name>Analog1</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_08002131b35f447d3da45233a8b593a0bbd67f> <hash_080021ccc2fcb504689f0d20a1b45b6571e6de> <t_data_source_name>on</t_data_source_name> <data_source_name>Analog3</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080021ccc2fcb504689f0d20a1b45b6571e6de> <hash_0800212c839830a535f320442696934ef79206> <t_data_source_name>on</t_data_source_name> <data_source_name>Analog2</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_0800212c839830a535f320442696934ef79206> </items> <data> <item_000> <data_input_field_id>hash_0700213a33d4fc65b8329ab2ac46a36da26b72</data_input_field_id> <t_value></t_value> <value></value> </item_000> <item_001> <data_input_field_id>hash_0700216b13ac0a0194e171d241d4b06f913158</data_input_field_id> <t_value></t_value> <value></value> </item_001> <item_002> <data_input_field_id>hash_0700212cf7129ad3ff819a7a7ac189bee48ce8</data_input_field_id> <t_value></t_value> <value></value> </item_002> <item_003> <data_input_field_id>hash_070021c1f36ee60c3dc98945556d57f26e475b</data_input_field_id> <t_value></t_value> <value></value> </item_003> <item_004> <data_input_field_id>hash_070021e6deda7be0f391399c5130e7c4a48b28</data_input_field_id> <t_value>on</t_value> <value></value> </item_004> <item_005> <data_input_field_id>hash_070021cbbe5c1ddfb264a6e5d509ce1c78c95f</data_input_field_id> <t_value>on</t_value> <value></value> </item_005> <item_006> <data_input_field_id>hash_0700216027a919c7c7731fbe095b6f53ab127b</data_input_field_id> <t_value>on</t_value> <value></value> </item_006> <item_007> <data_input_field_id>hash_070021b5c23f246559df38662c255f4aa21d6b</data_input_field_id> <t_value></t_value> <value></value> </item_007> <item_008> <data_input_field_id>hash_0700211cc1493a6781af2c478fa4de971531cf</data_input_field_id> <t_value></t_value> <value></value> </item_008> <item_009> <data_input_field_id>hash_070021f4facc5e2ca7ebee621f09bc6d9fc792</data_input_field_id> <t_value></t_value> <value></value> </item_009> <item_010> <data_input_field_id>hash_070021acb449d1451e8a2a655c2c99d31142c7</data_input_field_id> <t_value></t_value> <value></value> </item_010> <item_011> <data_input_field_id>hash_070021617cdc8a230615e59f06f361ef6e7728</data_input_field_id> <t_value></t_value> <value></value> </item_011> </data> </hash_01002120f85e61074e67422aad0228ab8549ec> <hash_0100217755442d10c6f7ed1b4758227b627d91> <name>ITWatchdogs - airFlowSensor</name> <ds> <t_name></t_name> <name>|host_description| - |query_airflowSensorName| </name> <data_input_id>hash_030021bf566c869ac6443b0c75d1c32b5a350e</data_input_id> <t_rra_id></t_rra_id> <t_rrd_step></t_rrd_step> <rrd_step>300</rrd_step> <t_active></t_active> <active>on</active> <rra_items>hash_150021c21df5178e5c955013591239eb0afd46|hash_1500210d9c0af8b8acdc7807943937b3208e29|hash_1500216fc2d038fb42950138b0ce3e9874cc60|hash_150021e36f3adb9f152adfa5dc50fd2b23337e|hash_150021283ea2bf1634d92ce081ec82a634f513</rra_items> </ds> <items> <hash_08002189c5b7a4926bdd0754f1a494dc7beb92> <t_data_source_name></t_data_source_name> <data_source_name>DewPointF</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>200</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_08002189c5b7a4926bdd0754f1a494dc7beb92> <hash_080021f67471acffa88bf980f5c558e524baf6> <t_data_source_name></t_data_source_name> <data_source_name>DewPointC</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080021f67471acffa88bf980f5c558e524baf6> <hash_080021a2de391471b316e7faf1f31e9fa27809> <t_data_source_name></t_data_source_name> <data_source_name>airFlow</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080021a2de391471b316e7faf1f31e9fa27809> <hash_0800218b4bf0d5f83404a379cfada265e1ec50> <t_data_source_name></t_data_source_name> <data_source_name>Humidity</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_0800218b4bf0d5f83404a379cfada265e1ec50> <hash_080021c884de2f7e025043622cc9d7b5545614> <t_data_source_name></t_data_source_name> <data_source_name>TemperatureC</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080021c884de2f7e025043622cc9d7b5545614> <hash_080021a34185535c92622dcb12464bab0356e0> <t_data_source_name></t_data_source_name> <data_source_name>TemperatureF</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>200</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080021a34185535c92622dcb12464bab0356e0> </items> <data> <item_000> <data_input_field_id>hash_0700213a33d4fc65b8329ab2ac46a36da26b72</data_input_field_id> <t_value></t_value> <value></value> </item_000> <item_001> <data_input_field_id>hash_0700216b13ac0a0194e171d241d4b06f913158</data_input_field_id> <t_value></t_value> <value></value> </item_001> <item_002> <data_input_field_id>hash_0700212cf7129ad3ff819a7a7ac189bee48ce8</data_input_field_id> <t_value></t_value> <value></value> </item_002> <item_003> <data_input_field_id>hash_070021c1f36ee60c3dc98945556d57f26e475b</data_input_field_id> <t_value></t_value> <value></value> </item_003> <item_004> <data_input_field_id>hash_070021e6deda7be0f391399c5130e7c4a48b28</data_input_field_id> <t_value></t_value> <value></value> </item_004> <item_005> <data_input_field_id>hash_070021cbbe5c1ddfb264a6e5d509ce1c78c95f</data_input_field_id> <t_value></t_value> <value></value> </item_005> <item_006> <data_input_field_id>hash_0700216027a919c7c7731fbe095b6f53ab127b</data_input_field_id> <t_value></t_value> <value></value> </item_006> <item_007> <data_input_field_id>hash_070021b5c23f246559df38662c255f4aa21d6b</data_input_field_id> <t_value></t_value> <value></value> </item_007> <item_008> <data_input_field_id>hash_0700211cc1493a6781af2c478fa4de971531cf</data_input_field_id> <t_value></t_value> <value></value> </item_008> <item_009> <data_input_field_id>hash_070021f4facc5e2ca7ebee621f09bc6d9fc792</data_input_field_id> <t_value></t_value> <value></value> </item_009> <item_010> <data_input_field_id>hash_070021acb449d1451e8a2a655c2c99d31142c7</data_input_field_id> <t_value></t_value> <value></value> </item_010> <item_011> <data_input_field_id>hash_070021617cdc8a230615e59f06f361ef6e7728</data_input_field_id> <t_value></t_value> <value></value> </item_011> </data> </hash_0100217755442d10c6f7ed1b4758227b627d91> <hash_010021acd9bf167d08723092503cd817f15509> <name>ITWatchdogs - TemperatureSensor</name> <ds> <t_name></t_name> <name>|host_description| - |query_temperatureSensorName| </name> <data_input_id>hash_030021bf566c869ac6443b0c75d1c32b5a350e</data_input_id> <t_rra_id></t_rra_id> <t_rrd_step></t_rrd_step> <rrd_step>300</rrd_step> <t_active></t_active> <active>on</active> <rra_items>hash_150021c21df5178e5c955013591239eb0afd46|hash_1500210d9c0af8b8acdc7807943937b3208e29|hash_1500216fc2d038fb42950138b0ce3e9874cc60|hash_150021e36f3adb9f152adfa5dc50fd2b23337e|hash_150021283ea2bf1634d92ce081ec82a634f513</rra_items> </ds> <items> <hash_0800210252713c862aa3a2348be194d5adde34> <t_data_source_name></t_data_source_name> <data_source_name>TempC</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>-100</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_0800210252713c862aa3a2348be194d5adde34> <hash_0800213c7111a1d974b8fb14aefee7726f4150> <t_data_source_name></t_data_source_name> <data_source_name>TempF</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>200</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_0800213c7111a1d974b8fb14aefee7726f4150> </items> <data> <item_000> <data_input_field_id>hash_0700213a33d4fc65b8329ab2ac46a36da26b72</data_input_field_id> <t_value></t_value> <value></value> </item_000> <item_001> <data_input_field_id>hash_0700216b13ac0a0194e171d241d4b06f913158</data_input_field_id> <t_value></t_value> <value></value> </item_001> <item_002> <data_input_field_id>hash_0700212cf7129ad3ff819a7a7ac189bee48ce8</data_input_field_id> <t_value></t_value> <value></value> </item_002> <item_003> <data_input_field_id>hash_070021c1f36ee60c3dc98945556d57f26e475b</data_input_field_id> <t_value></t_value> <value></value> </item_003> <item_004> <data_input_field_id>hash_070021e6deda7be0f391399c5130e7c4a48b28</data_input_field_id> <t_value>on</t_value> <value></value> </item_004> <item_005> <data_input_field_id>hash_070021cbbe5c1ddfb264a6e5d509ce1c78c95f</data_input_field_id> <t_value>on</t_value> <value></value> </item_005> <item_006> <data_input_field_id>hash_0700216027a919c7c7731fbe095b6f53ab127b</data_input_field_id> <t_value>on</t_value> <value></value> </item_006> <item_007> <data_input_field_id>hash_070021b5c23f246559df38662c255f4aa21d6b</data_input_field_id> <t_value></t_value> <value></value> </item_007> <item_008> <data_input_field_id>hash_0700211cc1493a6781af2c478fa4de971531cf</data_input_field_id> <t_value></t_value> <value></value> </item_008> <item_009> <data_input_field_id>hash_070021f4facc5e2ca7ebee621f09bc6d9fc792</data_input_field_id> <t_value></t_value> <value></value> </item_009> <item_010> <data_input_field_id>hash_070021acb449d1451e8a2a655c2c99d31142c7</data_input_field_id> <t_value></t_value> <value></value> </item_010> <item_011> <data_input_field_id>hash_070021617cdc8a230615e59f06f361ef6e7728</data_input_field_id> <t_value></t_value> <value></value> </item_011> </data> </hash_010021acd9bf167d08723092503cd817f15509> <hash_030021bf566c869ac6443b0c75d1c32b5a350e> <name>Get SNMP Data (Indexed)</name> <type_id>3</type_id> <input_string></input_string> <fields> <hash_070021617cdc8a230615e59f06f361ef6e7728> <name>SNMP IP Address</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>hostname</type_code> <input_output>in</input_output> <data_name>management_ip</data_name> </hash_070021617cdc8a230615e59f06f361ef6e7728> <hash_070021acb449d1451e8a2a655c2c99d31142c7> <name>SNMP Community</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>snmp_community</type_code> <input_output>in</input_output> <data_name>snmp_community</data_name> </hash_070021acb449d1451e8a2a655c2c99d31142c7> <hash_070021f4facc5e2ca7ebee621f09bc6d9fc792> <name>SNMP Username (v3)</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls>on</allow_nulls> <type_code>snmp_username</type_code> <input_output>in</input_output> <data_name>snmp_username</data_name> </hash_070021f4facc5e2ca7ebee621f09bc6d9fc792> <hash_0700211cc1493a6781af2c478fa4de971531cf> <name>SNMP Password (v3)</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls>on</allow_nulls> <type_code>snmp_password</type_code> <input_output>in</input_output> <data_name>snmp_password</data_name> </hash_0700211cc1493a6781af2c478fa4de971531cf> <hash_070021b5c23f246559df38662c255f4aa21d6b> <name>SNMP Version (1, 2, or 3)</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>snmp_version</type_code> <input_output>in</input_output> <data_name>snmp_version</data_name> </hash_070021b5c23f246559df38662c255f4aa21d6b> <hash_0700216027a919c7c7731fbe095b6f53ab127b> <name>Index Type</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>index_type</type_code> <input_output>in</input_output> <data_name>index_type</data_name> </hash_0700216027a919c7c7731fbe095b6f53ab127b> <hash_070021cbbe5c1ddfb264a6e5d509ce1c78c95f> <name>Index Value</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>index_value</type_code> <input_output>in</input_output> <data_name>index_value</data_name> </hash_070021cbbe5c1ddfb264a6e5d509ce1c78c95f> <hash_070021e6deda7be0f391399c5130e7c4a48b28> <name>Output Type ID</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>output_type</type_code> <input_output>in</input_output> <data_name>output_type</data_name> </hash_070021e6deda7be0f391399c5130e7c4a48b28> <hash_070021c1f36ee60c3dc98945556d57f26e475b> <name>SNMP Port</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>snmp_port</type_code> <input_output>in</input_output> <data_name>snmp_port</data_name> </hash_070021c1f36ee60c3dc98945556d57f26e475b> <hash_0700212cf7129ad3ff819a7a7ac189bee48ce8> <name>SNMP Authenticaion Protocol (v3)</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>snmp_auth_protocol</type_code> <input_output>in</input_output> <data_name>snmp_auth_protocol</data_name> </hash_0700212cf7129ad3ff819a7a7ac189bee48ce8> <hash_0700216b13ac0a0194e171d241d4b06f913158> <name>SNMP Privacy Passphrase (v3)</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>snmp_priv_passphrase</type_code> <input_output>in</input_output> <data_name>snmp_priv_passphrase</data_name> </hash_0700216b13ac0a0194e171d241d4b06f913158> <hash_0700213a33d4fc65b8329ab2ac46a36da26b72> <name>SNMP Privacy Protocol (v3)</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>snmp_priv_protocol</type_code> <input_output>in</input_output> <data_name>snmp_priv_protocol</data_name> </hash_0700213a33d4fc65b8329ab2ac46a36da26b72> </fields> </hash_030021bf566c869ac6443b0c75d1c32b5a350e> <hash_150021c21df5178e5c955013591239eb0afd46> <name>Daily (5 Minute Average)</name> <x_files_factor>0.5</x_files_factor> <steps>1</steps> <rows>600</rows> <timespan>86400</timespan> <cf_items>1|3</cf_items> </hash_150021c21df5178e5c955013591239eb0afd46> <hash_1500210d9c0af8b8acdc7807943937b3208e29> <name>Weekly (30 Minute Average)</name> <x_files_factor>0.5</x_files_factor> <steps>6</steps> <rows>700</rows> <timespan>604800</timespan> <cf_items>1|3</cf_items> </hash_1500210d9c0af8b8acdc7807943937b3208e29> <hash_1500216fc2d038fb42950138b0ce3e9874cc60> <name>Monthly (2 Hour Average)</name> <x_files_factor>0.5</x_files_factor> <steps>24</steps> <rows>775</rows> <timespan>2678400</timespan> <cf_items>1|3</cf_items> </hash_1500216fc2d038fb42950138b0ce3e9874cc60> <hash_150021e36f3adb9f152adfa5dc50fd2b23337e> <name>Yearly (1 Day Average)</name> <x_files_factor>0.5</x_files_factor> <steps>288</steps> <rows>797</rows> <timespan>33053184</timespan> <cf_items>1|3</cf_items> </hash_150021e36f3adb9f152adfa5dc50fd2b23337e> <hash_150021283ea2bf1634d92ce081ec82a634f513> <name>Hourly (1 Minute Average)</name> <x_files_factor>0.5</x_files_factor> <steps>1</steps> <rows>500</rows> <timespan>14400</timespan> <cf_items>1|3</cf_items> </hash_150021283ea2bf1634d92ce081ec82a634f513> <hash_060021e9c43831e54eca8069317a2ce8c6f751> <name>Normal</name> <gprint_text>%8.2lf %s</gprint_text> </hash_060021e9c43831e54eca8069317a2ce8c6f751> <hash_050021f555f47e162e6d9fc22b4e6dd0358212> <name>ITW invert analog sensor</name> <items> <hash_140021f04ea807133e62ebf6284759d5bc7d2c> <sequence>1</sequence> <type>6</type> <value>100</value> </hash_140021f04ea807133e62ebf6284759d5bc7d2c> <hash_140021ebb866f01b3a5dd7aab0d66a264a6710> <sequence>2</sequence> <type>4</type> <value>CURRENT_DATA_SOURCE</value> </hash_140021ebb866f01b3a5dd7aab0d66a264a6710> <hash_140021a0b2a499e1384b454ad4b1f9f0f5cafe> <sequence>3</sequence> <type>2</type> <value>2</value> </hash_140021a0b2a499e1384b454ad4b1f9f0f5cafe> </items> </hash_050021f555f47e162e6d9fc22b4e6dd0358212> <hash_040021c152131f7d35b4bf3523c89cd9c25717> <name>ITWatchdogs Builtin</name> <description>ITWatchdogs builtin sensors</description> <xml_path><path_cacti>/resource/snmp_queries/weather_goose.xml</xml_path> <data_input_id>hash_030021bf566c869ac6443b0c75d1c32b5a350e</data_input_id> <graphs> <hash_11002120b5bc8d174d7d1d438f56ea5efdddfc> <name>ITW - Climate - Temperatures</name> <graph_template_id>hash_000021b3d0dcc2cf522ec7f9b172b90b6868e3</graph_template_id> <rrd> <item_000> <snmp_field_name>climateTempC</snmp_field_name> <data_template_id>hash_01002120f85e61074e67422aad0228ab8549ec</data_template_id> <data_template_rrd_id>hash_0800214221c0b346249a8b54f944c4a19a4b75</data_template_rrd_id> </item_000> <item_001> <snmp_field_name>climateTempF</snmp_field_name> <data_template_id>hash_01002120f85e61074e67422aad0228ab8549ec</data_template_id> <data_template_rrd_id>hash_080021bc9084e5e9f650c71b3adf0ab8f7c7bb</data_template_rrd_id> </item_001> <item_002> <snmp_field_name>climateHumidity</snmp_field_name> <data_template_id>hash_01002120f85e61074e67422aad0228ab8549ec</data_template_id> <data_template_rrd_id>hash_08002119b4671506a8656edd9a8e175ae8c459</data_template_rrd_id> </item_002> <item_003> <snmp_field_name>climateDewPointC</snmp_field_name> <data_template_id>hash_01002120f85e61074e67422aad0228ab8549ec</data_template_id> <data_template_rrd_id>hash_08002190fc00fa343dd6f5378d45a124c00f07</data_template_rrd_id> </item_003> <item_004> <snmp_field_name>climateDewPointF</snmp_field_name> <data_template_id>hash_01002120f85e61074e67422aad0228ab8549ec</data_template_id> <data_template_rrd_id>hash_080021bca409b8748e85f703834e338ffe923d</data_template_rrd_id> </item_004> </rrd> <sv_graph> <hash_1200218847887b131931d5be46d35895965d4e> <field_name>title</field_name> <sequence>2</sequence> <text> |host_description| - |query_climateName| - Temperatures </text> </hash_1200218847887b131931d5be46d35895965d4e> </sv_graph> <sv_data_source> <hash_13002114f8cc19b209743bb77964e2d2551bc1> <field_name>name</field_name> <data_template_id>hash_01002120f85e61074e67422aad0228ab8549ec</data_template_id> <sequence>2</sequence> <text> |host_description| - |query_climateName| - Temperatures</text> </hash_13002114f8cc19b209743bb77964e2d2551bc1> </sv_data_source> </hash_11002120b5bc8d174d7d1d438f56ea5efdddfc> <hash_1100215004060eaad321c75c1b6a67b317c280> <name>ITW - Climate - Analog</name> <graph_template_id>hash_000021496d09bea25305a1d9c615e3e0880d13</graph_template_id> <rrd> <item_000> <snmp_field_name>climateAnalog1</snmp_field_name> <data_template_id>hash_01002120f85e61074e67422aad0228ab8549ec</data_template_id> <data_template_rrd_id>hash_08002131b35f447d3da45233a8b593a0bbd67f</data_template_rrd_id> </item_000> <item_001> <snmp_field_name>climateAnalog2</snmp_field_name> <data_template_id>hash_01002120f85e61074e67422aad0228ab8549ec</data_template_id> <data_template_rrd_id>hash_0800212c839830a535f320442696934ef79206</data_template_rrd_id> </item_001> <item_002> <snmp_field_name>climateAnalog3</snmp_field_name> <data_template_id>hash_01002120f85e61074e67422aad0228ab8549ec</data_template_id> <data_template_rrd_id>hash_080021ccc2fcb504689f0d20a1b45b6571e6de</data_template_rrd_id> </item_002> </rrd> <sv_graph> <hash_120021a8a8d3e8f47485b052e780a2a314ca2c> <field_name>title</field_name> <sequence>1</sequence> <text>|host_description| - |query_climateName| - Analog</text> </hash_120021a8a8d3e8f47485b052e780a2a314ca2c> </sv_graph> <sv_data_source> <hash_13002101b20b5b5f2084a3636162732cd37124> <field_name>name</field_name> <data_template_id>hash_01002120f85e61074e67422aad0228ab8549ec</data_template_id> <sequence>1</sequence> <text>|host_description| - |query_climateName| - Analog</text> </hash_13002101b20b5b5f2084a3636162732cd37124> </sv_data_source> </hash_1100215004060eaad321c75c1b6a67b317c280> <hash_11002140805aae459e36ac2318935709301c9b> <name>ITW - Climate - Physical</name> <graph_template_id>hash_0000216448aa79e51676a5c9a084303314093f</graph_template_id> <rrd> <item_000> <snmp_field_name>climateLight</snmp_field_name> <data_template_id>hash_01002120f85e61074e67422aad0228ab8549ec</data_template_id> <data_template_rrd_id>hash_0800214ec7fb36884256e71f7897d8a3a3337a</data_template_rrd_id> </item_000> <item_001> <snmp_field_name>climateSound</snmp_field_name> <data_template_id>hash_01002120f85e61074e67422aad0228ab8549ec</data_template_id> <data_template_rrd_id>hash_080021a45a34bb6dac48e16c67dceac6e0b206</data_template_rrd_id> </item_001> <item_002> <snmp_field_name>climateAirFlow</snmp_field_name> <data_template_id>hash_01002120f85e61074e67422aad0228ab8549ec</data_template_id> <data_template_rrd_id>hash_080021c060cfd44d1642ac67bbba357ffe6d5a</data_template_rrd_id> </item_002> </rrd> <sv_graph> <hash_12002144e24b10a3d6bd75b60eec9f3603bf45> <field_name>title</field_name> <sequence>1</sequence> <text>|host_description| - |query_climateName| - Physical </text> </hash_12002144e24b10a3d6bd75b60eec9f3603bf45> </sv_graph> <sv_data_source> <hash_130021ea67d1a2881e09654d0f9a10af81c4a9> <field_name>name</field_name> <data_template_id>hash_01002120f85e61074e67422aad0228ab8549ec</data_template_id> <sequence>1</sequence> <text>|host_description| - |query_climateName| - Physical</text> </hash_130021ea67d1a2881e09654d0f9a10af81c4a9> </sv_data_source> </hash_11002140805aae459e36ac2318935709301c9b> </graphs> </hash_040021c152131f7d35b4bf3523c89cd9c25717> <hash_040021d3203e4ed4427735ba26bf71ea4e1e04> <name>ITWatchdogs TemperatureSensors</name> <description>Temperature Sensors</description> <xml_path><path_cacti>/resource/snmp_queries/weather_goose_temperature_sensor.xml</xml_path> <data_input_id>hash_030021bf566c869ac6443b0c75d1c32b5a350e</data_input_id> <graphs> <hash_110021cd28925034bcc8b4198b9c6d70806fb0> <name>Temperature</name> <graph_template_id>hash_0000216344766ffb887ad1a9ba7569e802dcfd</graph_template_id> <rrd> <item_000> <snmp_field_name>temperatureTempC</snmp_field_name> <data_template_id>hash_010021acd9bf167d08723092503cd817f15509</data_template_id> <data_template_rrd_id>hash_0800210252713c862aa3a2348be194d5adde34</data_template_rrd_id> </item_000> <item_001> <snmp_field_name>temperatureTempF</snmp_field_name> <data_template_id>hash_010021acd9bf167d08723092503cd817f15509</data_template_id> <data_template_rrd_id>hash_0800213c7111a1d974b8fb14aefee7726f4150</data_template_rrd_id> </item_001> </rrd> <sv_graph> <hash_120021799d09d8c1b51a19bf5f1b5f08e90dee> <field_name>title</field_name> <sequence>1</sequence> <text>|host_description| - |query_tempSensorName| </text> </hash_120021799d09d8c1b51a19bf5f1b5f08e90dee> </sv_graph> <sv_data_source> <hash_1300216bada79f3ffee635432a0b80647b0ff5> <field_name>name</field_name> <data_template_id>hash_010021acd9bf167d08723092503cd817f15509</data_template_id> <sequence>1</sequence> <text>|host_description| - |query_tempSensorName| </text> </hash_1300216bada79f3ffee635432a0b80647b0ff5> </sv_data_source> </hash_110021cd28925034bcc8b4198b9c6d70806fb0> </graphs> </hash_040021d3203e4ed4427735ba26bf71ea4e1e04> <hash_04002137bd43baf9d83e9f31d3d983168cddd5> <name>ITWatchdogs AirFlowSensors</name> <description>IT WatchDogs AirFlow Sensors</description> <xml_path><path_cacti>/resource/snmp_queries/weather_goose_airflow_sensor.xml</xml_path> <data_input_id>hash_030021bf566c869ac6443b0c75d1c32b5a350e</data_input_id> <graphs> <hash_110021cbc87289a9f453199bfddb3c940285cd> <name>Airflow Sensor</name> <graph_template_id>hash_000021889f3edf2d05cbb7784f43a2c957d555</graph_template_id> <rrd> <item_000> <snmp_field_name>airFlowSensorAirFlow</snmp_field_name> <data_template_id>hash_0100217755442d10c6f7ed1b4758227b627d91</data_template_id> <data_template_rrd_id>hash_080021a2de391471b316e7faf1f31e9fa27809</data_template_rrd_id> </item_000> <item_001> <snmp_field_name>airFlowSensorDewPointC</snmp_field_name> <data_template_id>hash_0100217755442d10c6f7ed1b4758227b627d91</data_template_id> <data_template_rrd_id>hash_080021f67471acffa88bf980f5c558e524baf6</data_template_rrd_id> </item_001> <item_002> <snmp_field_name>airFlowSensorDewPointF</snmp_field_name> <data_template_id>hash_0100217755442d10c6f7ed1b4758227b627d91</data_template_id> <data_template_rrd_id>hash_08002189c5b7a4926bdd0754f1a494dc7beb92</data_template_rrd_id> </item_002> <item_003> <snmp_field_name>airFlowSensorHumidity</snmp_field_name> <data_template_id>hash_0100217755442d10c6f7ed1b4758227b627d91</data_template_id> <data_template_rrd_id>hash_0800218b4bf0d5f83404a379cfada265e1ec50</data_template_rrd_id> </item_003> <item_004> <snmp_field_name>airFlowSensorTempC</snmp_field_name> <data_template_id>hash_0100217755442d10c6f7ed1b4758227b627d91</data_template_id> <data_template_rrd_id>hash_080021c884de2f7e025043622cc9d7b5545614</data_template_rrd_id> </item_004> <item_005> <snmp_field_name>airFlowSensorTempF</snmp_field_name> <data_template_id>hash_0100217755442d10c6f7ed1b4758227b627d91</data_template_id> <data_template_rrd_id>hash_080021a34185535c92622dcb12464bab0356e0</data_template_rrd_id> </item_005> </rrd> <sv_graph> <hash_120021efdf3b5c8452e9485b7d253775d02332> <field_name>title</field_name> <sequence>1</sequence> <text>|host_description| - |query_airFLowSensorName|</text> </hash_120021efdf3b5c8452e9485b7d253775d02332> </sv_graph> <sv_data_source> <hash_130021e00adbbbd4a55810e8a208ff545890f1> <field_name>name</field_name> <data_template_id>hash_0100217755442d10c6f7ed1b4758227b627d91</data_template_id> <sequence>1</sequence> <text>|host_description| - |query_airFLowSensorName|</text> </hash_130021e00adbbbd4a55810e8a208ff545890f1> </sv_data_source> </hash_110021cbc87289a9f453199bfddb3c940285cd> </graphs> </hash_04002137bd43baf9d83e9f31d3d983168cddd5> </cacti>