hi!
I'm a total Zabbix beginner so please excuse this question if it is too simple. During evaluation of zabbix, I've got the VMWare appliance running. So I set up a host, set up a host group, created an application and created a zabbix trapper item (numeric).
When I use zabbix_sender (from the shell) to submit a value, the -vv Option returns ok. But no data is shown in "Latest data" within Zabbix nor when I create a graph based on the item.
Any ideas?
Thanks a lot in advance for any help or suggestion!
Vali
I'm a total Zabbix beginner so please excuse this question if it is too simple. During evaluation of zabbix, I've got the VMWare appliance running. So I set up a host, set up a host group, created an application and created a zabbix trapper item (numeric).
When I use zabbix_sender (from the shell) to submit a value, the -vv Option returns ok. But no data is shown in "Latest data" within Zabbix nor when I create a graph based on the item.
Any ideas?
Code:
linux-yd68:/etc/zabbix # zabbix-sender -vv -z localhost -p 10051 -s kunde1 -k key1 -o 1
zabbix-sender [4184]: DEBUG: answer [{"response":"success","info":"processed: 1; failed: 0; total: 1; seconds spent: 0.000028"}]
info from server: "processed: 1; failed: 0; total: 1; seconds spent: 0.000028"
sent: 1; skipped: 0; total: 1
Vali

Comment