hi colleagues,
last week I installed zabbix (version 1.6.5) on OpenSuse 11.1 and now there is one server (runnin server and agentd daemons) and one client with an agentd to learn more about zabbix.
When I read in the forum I saw some hints about zabbix_get.
And therefore I tried it :
---------------
/usr/local/zabbix/sbin/zabbix_get -s 127.0.0.1 -p 10050 -k"vfs.fs.size[/,free]"
----------------
But I got no return value from the command "zabbix_get"
After RETURN I got only an empty line (zabbix account) and the command prompt (root account) respectively
In the WEB interface I can see the values.
Is there some who knows of the problem.
regards, Kai
last week I installed zabbix (version 1.6.5) on OpenSuse 11.1 and now there is one server (runnin server and agentd daemons) and one client with an agentd to learn more about zabbix.
When I read in the forum I saw some hints about zabbix_get.
And therefore I tried it :
---------------
/usr/local/zabbix/sbin/zabbix_get -s 127.0.0.1 -p 10050 -k"vfs.fs.size[/,free]"
----------------
But I got no return value from the command "zabbix_get"
After RETURN I got only an empty line (zabbix account) and the command prompt (root account) respectively
In the WEB interface I can see the values.
Is there some who knows of the problem.
regards, Kai
Comment