zabbix_get seems to be broken on the 1.3.3 release:
[root@localhost~]# zabbix_get -s 127.0.0.1 -k "agent.ping"
zabbix_get [3934]: Error on gethost(). [Success]
or
[root@localhost ~]# zabbix_get -s 10.250.103.46 -k "agent.ping"
zabbix_get [3947]: Error on gethost(). [Success]
Of course on those two hosts, agent.ping is valid
[root@localhost ~]# zabbix_agentd -t agent.ping
agent.ping [u|1]
[root@localhost~]# zabbix_get -s 127.0.0.1 -k "agent.ping"
zabbix_get [3934]: Error on gethost(). [Success]
or
[root@localhost ~]# zabbix_get -s 10.250.103.46 -k "agent.ping"
zabbix_get [3947]: Error on gethost(). [Success]
Of course on those two hosts, agent.ping is valid
[root@localhost ~]# zabbix_agentd -t agent.ping
agent.ping [u|1]
Comment