how to check the current status of server(up/down) from my rails application . If server become down,and many users are logined, I need to perform some actions.
how to check the current status of server(up/down) from my rails application . If
Share
ping is really easy in ruby, maybe someone with some more rails experience can give more related info though.
Ping can also take in a timeout default is 5 and a port.