1. Windows agent
1.1 agent config
Action = Test2:c:\Test2.bat (echo test2 >> c:\test2.txt)
1.2 Event OK
1.3 "test2.txt" generated Ok. (Works fine.)
2. Linux agent
2.1 agent config
Action=Test1:/root/test1.sh (echo test1 >> c:\test1.txt)
2.2 Event OK.
2.3 "test1.txt" not generated.
What's wrong?
Need helps.
Thanks.
			
			
			
				After change "Action" to "ActionShellExec", works fine.
Thanks.