Skip to content

Instantly share code, notes, and snippets.

@mitchellrj
Created May 30, 2014 15:54
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitchellrj/fb26bfd976bd039234fd to your computer and use it in GitHub Desktop.
Save mitchellrj/fb26bfd976bd039234fd to your computer and use it in GitHub Desktop.
Draytek Vigor SNMP monitoring with Cacti

This is based on the outdated, official Cacti configuration for ADSL Line and modified for Draytek Vigor support.

Changes from the original include:

  • Extra data sources
  • Removed unimplemented data sources
  • Updated for newer versions of Cacti

Installation & Usage

  1. Download this gist as a .zip file by clicking the button to the left labelled "Download Gist"
  2. Unzip the downloaded file.
  3. Copy adslLine.xml into your snmp_queries folder. This is located at /usr/share/cacti/resource/snmp_queries/ on Debian. Make sure it is readable by your Apache/Cacti user.
  4. Access the Cacti web interface, choose "Console" and "Import Templates" from the main menu.
  5. Upload cacti_vigor.xml using the form.
  6. Create graphs in the usual way for your router, selecting the "ADSL Line MIB" graph type and then choosing the specific type.
<interface>
<name>Get ADSL Line Information</name>
<description>Get SNMP based ADSL Line Information out of ADSL-LINE-MIB</description>
<index_order_type>numeric</index_order_type>
<oid_index>.1.3.6.1.2.1.10.94.1.1.3.1.1</oid_index>
<oid_index_parse>OID/REGEXP:.*\.([0-9]*)$</oid_index_parse>
<fields>
<adslIfIndex>
<name>Index</name>
<method>walk</method>
<source>OID/REGEXP:.*\.([0-9]*)$</source>
<direction>input</direction>
<oid>.1.3.6.1.2.1.10.94.1.1.3.1.1</oid>
</adslIfIndex>
<adslAturInvSerialNumber>
<name>Serial Number</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.2.1.10.94.1.1.3.1.1</oid>
</adslAturInvSerialNumber>
<adslAturInvVendorID>
<name>ANSI T1.413 Vendor ID</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.2.1.10.94.1.1.3.1.2</oid>
</adslAturInvVendorID>
<adslAturCurrSnrMgn>
<name>Noise Margin (tenth dB)</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.2.1.10.94.1.1.3.1.4</oid>
</adslAturCurrSnrMgn>
<adslAturCurrAtn>
<name>Attenuation (tenth dB)</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.2.1.10.94.1.1.3.1.5</oid>
</adslAturCurrAtn>
<adslAturCurrOutputPwr>
<name>Total Output Power (last activation, tenth dBm)</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.2.1.10.94.1.1.3.1.7</oid>
</adslAturCurrOutputPwr>
<adslAturCurrAR>
<name>Maximum Currently Attainable Data Rate (bps)</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.2.1.10.94.1.1.3.1.8</oid>
</adslAturCurrAR>
<adslAturChanID>
<name>Interleave Delay (milliseconds)</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.2.1.10.94.1.1.5.1.1</oid>
</adslAturChanID>
<adslAturChanCurrTx>
<name>Actual Transmission Rate (bps)</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.2.1.10.94.1.1.5.1.2</oid>
</adslAturChanCurrTx>
<adslAturChanPrevTx>
<name>Transmission Rate (last activation, bps)</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.2.1.10.94.1.1.5.1.3</oid>
</adslAturChanPrevTx>
<adslAturChanCrcBS>
<name>Channel Data-Block Size</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.2.1.10.94.1.1.5.1.4</oid>
</adslAturChanCrcBS>
</fields>
</interface>
<cacti>
<hash_0000246449facac71ce9add6e1b9bc744ef22b>
<name>ADSL Line - Attenuation</name>
<graph>
<t_title></t_title>
<title>|host_description| - ADSL Attenuation</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>600</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>4</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>630</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>Attenuation (tenth dB)</vertical_label>
</graph>
<items>
<hash_100024bccf5d0eb5f27405f80b528fcb30d7c6>
<task_item_id>hash_0800241a2e7e42ecdb9432393fb9432457dbe0</task_item_id>
<color_id>00CF00</color_id>
<alpha>CC</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Local</text_format>
<hard_return></hard_return>
<sequence>1</sequence>
</hash_100024bccf5d0eb5f27405f80b528fcb30d7c6>
<hash_1000245df307c5cd0738a0c4ff395b44bcae3e>
<task_item_id>hash_0800241a2e7e42ecdb9432393fb9432457dbe0</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Current:</text_format>
<hard_return></hard_return>
<sequence>2</sequence>
</hash_1000245df307c5cd0738a0c4ff395b44bcae3e>
<hash_1000247fc0e7ece9cbf1c8b1c5d70e8c0e86b5>
<task_item_id>hash_0800241a2e7e42ecdb9432393fb9432457dbe0</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Average:</text_format>
<hard_return></hard_return>
<sequence>3</sequence>
</hash_1000247fc0e7ece9cbf1c8b1c5d70e8c0e86b5>
<hash_100024a30dcc826f6a5ae23dbd3b552c9b5dbc>
<task_item_id>hash_0800241a2e7e42ecdb9432393fb9432457dbe0</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Maximum:</text_format>
<hard_return></hard_return>
<sequence>4</sequence>
</hash_100024a30dcc826f6a5ae23dbd3b552c9b5dbc>
<hash_100024c7d1d8680f3902d3b67fd374c277f939>
<task_item_id>hash_0800241a2e7e42ecdb9432393fb9432457dbe0</task_item_id>
<color_id>00A348</color_id>
<alpha>FF</alpha>
<graph_type_id>4</graph_type_id>
<consolidation_function_id>3</consolidation_function_id>
<cdef_id>0</cdef_id>
<value></value>
<gprint_id>hash_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>MAX</text_format>
<hard_return>on</hard_return>
<sequence>5</sequence>
</hash_100024c7d1d8680f3902d3b67fd374c277f939>
</items>
<inputs>
<hash_0900247b0c41f7d3801f3319e2a0b1499f7dd7>
<name>Data Source [adslAturCurrAtn]</name>
<description></description>
<column_name>task_item_id</column_name>
<items>hash_000024bccf5d0eb5f27405f80b528fcb30d7c6|hash_0000245df307c5cd0738a0c4ff395b44bcae3e|hash_0000247fc0e7ece9cbf1c8b1c5d70e8c0e86b5|hash_000024a30dcc826f6a5ae23dbd3b552c9b5dbc|hash_000024c7d1d8680f3902d3b67fd374c277f939</items>
</hash_0900247b0c41f7d3801f3319e2a0b1499f7dd7>
</inputs>
</hash_0000246449facac71ce9add6e1b9bc744ef22b>
<hash_010024115436e2fb04715200c73437a36cd020>
<name>ADSL Line - Attentuation</name>
<ds>
<t_name></t_name>
<name>|host_description| - ADSL Line Attentuation</name>
<data_input_id>hash_030024bf566c869ac6443b0c75d1c32b5a350e</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_150024c21df5178e5c955013591239eb0afd46|hash_1500240d9c0af8b8acdc7807943937b3208e29|hash_1500246fc2d038fb42950138b0ce3e9874cc60|hash_150024e36f3adb9f152adfa5dc50fd2b23337e</rra_items>
</ds>
<items>
<hash_0800241a2e7e42ecdb9432393fb9432457dbe0>
<t_data_source_name></t_data_source_name>
<data_source_name>adslAturCurrAtn</data_source_name>
<t_rrd_minimum></t_rrd_minimum>
<rrd_minimum>0</rrd_minimum>
<t_rrd_maximum></t_rrd_maximum>
<rrd_maximum>630</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_0800241a2e7e42ecdb9432393fb9432457dbe0>
</items>
<data>
<item_000>
<data_input_field_id>hash_0700243a33d4fc65b8329ab2ac46a36da26b72</data_input_field_id>
<t_value></t_value>
<value></value>
</item_000>
<item_001>
<data_input_field_id>hash_0700246b13ac0a0194e171d241d4b06f913158</data_input_field_id>
<t_value></t_value>
<value></value>
</item_001>
<item_002>
<data_input_field_id>hash_0700242cf7129ad3ff819a7a7ac189bee48ce8</data_input_field_id>
<t_value></t_value>
<value></value>
</item_002>
<item_003>
<data_input_field_id>hash_070024c1f36ee60c3dc98945556d57f26e475b</data_input_field_id>
<t_value></t_value>
<value></value>
</item_003>
<item_004>
<data_input_field_id>hash_070024e6deda7be0f391399c5130e7c4a48b28</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_004>
<item_005>
<data_input_field_id>hash_070024cbbe5c1ddfb264a6e5d509ce1c78c95f</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_005>
<item_006>
<data_input_field_id>hash_0700246027a919c7c7731fbe095b6f53ab127b</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_006>
<item_007>
<data_input_field_id>hash_070024b5c23f246559df38662c255f4aa21d6b</data_input_field_id>
<t_value></t_value>
<value></value>
</item_007>
<item_008>
<data_input_field_id>hash_0700241cc1493a6781af2c478fa4de971531cf</data_input_field_id>
<t_value></t_value>
<value></value>
</item_008>
<item_009>
<data_input_field_id>hash_070024f4facc5e2ca7ebee621f09bc6d9fc792</data_input_field_id>
<t_value></t_value>
<value></value>
</item_009>
<item_010>
<data_input_field_id>hash_070024acb449d1451e8a2a655c2c99d31142c7</data_input_field_id>
<t_value></t_value>
<value></value>
</item_010>
<item_011>
<data_input_field_id>hash_070024617cdc8a230615e59f06f361ef6e7728</data_input_field_id>
<t_value></t_value>
<value></value>
</item_011>
</data>
</hash_010024115436e2fb04715200c73437a36cd020>
<hash_030024bf566c869ac6443b0c75d1c32b5a350e>
<name>Get SNMP Data (Indexed)</name>
<type_id>3</type_id>
<input_string></input_string>
<fields>
<hash_070024617cdc8a230615e59f06f361ef6e7728>
<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_070024617cdc8a230615e59f06f361ef6e7728>
<hash_070024acb449d1451e8a2a655c2c99d31142c7>
<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_070024acb449d1451e8a2a655c2c99d31142c7>
<hash_070024f4facc5e2ca7ebee621f09bc6d9fc792>
<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_070024f4facc5e2ca7ebee621f09bc6d9fc792>
<hash_0700241cc1493a6781af2c478fa4de971531cf>
<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_0700241cc1493a6781af2c478fa4de971531cf>
<hash_070024b5c23f246559df38662c255f4aa21d6b>
<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_070024b5c23f246559df38662c255f4aa21d6b>
<hash_0700246027a919c7c7731fbe095b6f53ab127b>
<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_0700246027a919c7c7731fbe095b6f53ab127b>
<hash_070024cbbe5c1ddfb264a6e5d509ce1c78c95f>
<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_070024cbbe5c1ddfb264a6e5d509ce1c78c95f>
<hash_070024e6deda7be0f391399c5130e7c4a48b28>
<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_070024e6deda7be0f391399c5130e7c4a48b28>
<hash_070024c1f36ee60c3dc98945556d57f26e475b>
<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_070024c1f36ee60c3dc98945556d57f26e475b>
<hash_0700242cf7129ad3ff819a7a7ac189bee48ce8>
<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_0700242cf7129ad3ff819a7a7ac189bee48ce8>
<hash_0700246b13ac0a0194e171d241d4b06f913158>
<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_0700246b13ac0a0194e171d241d4b06f913158>
<hash_0700243a33d4fc65b8329ab2ac46a36da26b72>
<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_0700243a33d4fc65b8329ab2ac46a36da26b72>
</fields>
</hash_030024bf566c869ac6443b0c75d1c32b5a350e>
<hash_150024c21df5178e5c955013591239eb0afd46>
<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_150024c21df5178e5c955013591239eb0afd46>
<hash_1500240d9c0af8b8acdc7807943937b3208e29>
<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_1500240d9c0af8b8acdc7807943937b3208e29>
<hash_1500246fc2d038fb42950138b0ce3e9874cc60>
<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_1500246fc2d038fb42950138b0ce3e9874cc60>
<hash_150024e36f3adb9f152adfa5dc50fd2b23337e>
<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_150024e36f3adb9f152adfa5dc50fd2b23337e>
<hash_060024e9c43831e54eca8069317a2ce8c6f751>
<name>Normal</name>
<gprint_text>%8.2lf%s</gprint_text>
</hash_060024e9c43831e54eca8069317a2ce8c6f751>
<hash_000024f3fd8760ba049165ec65f2f4086dac13>
<name>ADSL Line - Data Rate</name>
<graph>
<t_title></t_title>
<title>|host_description| - ADSL Data Rate</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>600</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>1000000000</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>Down speed, bps</vertical_label>
</graph>
<items>
<hash_100024298222c2603706ed3ff612bf95af583b>
<task_item_id>hash_080024ec2a8c5531684d55b74b3bf6fad42058</task_item_id>
<color_id>00CF00</color_id>
<alpha>FF</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Down (bps)</text_format>
<hard_return></hard_return>
<sequence>1</sequence>
</hash_100024298222c2603706ed3ff612bf95af583b>
<hash_100024bad61213a0953b274d619e746bf3f302>
<task_item_id>hash_080024ec2a8c5531684d55b74b3bf6fad42058</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Current:</text_format>
<hard_return></hard_return>
<sequence>2</sequence>
</hash_100024bad61213a0953b274d619e746bf3f302>
<hash_1000240502b8c0292891e19486f58a45bcedc2>
<task_item_id>hash_080024ec2a8c5531684d55b74b3bf6fad42058</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Average:</text_format>
<hard_return></hard_return>
<sequence>3</sequence>
</hash_1000240502b8c0292891e19486f58a45bcedc2>
<hash_100024e27c8feada6753f9dd450e07b8a43e8f>
<task_item_id>hash_080024ec2a8c5531684d55b74b3bf6fad42058</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Maximum:</text_format>
<hard_return></hard_return>
<sequence>4</sequence>
</hash_100024e27c8feada6753f9dd450e07b8a43e8f>
<hash_100024d543a34bc1e3256991b7724c4936c16d>
<task_item_id>hash_080024ec2a8c5531684d55b74b3bf6fad42058</task_item_id>
<color_id>00A348</color_id>
<alpha>FF</alpha>
<graph_type_id>4</graph_type_id>
<consolidation_function_id>3</consolidation_function_id>
<cdef_id>0</cdef_id>
<value></value>
<gprint_id>hash_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>MAX</text_format>
<hard_return>on</hard_return>
<sequence>5</sequence>
</hash_100024d543a34bc1e3256991b7724c4936c16d>
</items>
<inputs>
<hash_09002411903664fb95f26b19f30e99789e8d2d>
<name>Data Source [adslAturCurrAR]</name>
<description></description>
<column_name>task_item_id</column_name>
<items></items>
</hash_09002411903664fb95f26b19f30e99789e8d2d>
</inputs>
</hash_000024f3fd8760ba049165ec65f2f4086dac13>
<hash_010024205822af4267628c79dc86b1cd664f65>
<name>ADSL Line - Data Rate</name>
<ds>
<t_name></t_name>
<name>|host_description| - ADSL Data Rate</name>
<data_input_id>hash_030024bf566c869ac6443b0c75d1c32b5a350e</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_150024c21df5178e5c955013591239eb0afd46|hash_1500240d9c0af8b8acdc7807943937b3208e29|hash_1500246fc2d038fb42950138b0ce3e9874cc60|hash_150024e36f3adb9f152adfa5dc50fd2b23337e</rra_items>
</ds>
<items>
<hash_080024ec2a8c5531684d55b74b3bf6fad42058>
<t_data_source_name></t_data_source_name>
<data_source_name>adslAturCurrAR</data_source_name>
<t_rrd_minimum></t_rrd_minimum>
<rrd_minimum>0</rrd_minimum>
<t_rrd_maximum></t_rrd_maximum>
<rrd_maximum>U</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_080024ec2a8c5531684d55b74b3bf6fad42058>
</items>
<data>
<item_000>
<data_input_field_id>hash_0700243a33d4fc65b8329ab2ac46a36da26b72</data_input_field_id>
<t_value></t_value>
<value></value>
</item_000>
<item_001>
<data_input_field_id>hash_0700246b13ac0a0194e171d241d4b06f913158</data_input_field_id>
<t_value></t_value>
<value></value>
</item_001>
<item_002>
<data_input_field_id>hash_0700242cf7129ad3ff819a7a7ac189bee48ce8</data_input_field_id>
<t_value></t_value>
<value></value>
</item_002>
<item_003>
<data_input_field_id>hash_070024c1f36ee60c3dc98945556d57f26e475b</data_input_field_id>
<t_value></t_value>
<value></value>
</item_003>
<item_004>
<data_input_field_id>hash_070024e6deda7be0f391399c5130e7c4a48b28</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_004>
<item_005>
<data_input_field_id>hash_070024cbbe5c1ddfb264a6e5d509ce1c78c95f</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_005>
<item_006>
<data_input_field_id>hash_0700246027a919c7c7731fbe095b6f53ab127b</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_006>
<item_007>
<data_input_field_id>hash_070024b5c23f246559df38662c255f4aa21d6b</data_input_field_id>
<t_value></t_value>
<value></value>
</item_007>
<item_008>
<data_input_field_id>hash_0700241cc1493a6781af2c478fa4de971531cf</data_input_field_id>
<t_value></t_value>
<value></value>
</item_008>
<item_009>
<data_input_field_id>hash_070024f4facc5e2ca7ebee621f09bc6d9fc792</data_input_field_id>
<t_value></t_value>
<value></value>
</item_009>
<item_010>
<data_input_field_id>hash_070024acb449d1451e8a2a655c2c99d31142c7</data_input_field_id>
<t_value></t_value>
<value></value>
</item_010>
<item_011>
<data_input_field_id>hash_070024617cdc8a230615e59f06f361ef6e7728</data_input_field_id>
<t_value></t_value>
<value></value>
</item_011>
</data>
</hash_010024205822af4267628c79dc86b1cd664f65>
<hash_030024bf566c869ac6443b0c75d1c32b5a350e>
<name>Get SNMP Data (Indexed)</name>
<type_id>3</type_id>
<input_string></input_string>
<fields>
<hash_070024617cdc8a230615e59f06f361ef6e7728>
<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_070024617cdc8a230615e59f06f361ef6e7728>
<hash_070024acb449d1451e8a2a655c2c99d31142c7>
<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_070024acb449d1451e8a2a655c2c99d31142c7>
<hash_070024f4facc5e2ca7ebee621f09bc6d9fc792>
<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_070024f4facc5e2ca7ebee621f09bc6d9fc792>
<hash_0700241cc1493a6781af2c478fa4de971531cf>
<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_0700241cc1493a6781af2c478fa4de971531cf>
<hash_070024b5c23f246559df38662c255f4aa21d6b>
<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_070024b5c23f246559df38662c255f4aa21d6b>
<hash_0700246027a919c7c7731fbe095b6f53ab127b>
<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_0700246027a919c7c7731fbe095b6f53ab127b>
<hash_070024cbbe5c1ddfb264a6e5d509ce1c78c95f>
<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_070024cbbe5c1ddfb264a6e5d509ce1c78c95f>
<hash_070024e6deda7be0f391399c5130e7c4a48b28>
<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_070024e6deda7be0f391399c5130e7c4a48b28>
<hash_070024c1f36ee60c3dc98945556d57f26e475b>
<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_070024c1f36ee60c3dc98945556d57f26e475b>
<hash_0700242cf7129ad3ff819a7a7ac189bee48ce8>
<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_0700242cf7129ad3ff819a7a7ac189bee48ce8>
<hash_0700246b13ac0a0194e171d241d4b06f913158>
<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_0700246b13ac0a0194e171d241d4b06f913158>
<hash_0700243a33d4fc65b8329ab2ac46a36da26b72>
<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_0700243a33d4fc65b8329ab2ac46a36da26b72>
</fields>
</hash_030024bf566c869ac6443b0c75d1c32b5a350e>
<hash_150024c21df5178e5c955013591239eb0afd46>
<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_150024c21df5178e5c955013591239eb0afd46>
<hash_1500240d9c0af8b8acdc7807943937b3208e29>
<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_1500240d9c0af8b8acdc7807943937b3208e29>
<hash_1500246fc2d038fb42950138b0ce3e9874cc60>
<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_1500246fc2d038fb42950138b0ce3e9874cc60>
<hash_150024e36f3adb9f152adfa5dc50fd2b23337e>
<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_150024e36f3adb9f152adfa5dc50fd2b23337e>
<hash_060024e9c43831e54eca8069317a2ce8c6f751>
<name>Normal</name>
<gprint_text>%8.2lf%s</gprint_text>
</hash_060024e9c43831e54eca8069317a2ce8c6f751>
<hash_00002457aa06f68a4aa07166a4ef598564706e>
<name>ADSL Line - Interleave Delay</name>
<graph>
<t_title></t_title>
<title>|host_description| - ADSL Interleave Delay</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>600</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>1000000</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_100024e0aa02cbc5dd7b9858d2bc9540ffffd6>
<task_item_id>hash_080024c7d1a45c30f96a1254275bb162e55709</task_item_id>
<color_id>00CF00</color_id>
<alpha>FF</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Delay (ms)</text_format>
<hard_return></hard_return>
<sequence>1</sequence>
</hash_100024e0aa02cbc5dd7b9858d2bc9540ffffd6>
<hash_10002442714ce7354af7885072081ab926b22d>
<task_item_id>hash_080024c7d1a45c30f96a1254275bb162e55709</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Last:</text_format>
<hard_return></hard_return>
<sequence>2</sequence>
</hash_10002442714ce7354af7885072081ab926b22d>
<hash_100024d967b2831bd7b90548d0d7c0f01a2fd7>
<task_item_id>hash_080024c7d1a45c30f96a1254275bb162e55709</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Average:</text_format>
<hard_return></hard_return>
<sequence>3</sequence>
</hash_100024d967b2831bd7b90548d0d7c0f01a2fd7>
<hash_1000241070435dd0839e0a0270b4e788d0dd2a>
<task_item_id>hash_080024c7d1a45c30f96a1254275bb162e55709</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Maximum:</text_format>
<hard_return></hard_return>
<sequence>4</sequence>
</hash_1000241070435dd0839e0a0270b4e788d0dd2a>
<hash_100024a053dd34da79cba1301830f5ba9cc8e4>
<task_item_id>hash_080024c7d1a45c30f96a1254275bb162e55709</task_item_id>
<color_id>00A348</color_id>
<alpha>FF</alpha>
<graph_type_id>4</graph_type_id>
<consolidation_function_id>3</consolidation_function_id>
<cdef_id>0</cdef_id>
<value></value>
<gprint_id>hash_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>MAX</text_format>
<hard_return>on</hard_return>
<sequence>5</sequence>
</hash_100024a053dd34da79cba1301830f5ba9cc8e4>
</items>
<inputs>
<hash_090024a76b06bdc9ffe3a55cf4baa2b65410b4>
<name>Data Source [adslAturChanID]</name>
<description></description>
<column_name>task_item_id</column_name>
<items>hash_000024e0aa02cbc5dd7b9858d2bc9540ffffd6|hash_00002442714ce7354af7885072081ab926b22d|hash_000024d967b2831bd7b90548d0d7c0f01a2fd7|hash_0000241070435dd0839e0a0270b4e788d0dd2a|hash_000024a053dd34da79cba1301830f5ba9cc8e4</items>
</hash_090024a76b06bdc9ffe3a55cf4baa2b65410b4>
</inputs>
</hash_00002457aa06f68a4aa07166a4ef598564706e>
<hash_010024cbc12cb425eea4e28e60460d6b1cd790>
<name>ADSL Line - Interleave Delay</name>
<ds>
<t_name></t_name>
<name>|host_description| - ADSL Interleave Delay</name>
<data_input_id>hash_030024bf566c869ac6443b0c75d1c32b5a350e</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_150024c21df5178e5c955013591239eb0afd46|hash_1500240d9c0af8b8acdc7807943937b3208e29|hash_1500246fc2d038fb42950138b0ce3e9874cc60|hash_150024e36f3adb9f152adfa5dc50fd2b23337e</rra_items>
</ds>
<items>
<hash_080024c7d1a45c30f96a1254275bb162e55709>
<t_data_source_name></t_data_source_name>
<data_source_name>adslAturChanID</data_source_name>
<t_rrd_minimum></t_rrd_minimum>
<rrd_minimum>0</rrd_minimum>
<t_rrd_maximum></t_rrd_maximum>
<rrd_maximum>U</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_080024c7d1a45c30f96a1254275bb162e55709>
</items>
<data>
<item_000>
<data_input_field_id>hash_0700243a33d4fc65b8329ab2ac46a36da26b72</data_input_field_id>
<t_value></t_value>
<value></value>
</item_000>
<item_001>
<data_input_field_id>hash_0700246b13ac0a0194e171d241d4b06f913158</data_input_field_id>
<t_value></t_value>
<value></value>
</item_001>
<item_002>
<data_input_field_id>hash_0700242cf7129ad3ff819a7a7ac189bee48ce8</data_input_field_id>
<t_value></t_value>
<value></value>
</item_002>
<item_003>
<data_input_field_id>hash_070024c1f36ee60c3dc98945556d57f26e475b</data_input_field_id>
<t_value></t_value>
<value></value>
</item_003>
<item_004>
<data_input_field_id>hash_070024e6deda7be0f391399c5130e7c4a48b28</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_004>
<item_005>
<data_input_field_id>hash_070024cbbe5c1ddfb264a6e5d509ce1c78c95f</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_005>
<item_006>
<data_input_field_id>hash_0700246027a919c7c7731fbe095b6f53ab127b</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_006>
<item_007>
<data_input_field_id>hash_070024b5c23f246559df38662c255f4aa21d6b</data_input_field_id>
<t_value></t_value>
<value></value>
</item_007>
<item_008>
<data_input_field_id>hash_0700241cc1493a6781af2c478fa4de971531cf</data_input_field_id>
<t_value></t_value>
<value></value>
</item_008>
<item_009>
<data_input_field_id>hash_070024f4facc5e2ca7ebee621f09bc6d9fc792</data_input_field_id>
<t_value></t_value>
<value></value>
</item_009>
<item_010>
<data_input_field_id>hash_070024acb449d1451e8a2a655c2c99d31142c7</data_input_field_id>
<t_value></t_value>
<value></value>
</item_010>
<item_011>
<data_input_field_id>hash_070024617cdc8a230615e59f06f361ef6e7728</data_input_field_id>
<t_value></t_value>
<value></value>
</item_011>
</data>
</hash_010024cbc12cb425eea4e28e60460d6b1cd790>
<hash_030024bf566c869ac6443b0c75d1c32b5a350e>
<name>Get SNMP Data (Indexed)</name>
<type_id>3</type_id>
<input_string></input_string>
<fields>
<hash_070024617cdc8a230615e59f06f361ef6e7728>
<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_070024617cdc8a230615e59f06f361ef6e7728>
<hash_070024acb449d1451e8a2a655c2c99d31142c7>
<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_070024acb449d1451e8a2a655c2c99d31142c7>
<hash_070024f4facc5e2ca7ebee621f09bc6d9fc792>
<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_070024f4facc5e2ca7ebee621f09bc6d9fc792>
<hash_0700241cc1493a6781af2c478fa4de971531cf>
<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_0700241cc1493a6781af2c478fa4de971531cf>
<hash_070024b5c23f246559df38662c255f4aa21d6b>
<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_070024b5c23f246559df38662c255f4aa21d6b>
<hash_0700246027a919c7c7731fbe095b6f53ab127b>
<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_0700246027a919c7c7731fbe095b6f53ab127b>
<hash_070024cbbe5c1ddfb264a6e5d509ce1c78c95f>
<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_070024cbbe5c1ddfb264a6e5d509ce1c78c95f>
<hash_070024e6deda7be0f391399c5130e7c4a48b28>
<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_070024e6deda7be0f391399c5130e7c4a48b28>
<hash_070024c1f36ee60c3dc98945556d57f26e475b>
<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_070024c1f36ee60c3dc98945556d57f26e475b>
<hash_0700242cf7129ad3ff819a7a7ac189bee48ce8>
<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_0700242cf7129ad3ff819a7a7ac189bee48ce8>
<hash_0700246b13ac0a0194e171d241d4b06f913158>
<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_0700246b13ac0a0194e171d241d4b06f913158>
<hash_0700243a33d4fc65b8329ab2ac46a36da26b72>
<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_0700243a33d4fc65b8329ab2ac46a36da26b72>
</fields>
</hash_030024bf566c869ac6443b0c75d1c32b5a350e>
<hash_150024c21df5178e5c955013591239eb0afd46>
<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_150024c21df5178e5c955013591239eb0afd46>
<hash_1500240d9c0af8b8acdc7807943937b3208e29>
<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_1500240d9c0af8b8acdc7807943937b3208e29>
<hash_1500246fc2d038fb42950138b0ce3e9874cc60>
<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_1500246fc2d038fb42950138b0ce3e9874cc60>
<hash_150024e36f3adb9f152adfa5dc50fd2b23337e>
<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_150024e36f3adb9f152adfa5dc50fd2b23337e>
<hash_060024e9c43831e54eca8069317a2ce8c6f751>
<name>Normal</name>
<gprint_text>%8.2lf%s</gprint_text>
</hash_060024e9c43831e54eca8069317a2ce8c6f751>
<hash_000024a459810712085dec9d7632e1f12665d1>
<name>ADSL Line - Noise Margin</name>
<graph>
<t_title></t_title>
<title>|host_description| - ADSL Noise Margin</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>600</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>4</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>640</upper_limit>
<t_lower_limit></t_lower_limit>
<lower_limit>-640</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>Noise Margin (tenth dB)</vertical_label>
</graph>
<items>
<hash_100024b3fd8c2735789d305275ced9c0091d1e>
<task_item_id>hash_08002439a0e7804b56ef8722fea97272bb1b78</task_item_id>
<color_id>00CF00</color_id>
<alpha>FF</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>SNR (10th db)</text_format>
<hard_return></hard_return>
<sequence>6</sequence>
</hash_100024b3fd8c2735789d305275ced9c0091d1e>
<hash_10002457ee0fa6eaaaa936ed12c37a5f13664d>
<task_item_id>hash_08002439a0e7804b56ef8722fea97272bb1b78</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Current:</text_format>
<hard_return></hard_return>
<sequence>7</sequence>
</hash_10002457ee0fa6eaaaa936ed12c37a5f13664d>
<hash_1000240f184aaa937c4a198bbc42a7da847074>
<task_item_id>hash_08002439a0e7804b56ef8722fea97272bb1b78</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Average:</text_format>
<hard_return></hard_return>
<sequence>8</sequence>
</hash_1000240f184aaa937c4a198bbc42a7da847074>
<hash_100024be0a0d7088498ee49669d9a54a3bd246>
<task_item_id>hash_08002439a0e7804b56ef8722fea97272bb1b78</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Max:</text_format>
<hard_return></hard_return>
<sequence>9</sequence>
</hash_100024be0a0d7088498ee49669d9a54a3bd246>
<hash_100024c88c12bb16a972805e23684e358d5bf8>
<task_item_id>hash_08002439a0e7804b56ef8722fea97272bb1b78</task_item_id>
<color_id>00A348</color_id>
<alpha>FF</alpha>
<graph_type_id>4</graph_type_id>
<consolidation_function_id>3</consolidation_function_id>
<cdef_id>0</cdef_id>
<value></value>
<gprint_id>hash_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>MAX</text_format>
<hard_return>on</hard_return>
<sequence>10</sequence>
</hash_100024c88c12bb16a972805e23684e358d5bf8>
</items>
<inputs>
<hash_09002459883054cb0ab5bd8955b7ae17d2d2e0>
<name>Data Source [adslAturCurrSnrMgn]</name>
<description></description>
<column_name>task_item_id</column_name>
<items>hash_000024b3fd8c2735789d305275ced9c0091d1e|hash_00002457ee0fa6eaaaa936ed12c37a5f13664d|hash_0000240f184aaa937c4a198bbc42a7da847074|hash_000024be0a0d7088498ee49669d9a54a3bd246|hash_000024c88c12bb16a972805e23684e358d5bf8</items>
</hash_09002459883054cb0ab5bd8955b7ae17d2d2e0>
</inputs>
</hash_000024a459810712085dec9d7632e1f12665d1>
<hash_010024439e38fc50a58e0ac17af68b42eb3730>
<name>ADSL Line - Signal/Noise</name>
<ds>
<t_name></t_name>
<name>|host_description| - ADSL Line Signal/Noise</name>
<data_input_id>hash_030024bf566c869ac6443b0c75d1c32b5a350e</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_150024c21df5178e5c955013591239eb0afd46|hash_1500240d9c0af8b8acdc7807943937b3208e29|hash_1500246fc2d038fb42950138b0ce3e9874cc60|hash_150024e36f3adb9f152adfa5dc50fd2b23337e</rra_items>
</ds>
<items>
<hash_08002439a0e7804b56ef8722fea97272bb1b78>
<t_data_source_name></t_data_source_name>
<data_source_name>adslAturCurrSnrMgn</data_source_name>
<t_rrd_minimum></t_rrd_minimum>
<rrd_minimum>-640</rrd_minimum>
<t_rrd_maximum></t_rrd_maximum>
<rrd_maximum>640</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_08002439a0e7804b56ef8722fea97272bb1b78>
</items>
<data>
<item_000>
<data_input_field_id>hash_0700243a33d4fc65b8329ab2ac46a36da26b72</data_input_field_id>
<t_value></t_value>
<value></value>
</item_000>
<item_001>
<data_input_field_id>hash_0700246b13ac0a0194e171d241d4b06f913158</data_input_field_id>
<t_value></t_value>
<value></value>
</item_001>
<item_002>
<data_input_field_id>hash_0700242cf7129ad3ff819a7a7ac189bee48ce8</data_input_field_id>
<t_value></t_value>
<value></value>
</item_002>
<item_003>
<data_input_field_id>hash_070024c1f36ee60c3dc98945556d57f26e475b</data_input_field_id>
<t_value></t_value>
<value></value>
</item_003>
<item_004>
<data_input_field_id>hash_070024e6deda7be0f391399c5130e7c4a48b28</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_004>
<item_005>
<data_input_field_id>hash_070024cbbe5c1ddfb264a6e5d509ce1c78c95f</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_005>
<item_006>
<data_input_field_id>hash_0700246027a919c7c7731fbe095b6f53ab127b</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_006>
<item_007>
<data_input_field_id>hash_070024b5c23f246559df38662c255f4aa21d6b</data_input_field_id>
<t_value></t_value>
<value></value>
</item_007>
<item_008>
<data_input_field_id>hash_0700241cc1493a6781af2c478fa4de971531cf</data_input_field_id>
<t_value></t_value>
<value></value>
</item_008>
<item_009>
<data_input_field_id>hash_070024f4facc5e2ca7ebee621f09bc6d9fc792</data_input_field_id>
<t_value></t_value>
<value></value>
</item_009>
<item_010>
<data_input_field_id>hash_070024acb449d1451e8a2a655c2c99d31142c7</data_input_field_id>
<t_value></t_value>
<value></value>
</item_010>
<item_011>
<data_input_field_id>hash_070024617cdc8a230615e59f06f361ef6e7728</data_input_field_id>
<t_value></t_value>
<value></value>
</item_011>
</data>
</hash_010024439e38fc50a58e0ac17af68b42eb3730>
<hash_030024bf566c869ac6443b0c75d1c32b5a350e>
<name>Get SNMP Data (Indexed)</name>
<type_id>3</type_id>
<input_string></input_string>
<fields>
<hash_070024617cdc8a230615e59f06f361ef6e7728>
<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_070024617cdc8a230615e59f06f361ef6e7728>
<hash_070024acb449d1451e8a2a655c2c99d31142c7>
<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_070024acb449d1451e8a2a655c2c99d31142c7>
<hash_070024f4facc5e2ca7ebee621f09bc6d9fc792>
<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_070024f4facc5e2ca7ebee621f09bc6d9fc792>
<hash_0700241cc1493a6781af2c478fa4de971531cf>
<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_0700241cc1493a6781af2c478fa4de971531cf>
<hash_070024b5c23f246559df38662c255f4aa21d6b>
<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_070024b5c23f246559df38662c255f4aa21d6b>
<hash_0700246027a919c7c7731fbe095b6f53ab127b>
<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_0700246027a919c7c7731fbe095b6f53ab127b>
<hash_070024cbbe5c1ddfb264a6e5d509ce1c78c95f>
<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_070024cbbe5c1ddfb264a6e5d509ce1c78c95f>
<hash_070024e6deda7be0f391399c5130e7c4a48b28>
<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_070024e6deda7be0f391399c5130e7c4a48b28>
<hash_070024c1f36ee60c3dc98945556d57f26e475b>
<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_070024c1f36ee60c3dc98945556d57f26e475b>
<hash_0700242cf7129ad3ff819a7a7ac189bee48ce8>
<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_0700242cf7129ad3ff819a7a7ac189bee48ce8>
<hash_0700246b13ac0a0194e171d241d4b06f913158>
<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_0700246b13ac0a0194e171d241d4b06f913158>
<hash_0700243a33d4fc65b8329ab2ac46a36da26b72>
<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_0700243a33d4fc65b8329ab2ac46a36da26b72>
</fields>
</hash_030024bf566c869ac6443b0c75d1c32b5a350e>
<hash_150024c21df5178e5c955013591239eb0afd46>
<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_150024c21df5178e5c955013591239eb0afd46>
<hash_1500240d9c0af8b8acdc7807943937b3208e29>
<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_1500240d9c0af8b8acdc7807943937b3208e29>
<hash_1500246fc2d038fb42950138b0ce3e9874cc60>
<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_1500246fc2d038fb42950138b0ce3e9874cc60>
<hash_150024e36f3adb9f152adfa5dc50fd2b23337e>
<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_150024e36f3adb9f152adfa5dc50fd2b23337e>
<hash_060024e9c43831e54eca8069317a2ce8c6f751>
<name>Normal</name>
<gprint_text>%8.2lf%s</gprint_text>
</hash_060024e9c43831e54eca8069317a2ce8c6f751>
<hash_000024d611d0b924e943654c5ff4c79fd18d2d>
<name>ADSL Line - Output Power</name>
<graph>
<t_title></t_title>
<title>|host_description| - ADSL Output Power</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>600</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>4</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>630</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>Output Power (tenth dBm)</vertical_label>
</graph>
<items>
<hash_100024f42a86f607df600c05cf63e967988a95>
<task_item_id>hash_0800241b8fa4da2566b0dedb3dd38dc753004d</task_item_id>
<color_id>00CF00</color_id>
<alpha>CC</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Local</text_format>
<hard_return></hard_return>
<sequence>1</sequence>
</hash_100024f42a86f607df600c05cf63e967988a95>
<hash_1000249a7a588c5404d803febc6ac1ef42a9f0>
<task_item_id>hash_0800241b8fa4da2566b0dedb3dd38dc753004d</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Current:</text_format>
<hard_return></hard_return>
<sequence>2</sequence>
</hash_1000249a7a588c5404d803febc6ac1ef42a9f0>
<hash_100024083773c957ac5896fdacc51955b8a6ce>
<task_item_id>hash_0800241b8fa4da2566b0dedb3dd38dc753004d</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Average:</text_format>
<hard_return></hard_return>
<sequence>3</sequence>
</hash_100024083773c957ac5896fdacc51955b8a6ce>
<hash_100024f27cb77da5fc40c3dd712866e4c32a54>
<task_item_id>hash_0800241b8fa4da2566b0dedb3dd38dc753004d</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Maximum:</text_format>
<hard_return></hard_return>
<sequence>4</sequence>
</hash_100024f27cb77da5fc40c3dd712866e4c32a54>
<hash_1000245d81d2682de588ce5190a0593be58679>
<task_item_id>hash_0800241b8fa4da2566b0dedb3dd38dc753004d</task_item_id>
<color_id>00A348</color_id>
<alpha>FF</alpha>
<graph_type_id>4</graph_type_id>
<consolidation_function_id>3</consolidation_function_id>
<cdef_id>0</cdef_id>
<value></value>
<gprint_id>hash_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>MAX</text_format>
<hard_return>on</hard_return>
<sequence>5</sequence>
</hash_1000245d81d2682de588ce5190a0593be58679>
</items>
<inputs>
<hash_090024fa53135c1ce5c7b52da7a2657d1d1534>
<name>Data Source [adslAturCurrOutputP]</name>
<description></description>
<column_name>task_item_id</column_name>
<items>hash_000024f42a86f607df600c05cf63e967988a95|hash_0000249a7a588c5404d803febc6ac1ef42a9f0|hash_000024083773c957ac5896fdacc51955b8a6ce|hash_000024f27cb77da5fc40c3dd712866e4c32a54|hash_0000245d81d2682de588ce5190a0593be58679</items>
</hash_090024fa53135c1ce5c7b52da7a2657d1d1534>
</inputs>
</hash_000024d611d0b924e943654c5ff4c79fd18d2d>
<hash_010024a459d31276e22c05991b671a3afa4871>
<name>ADSL Line - Power</name>
<ds>
<t_name></t_name>
<name>|host_description| - ADSL Line Power</name>
<data_input_id>hash_030024bf566c869ac6443b0c75d1c32b5a350e</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_150024c21df5178e5c955013591239eb0afd46|hash_1500240d9c0af8b8acdc7807943937b3208e29|hash_1500246fc2d038fb42950138b0ce3e9874cc60|hash_150024e36f3adb9f152adfa5dc50fd2b23337e</rra_items>
</ds>
<items>
<hash_0800241b8fa4da2566b0dedb3dd38dc753004d>
<t_data_source_name></t_data_source_name>
<data_source_name>adslAturCurrOutputP</data_source_name>
<t_rrd_minimum></t_rrd_minimum>
<rrd_minimum>-310</rrd_minimum>
<t_rrd_maximum></t_rrd_maximum>
<rrd_maximum>310</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_0800241b8fa4da2566b0dedb3dd38dc753004d>
</items>
<data>
<item_000>
<data_input_field_id>hash_0700243a33d4fc65b8329ab2ac46a36da26b72</data_input_field_id>
<t_value></t_value>
<value></value>
</item_000>
<item_001>
<data_input_field_id>hash_0700246b13ac0a0194e171d241d4b06f913158</data_input_field_id>
<t_value></t_value>
<value></value>
</item_001>
<item_002>
<data_input_field_id>hash_0700242cf7129ad3ff819a7a7ac189bee48ce8</data_input_field_id>
<t_value></t_value>
<value></value>
</item_002>
<item_003>
<data_input_field_id>hash_070024c1f36ee60c3dc98945556d57f26e475b</data_input_field_id>
<t_value></t_value>
<value></value>
</item_003>
<item_004>
<data_input_field_id>hash_070024e6deda7be0f391399c5130e7c4a48b28</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_004>
<item_005>
<data_input_field_id>hash_070024cbbe5c1ddfb264a6e5d509ce1c78c95f</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_005>
<item_006>
<data_input_field_id>hash_0700246027a919c7c7731fbe095b6f53ab127b</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_006>
<item_007>
<data_input_field_id>hash_070024b5c23f246559df38662c255f4aa21d6b</data_input_field_id>
<t_value></t_value>
<value></value>
</item_007>
<item_008>
<data_input_field_id>hash_0700241cc1493a6781af2c478fa4de971531cf</data_input_field_id>
<t_value></t_value>
<value></value>
</item_008>
<item_009>
<data_input_field_id>hash_070024f4facc5e2ca7ebee621f09bc6d9fc792</data_input_field_id>
<t_value></t_value>
<value></value>
</item_009>
<item_010>
<data_input_field_id>hash_070024acb449d1451e8a2a655c2c99d31142c7</data_input_field_id>
<t_value></t_value>
<value></value>
</item_010>
<item_011>
<data_input_field_id>hash_070024617cdc8a230615e59f06f361ef6e7728</data_input_field_id>
<t_value></t_value>
<value></value>
</item_011>
</data>
</hash_010024a459d31276e22c05991b671a3afa4871>
<hash_030024bf566c869ac6443b0c75d1c32b5a350e>
<name>Get SNMP Data (Indexed)</name>
<type_id>3</type_id>
<input_string></input_string>
<fields>
<hash_070024617cdc8a230615e59f06f361ef6e7728>
<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_070024617cdc8a230615e59f06f361ef6e7728>
<hash_070024acb449d1451e8a2a655c2c99d31142c7>
<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_070024acb449d1451e8a2a655c2c99d31142c7>
<hash_070024f4facc5e2ca7ebee621f09bc6d9fc792>
<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_070024f4facc5e2ca7ebee621f09bc6d9fc792>
<hash_0700241cc1493a6781af2c478fa4de971531cf>
<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_0700241cc1493a6781af2c478fa4de971531cf>
<hash_070024b5c23f246559df38662c255f4aa21d6b>
<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_070024b5c23f246559df38662c255f4aa21d6b>
<hash_0700246027a919c7c7731fbe095b6f53ab127b>
<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_0700246027a919c7c7731fbe095b6f53ab127b>
<hash_070024cbbe5c1ddfb264a6e5d509ce1c78c95f>
<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_070024cbbe5c1ddfb264a6e5d509ce1c78c95f>
<hash_070024e6deda7be0f391399c5130e7c4a48b28>
<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_070024e6deda7be0f391399c5130e7c4a48b28>
<hash_070024c1f36ee60c3dc98945556d57f26e475b>
<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_070024c1f36ee60c3dc98945556d57f26e475b>
<hash_0700242cf7129ad3ff819a7a7ac189bee48ce8>
<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_0700242cf7129ad3ff819a7a7ac189bee48ce8>
<hash_0700246b13ac0a0194e171d241d4b06f913158>
<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_0700246b13ac0a0194e171d241d4b06f913158>
<hash_0700243a33d4fc65b8329ab2ac46a36da26b72>
<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_0700243a33d4fc65b8329ab2ac46a36da26b72>
</fields>
</hash_030024bf566c869ac6443b0c75d1c32b5a350e>
<hash_150024c21df5178e5c955013591239eb0afd46>
<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_150024c21df5178e5c955013591239eb0afd46>
<hash_1500240d9c0af8b8acdc7807943937b3208e29>
<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_1500240d9c0af8b8acdc7807943937b3208e29>
<hash_1500246fc2d038fb42950138b0ce3e9874cc60>
<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_1500246fc2d038fb42950138b0ce3e9874cc60>
<hash_150024e36f3adb9f152adfa5dc50fd2b23337e>
<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_150024e36f3adb9f152adfa5dc50fd2b23337e>
<hash_060024e9c43831e54eca8069317a2ce8c6f751>
<name>Normal</name>
<gprint_text>%8.2lf%s</gprint_text>
</hash_060024e9c43831e54eca8069317a2ce8c6f751>
<hash_000024c21e424213c20f1b7701517e9a5378da>
<name>ADSL Line - Transmission Rate</name>
<graph>
<t_title></t_title>
<title>|host_description| - ADSL Transmission Rate</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>600</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_1000240ce5173b3c4fae511ba9b4390f99c0b0>
<task_item_id>hash_08002460be21bea0373e8c11f64bc76766fa59</task_item_id>
<color_id>00CF00</color_id>
<alpha>FF</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Transmission Rate (bps)</text_format>
<hard_return></hard_return>
<sequence>1</sequence>
</hash_1000240ce5173b3c4fae511ba9b4390f99c0b0>
<hash_10002471ad945e6ff96985588e1dcd7ba32af3>
<task_item_id>hash_08002460be21bea0373e8c11f64bc76766fa59</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Average:</text_format>
<hard_return></hard_return>
<sequence>2</sequence>
</hash_10002471ad945e6ff96985588e1dcd7ba32af3>
<hash_100024e794286afffb52fee975b93e745ff30c>
<task_item_id>hash_08002460be21bea0373e8c11f64bc76766fa59</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Last:</text_format>
<hard_return></hard_return>
<sequence>3</sequence>
</hash_100024e794286afffb52fee975b93e745ff30c>
<hash_100024c5227adf1c5e9be4a5b471542b4eccf4>
<task_item_id>hash_08002460be21bea0373e8c11f64bc76766fa59</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_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>Maximum:</text_format>
<hard_return></hard_return>
<sequence>4</sequence>
</hash_100024c5227adf1c5e9be4a5b471542b4eccf4>
<hash_1000240da62bfc6685b520d97a7efeca37236d>
<task_item_id>hash_08002460be21bea0373e8c11f64bc76766fa59</task_item_id>
<color_id>00A348</color_id>
<alpha>FF</alpha>
<graph_type_id>4</graph_type_id>
<consolidation_function_id>3</consolidation_function_id>
<cdef_id>0</cdef_id>
<value></value>
<gprint_id>hash_060024e9c43831e54eca8069317a2ce8c6f751</gprint_id>
<text_format>MAX</text_format>
<hard_return>on</hard_return>
<sequence>5</sequence>
</hash_1000240da62bfc6685b520d97a7efeca37236d>
</items>
<inputs>
<hash_090024ac6185d20f1661770e4735579fce8e11>
<name>Data Source [adslAturChanPrevTx]</name>
<description></description>
<column_name>task_item_id</column_name>
<items>hash_0000240ce5173b3c4fae511ba9b4390f99c0b0|hash_00002471ad945e6ff96985588e1dcd7ba32af3|hash_000024e794286afffb52fee975b93e745ff30c|hash_000024c5227adf1c5e9be4a5b471542b4eccf4|hash_0000240da62bfc6685b520d97a7efeca37236d</items>
</hash_090024ac6185d20f1661770e4735579fce8e11>
</inputs>
</hash_000024c21e424213c20f1b7701517e9a5378da>
<hash_0100240b140720417810dd45f7b6731cac1fcd>
<name>ADSL Line - Transmission Rate</name>
<ds>
<t_name></t_name>
<name>|host_description| - ADSL Transmission Rate</name>
<data_input_id>hash_030024bf566c869ac6443b0c75d1c32b5a350e</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_150024c21df5178e5c955013591239eb0afd46|hash_1500240d9c0af8b8acdc7807943937b3208e29|hash_1500246fc2d038fb42950138b0ce3e9874cc60|hash_150024e36f3adb9f152adfa5dc50fd2b23337e</rra_items>
</ds>
<items>
<hash_08002460be21bea0373e8c11f64bc76766fa59>
<t_data_source_name></t_data_source_name>
<data_source_name>adslAturChanPrevTx</data_source_name>
<t_rrd_minimum></t_rrd_minimum>
<rrd_minimum>0</rrd_minimum>
<t_rrd_maximum></t_rrd_maximum>
<rrd_maximum>U</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_08002460be21bea0373e8c11f64bc76766fa59>
</items>
<data>
<item_000>
<data_input_field_id>hash_0700243a33d4fc65b8329ab2ac46a36da26b72</data_input_field_id>
<t_value></t_value>
<value></value>
</item_000>
<item_001>
<data_input_field_id>hash_0700246b13ac0a0194e171d241d4b06f913158</data_input_field_id>
<t_value></t_value>
<value></value>
</item_001>
<item_002>
<data_input_field_id>hash_0700242cf7129ad3ff819a7a7ac189bee48ce8</data_input_field_id>
<t_value></t_value>
<value></value>
</item_002>
<item_003>
<data_input_field_id>hash_070024c1f36ee60c3dc98945556d57f26e475b</data_input_field_id>
<t_value></t_value>
<value></value>
</item_003>
<item_004>
<data_input_field_id>hash_070024e6deda7be0f391399c5130e7c4a48b28</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_004>
<item_005>
<data_input_field_id>hash_070024cbbe5c1ddfb264a6e5d509ce1c78c95f</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_005>
<item_006>
<data_input_field_id>hash_0700246027a919c7c7731fbe095b6f53ab127b</data_input_field_id>
<t_value>on</t_value>
<value></value>
</item_006>
<item_007>
<data_input_field_id>hash_070024b5c23f246559df38662c255f4aa21d6b</data_input_field_id>
<t_value></t_value>
<value></value>
</item_007>
<item_008>
<data_input_field_id>hash_0700241cc1493a6781af2c478fa4de971531cf</data_input_field_id>
<t_value></t_value>
<value></value>
</item_008>
<item_009>
<data_input_field_id>hash_070024f4facc5e2ca7ebee621f09bc6d9fc792</data_input_field_id>
<t_value></t_value>
<value></value>
</item_009>
<item_010>
<data_input_field_id>hash_070024acb449d1451e8a2a655c2c99d31142c7</data_input_field_id>
<t_value></t_value>
<value></value>
</item_010>
<item_011>
<data_input_field_id>hash_070024617cdc8a230615e59f06f361ef6e7728</data_input_field_id>
<t_value></t_value>
<value></value>
</item_011>
</data>
</hash_0100240b140720417810dd45f7b6731cac1fcd>
<hash_030024bf566c869ac6443b0c75d1c32b5a350e>
<name>Get SNMP Data (Indexed)</name>
<type_id>3</type_id>
<input_string></input_string>
<fields>
<hash_070024617cdc8a230615e59f06f361ef6e7728>
<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_070024617cdc8a230615e59f06f361ef6e7728>
<hash_070024acb449d1451e8a2a655c2c99d31142c7>
<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_070024acb449d1451e8a2a655c2c99d31142c7>
<hash_070024f4facc5e2ca7ebee621f09bc6d9fc792>
<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_070024f4facc5e2ca7ebee621f09bc6d9fc792>
<hash_0700241cc1493a6781af2c478fa4de971531cf>
<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_0700241cc1493a6781af2c478fa4de971531cf>
<hash_070024b5c23f246559df38662c255f4aa21d6b>
<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_070024b5c23f246559df38662c255f4aa21d6b>
<hash_0700246027a919c7c7731fbe095b6f53ab127b>
<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_0700246027a919c7c7731fbe095b6f53ab127b>
<hash_070024cbbe5c1ddfb264a6e5d509ce1c78c95f>
<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_070024cbbe5c1ddfb264a6e5d509ce1c78c95f>
<hash_070024e6deda7be0f391399c5130e7c4a48b28>
<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_070024e6deda7be0f391399c5130e7c4a48b28>
<hash_070024c1f36ee60c3dc98945556d57f26e475b>
<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_070024c1f36ee60c3dc98945556d57f26e475b>
<hash_0700242cf7129ad3ff819a7a7ac189bee48ce8>
<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_0700242cf7129ad3ff819a7a7ac189bee48ce8>
<hash_0700246b13ac0a0194e171d241d4b06f913158>
<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_0700246b13ac0a0194e171d241d4b06f913158>
<hash_0700243a33d4fc65b8329ab2ac46a36da26b72>
<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_0700243a33d4fc65b8329ab2ac46a36da26b72>
</fields>
</hash_030024bf566c869ac6443b0c75d1c32b5a350e>
<hash_150024c21df5178e5c955013591239eb0afd46>
<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_150024c21df5178e5c955013591239eb0afd46>
<hash_1500240d9c0af8b8acdc7807943937b3208e29>
<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_1500240d9c0af8b8acdc7807943937b3208e29>
<hash_1500246fc2d038fb42950138b0ce3e9874cc60>
<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_1500246fc2d038fb42950138b0ce3e9874cc60>
<hash_150024e36f3adb9f152adfa5dc50fd2b23337e>
<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_150024e36f3adb9f152adfa5dc50fd2b23337e>
<hash_060024e9c43831e54eca8069317a2ce8c6f751>
<name>Normal</name>
<gprint_text>%8.2lf%s</gprint_text>
</hash_060024e9c43831e54eca8069317a2ce8c6f751>
</cacti>
@PAOK1926
Copy link

hello,

i installed as you describe, but i get no graphs... :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment