You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-19Lines changed: 8 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ You can find the latest versions for the respective Zabbix releases on the [Gith
20
20
21
21
## Installation
22
22
23
-
For Debian and Ubuntu server, the Zabbix Frontend modules are usually placed in ``/usr/share/zabbix/modules/``.
23
+
For Debian and Ubuntu server, the Zabbix Frontend modules are usually placed in ``/usr/share/zabbix/modules/`` (up to Zabbix 7.0) or ``/usr/share/zabbix/modules/ui/`` (Zabbix 7.2 and newer).
24
24
25
-
Copy the folder `modules/csv-host-importer` to `/usr/share/zabbix/modules/csv-host-importer` on the Zabbix frontend web server.
25
+
Copy the folder `modules/csv-host-importer` to `/usr/share/zabbix/modules/csv-host-importer`or `/usr/share/zabbix/modules/ui/csv-host-importer`on the Zabbix frontend web server, depending on the Zabbix version.
26
26
27
27
**Note:** If you're using Zabbix 6.2 or 6.0, you'll need to remove `manifest.json` and rename `manifest.v1.json` to `manifest.json`.
28
28
@@ -33,7 +33,6 @@ Then go to `Administration`, `General`, `Modules`, click `Scan directory` and en
33
33
Once the frontend module is activated, a new menu entry `Host CSV Importer` should appear under `Configuration` (6.0, 6.2) or `Data collection` (6.4+).
34
34
35
35
Here's an example of two hosts: the first one with Zabbix agent and another with an SNMPv2 agent:
example1;Example Host Agent;First host group, second host group;Linux by Zabbix agent;127.0.0.1;localhost;;;;Example Zabbix Agent host
@@ -52,10 +51,8 @@ The following CSV columns are supported:
52
51
| HOST_TAGS | List of host tags, separated by a '\|'. The tag format can be either be ``tag name`` (empty value) or ``tag name=tag value``. ||
53
52
| HOST_MACROS | List of host macros, separated by a '\|'. The macro format can be either be ``{$MACRONAME}`` (empty value) or ``{$MACRONAME}=macro value``. ||
54
53
| PROXY | Name of the proxy that should monitor the host. ||
55
-
| PROXY_GROUP | Name of the proxy group assigned to the host. (Zabbix 7+) ||
56
-
| PROXY_GROUP | Name of the proxy group that should monitor the host. (from Zabbix 7.0) |
57
-
| STATUS | Host enable status 0 - (default) monitored host 1 - unmonitored host. | 0 |
58
-
| TEMPLATES | List of template names to assign to the host, separated by a '\|'. Templates must exist with the specified name.||
54
+
| PROXY_GROUP | Name of the proxy group assigned to the host. (Zabbix 7+) ||
55
+
| TEMPLATES | List of template names to assign to the host, separated by a '\|'. Templates must exist with the specified name. ||
59
56
| AGENT_IP | Interface: Zabbix Agent IP address. ||
60
57
| AGENT_DNS | Interface: Zabbix Agent DNS name. ||
0 commit comments