Skip to content

Commit

Permalink
[CHG] Updated SNMP template name for 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
intellitrend-team committed May 8, 2023
1 parent 4f0df20 commit a2bab79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion modules/csv-host-importer/views/layout.ichi.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a2bab79

Please sign in to comment.