I am running an external script on my zabbix server "Zabbix 3.4.3." and it works just fine returning a Numeric (unsigned).
I copied the scripts over to my proxy server.
When I move the host to my proxy server it appears the proxy returns a string.
> "5335" of type "string" is not suitable for value type "Numeric (unsigned)"
How do I fix this. the function is .diff(0)}=1 which I am sure it will not work with strings.
Or can I only run this on the main server?
I copied the scripts over to my proxy server.
When I move the host to my proxy server it appears the proxy returns a string.
> "5335" of type "string" is not suitable for value type "Numeric (unsigned)"
How do I fix this. the function is .diff(0)}=1 which I am sure it will not work with strings.
Or can I only run this on the main server?
Comment