Hello , I have prepared a PS1 script that sends information to zabbix (zabbix_trapper) but I faced the following issue.
When I ran the script on the local Windows host I got this ("test" is the machine hostname):

But when I ran Zabbix_get command from the Zabbix server I got this:
zabbix_sender [2824]: Warning: incorrect answer from "10.100.100.20:10050": [{"version":"7.0.0","error":"unknown request "sender data""}]
Do you know why Zabbix server does not display the machine hostname and how I can fix the problem?
When I ran the script on the local Windows host I got this ("test" is the machine hostname):
But when I ran Zabbix_get command from the Zabbix server I got this:
zabbix_sender [2824]: Warning: incorrect answer from "10.100.100.20:10050": [{"version":"7.0.0","error":"unknown request "sender data""}]
Do you know why Zabbix server does not display the machine hostname and how I can fix the problem?
Comment