Threshold and auto action...

Started by sushizang, June 12, 2009, 07:27:58 AM

Previous topic - Next topic

sushizang

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.

sushizang

After change "Action" to "ActionShellExec", works fine.

Thanks.