Skip to content

Commit 88ab534

Browse files
[DOC] Embedded example.csv, updated requirements
1 parent 344c1f5 commit 88ab534

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This software is licensed under the GNU Lesser General Public License v3.0.
3333

3434
## Requirements
3535

36-
- Zabbix 5.0 to 5.4
36+
- Zabbix 6.0
3737
- File write access to the Zabbix frontend server
3838
- Super admin permissions for the Zabbix users that want to use the frontend module
3939

@@ -49,9 +49,14 @@ Then go to `Administration`, `General`, `Modules`, click `Scan directory` and en
4949

5050
Once the frontend module is activated, a new menu entry `Host CSV Importer` should appear under `Configuration`.
5151

52-
You can download an example CSV file from there or use the [example.csv](./example.csv) from the repo and edit the list to your liking.
52+
Here's an example of two hosts: the first one with Zabbix agent and another with an SNMPv2 agent:
53+
```
54+
NAME;VISIBLE_NAME;HOST_GROUPS;TEMPLATES;AGENT_IP;AGENT_DNS;SNMP_IP;SNMP_DNS;SNMP_VERSION;DESCRIPTION
55+
example1;Example Host Agent;First host group, second host group;Linux by Zabbix agent;127.0.0.1;localhost;;;;Example Zabbix Agent host
56+
example2;Example Host SNMP;Third host group;Generic SNMP;;;127.0.0.1;localhost;2;Example SNMPv2 host
57+
```
5358

54-
Here is a list of supported CSV columns:
59+
The following CSV columns are supported:
5560

5661
| Name | Purpose | Optional |
5762
| ------------ | ------------------------------------------------------------ | -------- |

example.csv

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)