Live data from Hacker News

Show HN: Peeng – like Pingdom, but the other way around and simpler

peeng.sh

61–70 of 79 posts

Re: Show HN: Peeng – like Pingdom, but the other way around and simpler

#62

Does this tell me more than just cron is running on my site? Like what if my HTTP server has choked?

Maybe like this, with HTTPie?

    http --check-status GET localhost/health && https GET example.peeng.sh
The point being that your internal healthcheck endpoint isnt exposed publicly.

https://httpie.io/docs/cli

Re: Show HN: Peeng – like Pingdom, but the other way around and simpler

#65
post #45

Earlier quoted context omitted.

Whilst it can be used that way, peng more broadly means something is generally attractive / appealing / impressive. It doesn’t necessarily have sexual connotations.

wdyt about gnip (reversed ping) as an alternative to peeng?

Or "Gneep" maybe

Re: Show HN: Peeng – like Pingdom, but the other way around and simpler

#66

I been looking for a reverse of pingdom and this post has caught my eye but not sure if it does what I need. I'm looking specifically for a ping/heartbeat service to observe our long-running process scripts, where I will make an HTTP request to it every x interval so I know that the background script is still alive. Does anyone know of which?

Cronitor

Re: Show HN: Peeng – like Pingdom, but the other way around and simpler

#67
I really like this idea, but. I've been thinking about this, and also the fact that Pingdom, etc. seem to consolidate. Is there really a big market for "simple monitors"? If you are small, you probably don't care much/do it yourself/don't want to pay. The moment you grow bigger, you have many more comprehensive options available to you like Sentry, Datadog, PD, etc. that offer not only uptime alerts but all kinds of other stuff for a range of budgets.

Re: Show HN: Peeng – like Pingdom, but the other way around and simpler

#68

I really like this idea, but. I've been thinking about this, and also the fact that Pingdom, etc. seem to consolidate. Is there really a big market for "simple monitors"? If you are small, you probably don't care much/do it yourself/don't want to pay. The moment you grow bigger, you have many more comprehensive options available to you like Sentry, Datadog, PD, etc. that offer not only uptime alerts but all kinds of…

true. the way we see it is that we will few use cases with very good UX, and the second thing is to build integrations to all other tools. think of status page that is integrated with all of your observability tools + you can add your own checks.

Re: Show HN: Peeng – like Pingdom, but the other way around and simpler

#70

I really like this idea, but. I've been thinking about this, and also the fact that Pingdom, etc. seem to consolidate. Is there really a big market for "simple monitors"? If you are small, you probably don't care much/do it yourself/don't want to pay. The moment you grow bigger, you have many more comprehensive options available to you like Sentry, Datadog, PD, etc. that offer not only uptime alerts but all kinds of…

true. the way we see it is that we will few use cases with very good UX, and the second thing is to build integrations to all other tools. think of status page that is integrated with all of your observability tools + you can add your own checks.

awesome, good luck!
Post reply on HN