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:
Best regards,
Victor
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:
Code Select
Action = System.Shutdown:/sbin/halt
Action = System.Restart:/sbin/reboot
Best regards,
Victor