Using Zabbix 6.0.13
Steps to reproduce:
Thanks,
Pedro
Steps to reproduce:
- run a shell script which executes every 10 seconds: zabbix_sender -z 127.0.0.1 -s tryhost -k trykey -o 12345
- create host "tryhost"
- inside the host config, create item "tryitem" type "Zabbix trapper" key "trykey" number(unsigned)
- wait a minute. You will notice that no data appears in "latest data"
- I think the steps above should work, however they don't
- delete the created item
- create a new template "trytemplate", inside the template create item "tryitem" type "Zabbix trapper" key "trykey" number(unsigned)
- edit the host and link it to the template "trytemplate"
- wait a minute. Now data appears in "latest data"
Thanks,
Pedro
Comment