PDA

View Full Version : check_port in Win32


jmelus
23-09-2004, 20:46
Hi !!!

I have been trying to use check_port[22,192.168.1.1] in Windows. When the host or the port is down, the agent never return any value.

Is there any error in the function in Win32 ???


Thanks.

Jorge

Alexei
23-09-2004, 21:01
Parameter check_port
is not supported by Win32 agent according to ZABBIX documentation. See http://www.zabbix.com/manual_config_items.php for more details.

inhayn
23-09-2004, 21:25
Use this:
tcp,<port>. (Simple check - without agents)

Perhaps this helps.

inhayn

jmelus
23-09-2004, 21:44
Ok, thanks.

Somebody have modified the function to allow the use of check_port with another host in Win32?

If nobody have modified it I will write two functions:
check_port to other hosts
icmpping to other hosts

I need to do pings from one host that has the agent installed, but the zabbix server can't access to the end host.

Jorge

bbrendon
15-02-2006, 04:07
Use this:
tcp,<port>. (Simple check - without agents)

Perhaps this helps.

inhayn

Is this really suppose to work? I just tried it. The port responds when i telnet to it but tcp,port is giving me a 0. i'm using zabbix 1.1b6.

safl
15-02-2006, 11:39
tcp,port doesn't work in beta6, i've tried to make people aware of this, in this thread:

http://www.zabbix.com/forum/showthread.php?t=2150

But no replies. But the "simple check", "tcp, port" does not work.