Page 1 of 1

Best way to track when SFS is down and restart it

Posted: 21 Aug 2015, 13:10
by florianbrochard
Hi,
I'm running SFS1.6 on Linux.
I'd like to automaticly track when SFS crash and auto restart it to prevent my user long unavailability time (at night for example)
Do you have some advice or a solution already available ?
Or a thread already talking about it, I wasn't able to find one with search engine.

Thanks,
Florian

Re: Best way to track when SFS is down and restart it

Posted: 21 Aug 2015, 14:34
by Lapo
Hi,
you could write a small client that attempt to connect, then login into a Zone (maybe a dedicated one, just for monitoring).
If any of the two operations fails you could have the client send you a warning via email, sms and such...

The app could be running the test every 20, 60, X minutes. A good candidate would be a Java or C# client, using the relative API.

hope it helps