Hello Zabbix forum!
I have the following running:
Server1: executes a webscenario that shows a trigger when fails. When it fails it also runs an action that executes the following:
system.run[C:\commands\this.bat]
this command should execute on Server2 but it doesnt, when the trigger pops up the action shows:
SERVER2:system.run[C:\commands\this.bat] Sent but nothing happend on Server2.
Batch contents:
@echo off
mkdir c:\commands\newdirectory
SERVER2 has windows server 2012 running and the agent has EnableRemoteCommands=1 enabled
Any ideas why this fails?
I have the following running:
Server1: executes a webscenario that shows a trigger when fails. When it fails it also runs an action that executes the following:
system.run[C:\commands\this.bat]
this command should execute on Server2 but it doesnt, when the trigger pops up the action shows:
SERVER2:system.run[C:\commands\this.bat] Sent but nothing happend on Server2.
Batch contents:
@echo off
mkdir c:\commands\newdirectory
SERVER2 has windows server 2012 running and the agent has EnableRemoteCommands=1 enabled
Any ideas why this fails?
Comment