Windows service restart

Hi, is there any option to automatically restart windows service when they are down or stopped?

Yes, you can create an alert handler script which connects to the host an restart the service.
You may use python with py3winrm or even install Powershell on Linux.

Anyway it is not recommended for security reasons to do it even that it might be convenient. You need to give the remote monitoring user too much rights in your systems.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.