Hi!
When an item is triggered my action "remote command" only executes a script on one windows host. I have the same configuration for all hosts. If I execute the script on each local host, it works. My Server is a linux and my hosts are windows.
My conditions:
A) Trigger = "MyTriggerName"
(B) Trigger value = "PROBLEM"
(C) Host template = "MyTemplateHosts"
My remote command:
{HOSTNAME}:C:\Inetpub\AdminScripts\uppools.vbs
{HOSTNAME}:echo It works > C:\tmp\mylog.txt
There is only one entry log on the host that remote command works.
Why my script is only executed on one host?. Also "echo It works > C:\tmp\mylog.txt" only works for one host.
Could it be a permisions problem?.
Could anybody explain how zabbix conects to a windows host and a linux hosts?
When an item is triggered my action "remote command" only executes a script on one windows host. I have the same configuration for all hosts. If I execute the script on each local host, it works. My Server is a linux and my hosts are windows.
My conditions:
A) Trigger = "MyTriggerName"
(B) Trigger value = "PROBLEM"
(C) Host template = "MyTemplateHosts"
My remote command:
{HOSTNAME}:C:\Inetpub\AdminScripts\uppools.vbs
{HOSTNAME}:echo It works > C:\tmp\mylog.txt
There is only one entry log on the host that remote command works.
Why my script is only executed on one host?. Also "echo It works > C:\tmp\mylog.txt" only works for one host.
Could it be a permisions problem?.
Could anybody explain how zabbix conects to a windows host and a linux hosts?
Comment