Hello
I am trying to run a simple script that returns a number, the number is how many windows updates are available on that machine. The script works fine when run on the machine, the share is available as read-only to everyone etc.. However, zabbix refuses to run it, and I'm getting so frustrated because I dont get any whatsoever information about WHY...
3016:20130704:142045.248 Active check [system.run[%systemroot%\system32\cscript.exe /nologo \\servername\checkwindowsupdates$\windowsupdateche ck.vbs]] is not supported. Disabled.
I see the above line in the agent log, and that's all. The item is then set to "not supported".
I tried enclosing the command in "". I even tried to do a simple "dir c:" as the command, and it gave the same error.
What is the correct way of troubleshooting this error? What am I doing wrong?
I am trying to run a simple script that returns a number, the number is how many windows updates are available on that machine. The script works fine when run on the machine, the share is available as read-only to everyone etc.. However, zabbix refuses to run it, and I'm getting so frustrated because I dont get any whatsoever information about WHY...
3016:20130704:142045.248 Active check [system.run[%systemroot%\system32\cscript.exe /nologo \\servername\checkwindowsupdates$\windowsupdateche ck.vbs]] is not supported. Disabled.
I see the above line in the agent log, and that's all. The item is then set to "not supported".
I tried enclosing the command in "". I even tried to do a simple "dir c:" as the command, and it gave the same error.
What is the correct way of troubleshooting this error? What am I doing wrong?