Skip to content

Commit a2bab79

Browse files
[CHG] Updated SNMP template name for 6.4
1 parent 4f0df20 commit a2bab79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can find the latest versions for the respective Zabbix releases on the [Gith
1414

1515
## Requirements
1616

17-
- Zabbix 6.0
17+
- Zabbix 6.0, 6.2 or 6.4
1818
- File write access to the Zabbix frontend server
1919
- Super admin permissions for the Zabbix users that want to use the frontend module
2020

@@ -34,7 +34,7 @@ Here's an example of two hosts: the first one with Zabbix agent and another with
3434
```
3535
NAME;VISIBLE_NAME;HOST_GROUPS;TEMPLATES;AGENT_IP;AGENT_DNS;SNMP_IP;SNMP_DNS;SNMP_VERSION;DESCRIPTION
3636
example1;Example Host Agent;First host group, second host group;Linux by Zabbix agent;127.0.0.1;localhost;;;;Example Zabbix Agent host
37-
example2;Example Host SNMP;Third host group;Generic SNMP;;;127.0.0.1;localhost;2;Example SNMPv2 host
37+
example2;Example Host SNMP;Third host group;Generic by SNMP;;;127.0.0.1;localhost;2;Example SNMPv2 host
3838
```
3939

4040
The following CSV columns are supported:

modules/csv-host-importer/views/layout.ichi.example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
?>
1919
NAME;VISIBLE_NAME;HOST_GROUPS;TEMPLATES;AGENT_IP;AGENT_DNS;SNMP_IP;SNMP_DNS;SNMP_VERSION;DESCRIPTION
2020
example1;Example Host Agent;First host group, second host group;Linux by Zabbix agent;127.0.0.1;localhost;;;;Example Zabbix Agent host
21-
example2;Example Host SNMP;Third host group;Generic SNMP;;;127.0.0.1;localhost;2;Example SNMPv2 host
21+
example2;Example Host SNMP;Third host group;Generic by SNMP;;;127.0.0.1;localhost;2;Example SNMPv2 host

0 commit comments

Comments
 (0)