Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Restart Zabbix agent

  2. Assign template Template Inventory IP addresses to required hosts (Inventory must be changed to automatic for all hosts)

zbx_export_templates_IP_inventory.xml

Code Block
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
    <version>5.0</version>
    <date>2020-11-11T20:00:20Z</date>
    <groups>
        <group>
            <name>Templates</name>
        </group>
    </groups>
    <templates>
        <template>
            <template>Template Inventory IP addresses</template>
            <name>Template Inventory IP addresses</name>
            <groups>
                <group>
                    <name>Templates</name>
                </group>
            </groups>
            <applications>
                <application>
                    <name>Network Interfaces</name>
                </application>
            </applications>
            <items>
                <item>
                    <name>IP addresses of network interfaces</name>
                    <key>interfaces</key>
                    <trends>0</trends>
                    <value_type>CHAR</value_type>
                    <inventory_link>HOST_NETWORKS</inventory_link>
                    <applications>
                        <application>
                            <name>Network Interfaces</name>
                        </application>
                    </applications>
                </item>
            </items>
        </template>
    </templates>
</zabbix_export>