Hi,
I've been playing with Zabbix alot lately. Now i'm working with external scripts for my zabbix agent.
My script works with Zabbix trapper items. My server does not receive this data. I'm sure this script is working fine and the userparameter is set correctly.
Now i've been trying to find a solution. After alot of fixing i did find one unusual thing happening.
My agent does make use of HostnameItem to retrieve the fqdn of my machine.
Whenever i remove the hostnameitem and set a hostname hardcoded, my data does get received by the server.
The way i get the FQDN is just by hostnameitem=system.hostname , while hostname is uncommented. Why does hostnameitem interfere with userparameters?
Thanks in advance.
I've been playing with Zabbix alot lately. Now i'm working with external scripts for my zabbix agent.
My script works with Zabbix trapper items. My server does not receive this data. I'm sure this script is working fine and the userparameter is set correctly.
Now i've been trying to find a solution. After alot of fixing i did find one unusual thing happening.
My agent does make use of HostnameItem to retrieve the fqdn of my machine.
Whenever i remove the hostnameitem and set a hostname hardcoded, my data does get received by the server.
The way i get the FQDN is just by hostnameitem=system.hostname , while hostname is uncommented. Why does hostnameitem interfere with userparameters?
Thanks in advance.
Comment