E
E
Eugene Karmazin2014-06-18 01:13:33
JavaScript
Eugene Karmazin, 2014-06-18 01:13:33

What is the script (or program) for monitoring the Scheduler?

Such a problem: Java-script is spinning on Windows Server 2008 R2, which restarts this or that service if it fails. These services are responsible for authentication and user session, so "from the bulldozer" or according to the schedule restart is not suitable.
But for some reason the script can suddenly stop and needs to be restarted in the scheduler. Tell me a script, a tool, a program for monitoring the scheduler and its tasks.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Slipeer, 2014-06-18
@Jekarmazin

If you really have a Windows service, then you can configure it to restart on crash without any "crutches" at all.
Otherwise - if you can't make a "script" that doesn't leak or crash - make a script that runs every minute, does checks, restarts services if needed, and exits.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question