Show HN: Peeng – like Pingdom, but the other way around and simpler
21–30 of 79 posts
Re: Show HN: Peeng – like Pingdom, but the other way around and simpler
#22Re: Show HN: Peeng – like Pingdom, but the other way around and simpler
#23A service in a very similar vein is https://healthchecks.io/ - which also provides a nice perspective on how low-effort the setup for a service with a substantial amount of users can be. https://news.ycombinator.com/item?id=31488910 The blog also contains a bunch of useful information and guides around the topic, including various unusual configurations (arduino/esp8266) as well as information on self-hosting.
Re: Show HN: Peeng – like Pingdom, but the other way around and simpler
#24I'd suggest your homepage mention a few use cases (like the ones you described above). My first thought when I clicked the link was "What would I ever use this for?".
Re: Show HN: Peeng – like Pingdom, but the other way around and simpler
#25And definitely change your name, the first thing I though of was pee or peeing, not a good connection to have in people's minds.
Re: Show HN: Peeng – like Pingdom, but the other way around and simpler
#26Re: Show HN: Peeng – like Pingdom, but the other way around and simpler
#2710 endpoints - $1 per endpoint per month
20 endpoints - $1.5 per endpoint per month
30 endpoints - $1.33 per endpoint per month
Re: Show HN: Peeng – like Pingdom, but the other way around and simpler
#28I like your product but your pricing per endpoint is not what I would choose: 10 endpoints - $1 per endpoint per month 20 endpoints - $1.5 per endpoint per month 30 endpoints - $1.33 per endpoint per month
Re: Show HN: Peeng – like Pingdom, but the other way around and simpler
#29Re: Show HN: Peeng – like Pingdom, but the other way around and simpler
#30So you are basically making a dead man's switch, it seems [0]. However, why should I send requests to you rather than you pinging me? It saves on your server costs, sure, but it can be more of a hassle for me as the developer when I just want to know if my service is up. And definitely change your name, the first thing I though of was pee or peeing, not a good connection to have in people's minds. [0] https://en.wiki…
DMS is useful for stuff like crons where you're trying to monitor an event that happened rather than whether a service is online. No way to ping a cronjob from the outside world, but the cron can report that it ran successfully