top | item 3528018

Was it up?-service is now offline.

31 points| jrnkntl | 14 years ago |wasitup.com | reply

21 comments

order
[+] hahla|14 years ago|reply
Unfortunately it seems like its become the "it" thing to close down web services. I don't understand why people don't opt to sell the sites instead? It might not make you rich, but hopefully you'll find the right buyer that will keep it alive for all of your current visitors. Website buying and selling has become very easy over the years. List it yourself on a marketplace or if that seems like a daunting task there are numerous website brokers who would be glad to find the right buyer for you.
[+] uggedal|14 years ago|reply
Selling is not an option for me. This service was offered for free for over 2 years[1]. If you rely on free services things like this happen all the time.

As I've mentioned elsewhere: if time permits I'll have a go at re-launching with a new back-end and subscriptions (hopefully Stripe will be available in Europe soon) for the most heavy users.

[1]: http://news.ycombinator.com/item?id=886875

[+] ck2|14 years ago|reply
Wrote my own website monitor in a couple hours

http://i.imgur.com/oQh8V.png

Not that hard to do if you have access to multiple servers to monitor each other, it's a good coding exercise.

Just use curl and grab all the curl_getinfo results, including the dns resolve time to the firstbyte time to the page size and page transfer speed/time.

Log it, graph it, and if you get a bad result, email yourself an alert.

Don't forget to exclude the polling server from your stats!

[+] kayluhb|14 years ago|reply
This is a big bummer to me. I asked Eivind if he is going to open source the site, and he said he will try, but he needs to write documentation as well as clean up the current release. Hopefully that will happen sooner than later. wasitup was so much easier to sign up for than any other service I've used.
[+] jrnkntl|14 years ago|reply
Anybody know of any decent, reasonably priced, alternatives?
[+] tlianza|14 years ago|reply
Assuming from the name this was a monitoring app: 1) http://mon.itor.us/ has a free version, and it's decent but very infrequent (ex. 30 minutes) 2) NewRelic RPM has ping-based monitoring included in even their free plan (and it's ping interval is much more agressive).
[+] swah|14 years ago|reply
Can't this be run from a 4 usd/mo vps?
[+] uggedal|14 years ago|reply
More like 9 20 USD/mo VPSes for the amount of sites I had and frequency of checking (and double-checking on failure). Some optimizations could have been done with regards to the implementation (moving from Python to Go/C which I have a POC of).
[+] dreur|14 years ago|reply
What would be a cost efficient way of doing the same? Any ideas?