-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Major
-
None
-
Affects Version/s: 2.4.5
-
Component/s: Frontend (F)
-
None
-
Environment:Red Hat Enterprise Linux Server release 6.6 (Santiago)
We developed a script which collect data, that data are used later in a discovery. The problem is that data have accent marks, we checked that the script collects correctly these data but in Zabbix Frontend appear with weird characters and in the data base are written bad as well.
for example, if I run the following script we can see the characters correctly
powershell.exe -NoLogo -ExecutionPolicy ByPass -File "C:\Program Files\Zabbix Agent\scripts\AServerV3ServiceDiscovery.ps1" { "{#SERVICENAME}":"Telefé-PPIPSD Main", "}
but in the item in the frontend appear like Telef?-PPIPSD instead Telefé-PPIPSD so we can't use de macro {#SERVICENAME} corretly.
many thanks