From a2bab79e10cf53450a703098b050476a2421c503 Mon Sep 17 00:00:00 2001 From: IntelliTrend Team <43295941+intellitrend-team@users.noreply.github.com> Date: Mon, 8 May 2023 13:28:35 +0200 Subject: [PATCH] [CHG] Updated SNMP template name for 6.4 --- README.md | 4 ++-- modules/csv-host-importer/views/layout.ichi.example.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53b8e85..03125bd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can find the latest versions for the respective Zabbix releases on the [Gith ## Requirements -- Zabbix 6.0 +- Zabbix 6.0, 6.2 or 6.4 - File write access to the Zabbix frontend server - Super admin permissions for the Zabbix users that want to use the frontend module @@ -34,7 +34,7 @@ Here's an example of two hosts: the first one with Zabbix agent and another with ``` 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 +example2;Example Host SNMP;Third host group;Generic by SNMP;;;127.0.0.1;localhost;2;Example SNMPv2 host ``` The following CSV columns are supported: diff --git a/modules/csv-host-importer/views/layout.ichi.example.php b/modules/csv-host-importer/views/layout.ichi.example.php index 07e90d9..9635bde 100644 --- a/modules/csv-host-importer/views/layout.ichi.example.php +++ b/modules/csv-host-importer/views/layout.ichi.example.php @@ -18,4 +18,4 @@ ?> 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 +example2;Example Host SNMP;Third host group;Generic by SNMP;;;127.0.0.1;localhost;2;Example SNMPv2 host