{"id":913,"date":"2019-08-01T06:00:34","date_gmt":"2019-08-01T06:00:34","guid":{"rendered":"http:\/\/buklijas.info\/blog\/?p=913"},"modified":"2019-07-31T18:22:02","modified_gmt":"2019-07-31T18:22:02","slug":"http-ping","status":"publish","type":"post","link":"http:\/\/buklijas.info\/blog\/2019\/08\/01\/http-ping\/","title":{"rendered":"HTTP ping"},"content":{"rendered":"
Published on:<\/strong> 01.08.2019<\/p>\n ping<\/a> is a great tool to check if some computer<\/strong>\/server\/router\/camera (any IP addressable device) is online<\/strong>.<\/p>\n For me, it is useful when restarting the virtual machine and using ping with -t flag for constant checking<\/strong> when a machine is online so that I can check if everything is working as it should.<\/p>\n Just to get some context, at that time one of my responsibility was for 120 virtual machines in one organization.<\/p>\n Some virtual machine where web servers, although ping was useful for me to know when a machine is back online, but would be more useful is to know when the web-page is online<\/strong>.<\/p>\n That got me thing, that it would be great if I had some kind of ping for HTTP<\/strong>.<\/p>\n Luckily it exists and it is called httping<\/a>.<\/p>\n If you use Chocolatey<\/a> installation is easy with From my experience httping is working fine, as expected<\/strong>.<\/p>\n Only issues that I have found is that often web server is online, even a few minutes before the web-page that I need is online.<\/p>\n This is not a problem of httping, normally web-server is online before the web-page<\/strong>, especially is web-page is some complex web application.<\/p>\n Next step would be to find some httping tool with grep capability<\/strong>.<\/p>\n I could build that toll myself probably in a few hours (with Python<\/a>), but currently, there is no cost-benefit<\/a> for my use-case.<\/p>\n If you know some tool with those features, feel free to leave a comment.<\/p>\n","protected":false},"excerpt":{"rendered":" Published on: 01.08.2019 ping is a great tool to check if some computer\/server\/router\/camera (any IP addressable device) is online. For me, it is useful when restarting the virtual machine and using ping with -t flag for constant checking when a machine is online so that I can check if everything is working as it should. […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false},"categories":[27],"tags":[61,60],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"yoast_head":"\nchoco install httping<\/code>.<\/p>\n