Uptime checking software for VPS

Hi I am using a cloud server to execute my trades and it seems that there has been some disconnection lately. Normally my IB TWS will disconnects and connects again when connection is back ON. However I suspect when the disconnection happens too many times TWS does not connect again and freezes.

Is there any software that could be installed onto the server and monitors the server uptime?
 
Hi I am using a cloud server to execute my trades and it seems that there has been some disconnection lately. Normally my IB TWS will disconnects and connects again when connection is back ON. However I suspect when the disconnection happens too many times TWS does not connect again and freezes.

Is there any software that could be installed onto the server and monitors the server uptime?

Microsoft's Azure platform has pretty good monitoring built in.
 
This is interesting. Most of the time network uptime is monitored from the outside world to see if your server is available, but you want to monitor it from the inside.

For external availability, something like Pingdom is good.

For monitoring from inside the server, New Relic's server monitoring will alert you when your server hasn't been reporting for 5 minutes.

If you want something less than 5 minutes, I'm sure Nagios, the industry standard server monitoring tool, will do it. Good luck setting it up though. =)
 
Back
Top