Hi,
I am trying to publish metric to Zabbix server using Zabbix sender.
I am on Zabbix 3.4
The command I am running is as follows:
Code:
zabbix_sender -vv -z zabbix-svr -s "zabbix-svr" -k db.connections1 -o 43
Code:
zabbix_sender [15607]: DEBUG: answer [{"response":"success","info":"processed: 0; failed: 1; total: 1; seconds spent: 0.000028"}]
info from server: "processed: 0; failed: 1; total: 1; seconds spent: 0.000028"
sent: 1; skipped: 0; total: 1
Also Attaching screenshot of how my host is configured in the zabbix gui
Not sure where I am going wrong.
Comment