NetXMS Support Forum

English Support => General Support => Topic started by: Nikita Matov on April 15, 2008, 03:32:47 PM

Title: Remote node manipulation.
Post by: Nikita Matov on April 15, 2008, 03:32:47 PM
Hello, Victor.

How can I allow NetXMS agent to restart or shutdown remote nodes? When I look at agent supported actions in console it returns only agent.restart.
Title: Re: Remote node manipulation.
Post by: Victor Kirhenshtein on April 15, 2008, 06:42:32 PM
Hi!

Built-in actions System.Shutdown and System.Restart only available on Windows platform. On UNIX'es, you should define them manually in nxagentd.conf like this:


Action = System.Shutdown:/sbin/halt
Action = System.Restart:/sbin/reboot


Best regards,
Victor