Zabbix Trapper item having Text type works perfectly in Zabbix v. 1.4.4.
But after upgrade to 1.6.1 Zabbix shows empty values for items, which have Text type of information. It's strange, because it still works for items, which have Str type of information, even after upgrade to 1.6.1.
For example:
1. Zabbix Trapper Item "strHostTraps" have Str type of info. I run this command:
/usr/sbin/zabbix_sender -z192.168.0.1 -p10051 -s"sHostTrapper" -k"strHostTraps" -o"proxy test".
Info from server: "Processed 1 Failed 0 Total 1 Seconds spent 0.026671"
sent: 1; skipped: 0; total: 1
And I can see this value in front-end:
Timestamp Value
2008.Nov.07 13:04:50 proxy test
1. When Zabbix Trapper Item "txtHostTraps" have Text type of info. And after I run this command:
/usr/sbin/zabbix_sender -z192.168.0.1 -p10051 -s"sHostTrapper" -k"txtHostTraps" -o"proxy test".
Info from server: "Processed 1 Failed 0 Total 1 Seconds spent 0.026671"
sent: 1; skipped: 0; total: 1
Sorry, but I can't see this value in front-end - there are empty space:
Timestamp Value
2008.Nov.07 13:05:15
It is strange, because in front-end for this text item I can see older values, which were been perfectly sent and inserted by zabbix 1.4.4. But new received values are empty.
I think this can be bug in server-side (at text value processing stage).
I don't found any info about this problem and create new thread.
Thanks for attention.
But after upgrade to 1.6.1 Zabbix shows empty values for items, which have Text type of information. It's strange, because it still works for items, which have Str type of information, even after upgrade to 1.6.1.
For example:
1. Zabbix Trapper Item "strHostTraps" have Str type of info. I run this command:
/usr/sbin/zabbix_sender -z192.168.0.1 -p10051 -s"sHostTrapper" -k"strHostTraps" -o"proxy test".
Info from server: "Processed 1 Failed 0 Total 1 Seconds spent 0.026671"
sent: 1; skipped: 0; total: 1
And I can see this value in front-end:
Timestamp Value
2008.Nov.07 13:04:50 proxy test
1. When Zabbix Trapper Item "txtHostTraps" have Text type of info. And after I run this command:
/usr/sbin/zabbix_sender -z192.168.0.1 -p10051 -s"sHostTrapper" -k"txtHostTraps" -o"proxy test".
Info from server: "Processed 1 Failed 0 Total 1 Seconds spent 0.026671"
sent: 1; skipped: 0; total: 1
Sorry, but I can't see this value in front-end - there are empty space:
Timestamp Value
2008.Nov.07 13:05:15
It is strange, because in front-end for this text item I can see older values, which were been perfectly sent and inserted by zabbix 1.4.4. But new received values are empty.
I think this can be bug in server-side (at text value processing stage).
I don't found any info about this problem and create new thread.
Thanks for attention.
Comment