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
I am facing a problem when I export template items into a CSV file.
Zabbix command-line interface: v2.2.1
Zabbix Version: v4.4.7
Template : official (Template OS Windows by Zabbix agent active).
Here is the command I used:
zabbix-cli -C "show_items \"Template OS Windows by Zabbix agent active\"">template.txt
zabbix-cli -o csv -C "show_items \"Template OS Windows by Zabbix agent active\"">template.csv
zabbix-cli -o json -C "show_items \"Template OS Windows by Zabbix agent active\"">template.json
Hi!
First of all, thank you for this great tool!
I am facing a problem when I export template items into a CSV file.
Zabbix command-line interface: v2.2.1
Zabbix Version: v4.4.7
Template : official (Template OS Windows by Zabbix agent active).
Here is the command I used:
Here are the exported files:
https://paste.debian.net/1141865/ (txt)
https://paste.debian.net/1141864/ (csv)
https://paste.debian.net/1141863/ (json)
Only the json export seems to work.
The same happens when "piping" the output into less for instance:
Without redirection in a file (or using a pipe), the export works perfectly on all the output formats.
I can't understand if
Any help really appreciated!
The text was updated successfully, but these errors were encountered: