when I want to use
then it tell me ZBX_NOTSUPPORTED: Unsupported item key.
but when i use
it can return 1.
i have changed the
and change the fpinglocation in the zabbix_server.conf
so how can i use the item zabbix[] and icmpping[]
Code:
shell>./zabbix_get -s 127.0.0.1 -k zabbix[queue]
Code:
shell>./zabbix_get -s 127.0.0.1 -k icmppingsec[8.8.8.8,10,200,32,1000,avg1]
but when i use
Code:
shell> ./zabbix_get -s 127.0.0.1 -k net.tcp.service[http,127.0.0.1,80]
i have changed the
Code:
shell> chown root:zabbix /usr/local/sbin/fping
Code:
shell> chmod 4710 /usr/local/sbin/fping
so how can i use the item zabbix[] and icmpping[]
Comment