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.
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