I have my server configured and a solaris host setup to run zabbix_agentd. when I run zabbix_get from the server, i get a return, but no data in the return string. I have tried several different items as listed in the manual, but still only get empty strings.
When I run the zabbix_get on my client it returns a value.
[root@zabbix-slc sbin]# zabbix_get -s 10.44.XX.XX -p 10050 -I <zabbix-slc> -k "kernel.maxproc"
[root@zabbix-slc sbin]#
barney:>tail /tmp/zabb*
389:20090914:083652 zabbix_agentd started. ZABBIX 1.4.6.
393:20090914:083652 zabbix_agentd collector started
394:20090914:083652 zabbix_agentd listener started
395:20090914:083652 zabbix_agentd active check started [10.44.XX.XX:10051] <== Client IP
barney:>zabbix_get -s 10.44.XX.XX -p 10050 -k "kernel.maxproc"
16170
When I run the zabbix_get on my client it returns a value.
[root@zabbix-slc sbin]# zabbix_get -s 10.44.XX.XX -p 10050 -I <zabbix-slc> -k "kernel.maxproc"
[root@zabbix-slc sbin]#
barney:>tail /tmp/zabb*
389:20090914:083652 zabbix_agentd started. ZABBIX 1.4.6.
393:20090914:083652 zabbix_agentd collector started
394:20090914:083652 zabbix_agentd listener started
395:20090914:083652 zabbix_agentd active check started [10.44.XX.XX:10051] <== Client IP
barney:>zabbix_get -s 10.44.XX.XX -p 10050 -k "kernel.maxproc"
16170

Comment