fix variable
diff --git a/collectd/files/plugin_snmp.conf b/collectd/files/plugin_snmp.conf
index a5a9a19..e704265 100644
--- a/collectd/files/plugin_snmp.conf
+++ b/collectd/files/plugin_snmp.conf
@@ -15,7 +15,7 @@
   </Data>
   {%- for device_name, device in pillar.external.network_device.iteritems() %}       
   <Host "{{ device_name }}">
-    Address "{{ device.address }}"
+    Address "{{ device.management.address }}"
     Version {{ device.get('version', '2') }}
     Community "{{ device.community }}"
     Collect "std_traffic" "std_rate"