This is a small yet efficient Python script that can be fully customised to check multiple web applications for their online status. The check is performed by issuing a socket connect, if the socket is open (i.e., no connection exception is returned) then the application is deemed as available. Script can be customised to check multiple hosts:ports and at a customisable frequency.