From 1ee0aaa89c444027b66c38eb29dce90bbc63b830 Mon Sep 17 00:00:00 2001 From: IntelliTrend Team <43295941+intellitrend-team@users.noreply.github.com> Date: Tue, 17 May 2022 16:13:42 +0200 Subject: [PATCH] [CHG] Using Zabbix 5.0 template names --- modules/csv-host-importer/views/layout.ichi.example.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/csv-host-importer/views/layout.ichi.example.php b/modules/csv-host-importer/views/layout.ichi.example.php index 2c9fa7b..8e8eaa9 100644 --- a/modules/csv-host-importer/views/layout.ichi.example.php +++ b/modules/csv-host-importer/views/layout.ichi.example.php @@ -17,5 +17,5 @@ header('Content-Disposition: attachment; filename="hosts_example.csv"'); ?> NAME;VISIBLE_NAME;HOST_GROUPS;TEMPLATES;AGENT_IP;AGENT_DNS;SNMP_IP;SNMP_DNS;SNMP_VERSION;DESCRIPTION -example1;Example Host Agent;First host group, second host group;Linux by Zabbix agent;127.0.0.1;localhost;;;;Example Zabbix Agent host -example2;Example Host SNMP;Third host group;Generic SNMP;;;127.0.0.1;localhost;2;Example SNMPv2 host +example1;Example Host Agent;First host group, second host group;Template OS Linux by Zabbix agent;127.0.0.1;localhost;;;;Example Zabbix Agent host +example2;Example Host SNMP;Third host group;Template Module Generic SNMP;;;127.0.0.1;localhost;2;Example SNMPv2 host