Skip to content

Commit

Permalink
[DOC] Embedded example.csv, updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
intellitrend-team committed Mar 14, 2022
1 parent 344c1f5 commit 88ab534
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This software is licensed under the GNU Lesser General Public License v3.0.

## Requirements

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

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

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

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.
Here's an example of two hosts: the first one with Zabbix agent and another with an SNMPv2 agent:
```
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
```

Here is a list of supported CSV columns:
The following CSV columns are supported:

| Name | Purpose | Optional |
| ------------ | ------------------------------------------------------------ | -------- |
Expand Down
3 changes: 0 additions & 3 deletions example.csv

This file was deleted.

0 comments on commit 88ab534

Please sign in to comment.