January 2019
Intermediate to advanced
798 pages
20h 33m
English
Open the saved XML export in your favorite editor. In this file, you'll see all of the data that this host has, and the file will start like this:
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>4.0</version>
<date>2018-12-30T12:22:25Z</date>
<groups>
<group>
<name>Custom templates</name>
</group>
</groups>
<templates>
<template>
<template>C_Template_Email</template>
In this case, each template is contained in a <template> block, which in turn has blocks for all of the things attached to that template. The format is simple, and most things should be obvious simply from taking a glance at the XML and maybe sometimes by comparing values in XML with values in the frontend configuration section. An exception ...
Read now
Unlock full access