Hello,
First of all - thank you for this great software - currently testing v1.2.8 with 1 server, 1 agent and 1 console on the same VM (Centos6)
I've 2 questions:
a. in my agent's config i have Action= test.pwd:init 6 , so i'd expect a restart as soon as that action is executed on the agent's machine. In Object Tools I have an action called Action &agent with Agent's action = test.pwd I've allowed Everyone to run this command. When I run it I get "Action test.pwd executed successfully on node localhost.localdomain", however it is not restarting the box. What am I missing ?
b. Some time ago (https://www.netxms.org/forum/configuration/how-can-i-restart-remote-process-automatically/) sushizang asked how to retrieve the output of a command executed by an agent. Has anything changed since then ?
Best Regards
			
			
			
				Hi!
1. init problem is very interesting. I repeat same problem on Debian 6. Strange enough, giving full path to init binary solved it:
Action= test.pwd:/sbin/init 6
works fine.
2. Actions with output still not implemented.
Best regards,
Victor
			
			
			
				Thank you for the quick answer. I was able to replicate #1 and I guess I'll have to live with #2. 
Do you have anything planned for #2 ?
Best Regards