Hi,
I've been testing zabbix out, and so far am very impressed. Although i have an issue and i wonder if anyone could help me please....
I haev a VBS file set up on a windows 2003 server that checks some of our internal processes. The script returns a number, which i was hoping Zabbix could then do an action on.
Problem is this - when testing locally with zabbix_get i get the following error...
C:\zabbix>zabbix_get.exe -s 127.0.0.1 -k script.test
zabbix_get.exe [2480]: Get value error: ZBX_TCP_READ() failed [An existing connection was forcibly closed by the remote host.]
To check it wasnt my script, i replaced my script with a vbs file that just says "wscript.echo "hello" and i get the same response.
My zabbix_agentd.conf on the win2k3 server has the following...
UserParameter=script.test, cscript c:\zabbix\test.vbs //NOLOGO
Any clues guys?
Cheers,
Tom @ CM2000
I've been testing zabbix out, and so far am very impressed. Although i have an issue and i wonder if anyone could help me please....
I haev a VBS file set up on a windows 2003 server that checks some of our internal processes. The script returns a number, which i was hoping Zabbix could then do an action on.
Problem is this - when testing locally with zabbix_get i get the following error...
C:\zabbix>zabbix_get.exe -s 127.0.0.1 -k script.test
zabbix_get.exe [2480]: Get value error: ZBX_TCP_READ() failed [An existing connection was forcibly closed by the remote host.]
To check it wasnt my script, i replaced my script with a vbs file that just says "wscript.echo "hello" and i get the same response.
My zabbix_agentd.conf on the win2k3 server has the following...
UserParameter=script.test, cscript c:\zabbix\test.vbs //NOLOGO
Any clues guys?
Cheers,
Tom @ CM2000
)
Comment