PDA

View Full Version : Zbx_notsupported


leoh
12-10-2005, 13:58
Scenario:

1 - zabbixw32 installed and started on a win2000. Service running
2 - conf file altered to point to server IP address
3 - verification of conf file shows no error
4 - telnet on the windows 10000 port

leo@basura:~$ telnet 192.168.0.100 10000
Trying 192.168.0.100...
Connected to 192.168.0.100.
Escape character is '^]'.
system[procload]
ZBX_NOTSUPPORTED
Connection closed by foreign host.


No command works under my windows box. I have the same problem with winXP.
There is no firewall running.

elkor
12-10-2005, 20:06
I'm not entirely sure that it is supposed to reply to queries like that to begin with, if it did there would be no real need for zabbix_get.

for instance, I tried this on my working unix servers and got the same results you did.

I would try to pull information from the agent using zabbix_server or zabbix_get and post those results.

leoh
12-10-2005, 21:19
Thank you. I was using version 1.0 that has no zabbix_get binary. Probably, doing a simple telnet on port 10000 sends some trash (carriage return, etc) together with the comand.

I downloaded zabbix beta1 and with zabbix_get compiled the agent proved to work on windows.

Thank you again.

elkor
12-10-2005, 21:20
no problem, glad I could help.