Remote node manipulation.

Started by Nikita Matov, April 15, 2008, 03:32:47 PM

Previous topic - Next topic

Nikita Matov

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.

Victor Kirhenshtein

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