I'm using an SMTP agent that returns a negative value integer. No matter what I do, Zabbix destroys it. It looks like it is parsed as a signed integer, then forever treated as unsigned. If I take the value Zabbix displays and subtract 2^64 (18446744073709551616) I get back the original value, only positive instead of negative.
Using Zabbix 1.4.
Using Zabbix 1.4.
Comment