TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

84 pointsby talborenalmost 2 years ago
Hey folks! Shahar and Tal from Keep (<a href="https:&#x2F;&#x2F;www.keephq.dev">https:&#x2F;&#x2F;www.keephq.dev</a>) here!<p>For the last few weeks we’ve been building Peeng and can now share our beta with you: <a href="https:&#x2F;&#x2F;www.peeng.sh" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.peeng.sh</a>. Peeng is the easiest and quickest “heartbeat” architecture we could think of. Just pick a subdomain (e.g. x.peeng.sh), configure an interval, an endpoint, and a payload, and hit that subdomain every &lt;X (interval) seconds — If you won’t, Peeng will send an HTTP POST request to your configured endpoint.<p>It’s Pingdom&#x2F;Cronitor&#x2F;heartbeat.sh free alternative (but the other way around and A LOT simpler, with a lot more capabilities), suitable for developers, system administrators, DevOps, and individuals with complex networking situations (think “onprem” or K8s clusters with no inbound). Instead of inbound heartbeat checks — Peeng presents outbound heartbeat checks!<p>Quick demo: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;ZX5mrnMRCwU" rel="nofollow noreferrer">https:&#x2F;&#x2F;youtu.be&#x2F;ZX5mrnMRCwU</a><p>Why we built this:<p>- We needed an easy way to let Keep (<a href="https:&#x2F;&#x2F;github.com&#x2F;keephq&#x2F;keep">https:&#x2F;&#x2F;github.com&#x2F;keephq&#x2F;keep</a>) customers behind closed networks monitor their Keep instance - We needed an easy &amp; quick way to setup monitoring for our cronjobs - We wanted to give people with complex networking situations (e.g. behind a firewall) an easy way to monitor their services&#x2F;processes<p>The beta version lets you:<p>- Create 5 endpoints for free - Configure the endpoint and the payload to be sent when the subdomain is not hit - See the visits (every HTTP GET request to your subdomain) and requests (every HTTP POST sent to your configured endpoint) - Secret header (x-peeng-secret) that confirms requests are made by you<p>What’s next:<p>- A status page that displays your subdomains and their health together with embeddable status blocks that allow you to display the status of an endpoint in your web page (you can also send query params when sending the GET requests that will be included) - Rest API (for subdomain creation, beats retrieval, etc., imagine curl -X POST peeng.sh&#x2F;subdomain -H API_KEY —json {”subdomain”: “hn”, “endpoint”: “<a href="https:&#x2F;&#x2F;..”" rel="nofollow noreferrer">https:&#x2F;&#x2F;xn--ivg</a>, “payload”: {…}}) - Hierarchy-based subdomains that allow you to create a nested heartbeat solution (i.e. dynamically create a heartbeat subdomain under x.peeng.sh → y.x.peeng.sh, z.x.peeng.sh)<p>This is still very early, so we’d love to hear your feedback and opinions. We’re open to any feature request, so just reach out via Intercom :)

22 comments

postmortembeesalmost 2 years ago
Neat! I definitely read the name as &quot;Peeing&quot; and was confused. (Most people parse words using the first few letters and last few letters when they scan.)<p>The blurb on the site was difficult for me to parse, mentally. It&#x27;s wordy and awkward with the negative in there:<p>&gt; Receive an HTTP request whenever your heartbeat endpoint is not pinged for a configured interval of your choice.<p>&quot;Get POSTed when your endpoint stops receiving a ping.&quot; is where I got to after reading your description here, but it&#x27;s sorta unclear what &quot;your endpoint&quot; means (it&#x27;s ambiguous, is it my site&#x27;s endpoint? or my &quot;peeng endpoint&quot;?)
评论 #36764087 未加载
评论 #36760713 未加载
thunfischalmost 2 years ago
A service in a very similar vein is <a href="https:&#x2F;&#x2F;healthchecks.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;healthchecks.io&#x2F;</a> - which also provides a nice perspective on how low-effort the setup for a service with a substantial amount of users can be. <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31488910">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31488910</a><p>The blog also contains a bunch of useful information and guides around the topic, including various unusual configurations (arduino&#x2F;esp8266) as well as information on self-hosting.
评论 #36761244 未加载
TheIronMarkalmost 2 years ago
How does Peeng differentiate between &#x27;pings&#x27; from different services coming from the same IP? Payload? For example, if I wanted to use this for an appserver and db server and both have a NAT gw as the source, would I need to separate Peeng domains or can Peeng operate on the payload?
评论 #36762046 未加载
评论 #36761998 未加载
satvikpendemalmost 2 years ago
So you are basically making a dead man&#x27;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.<p>And definitely change your name, the first thing I though of was pee or peeing, not a good connection to have in people&#x27;s minds.<p>[0] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Dead_man%27s_switch" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Dead_man%27s_switch</a>
评论 #36761799 未加载
评论 #36762321 未加载
评论 #36764428 未加载
jedbergalmost 2 years ago
I&#x27;d suggest your homepage mention a few use cases (like the ones you described above). My first thought when I clicked the link was &quot;What would I ever use this for?&quot;.
评论 #36761299 未加载
rShergoldalmost 2 years ago
This seems like a neat little service.<p>Just a heads up. Here in the UK Peng is slang for sexually attractive.
评论 #36762537 未加载
jaequeryalmost 2 years ago
I been looking for a reverse of pingdom and this post has caught my eye but not sure if it does what I need.<p>I&#x27;m looking specifically for a ping&#x2F;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.<p>Does anyone know of which?
评论 #36760880 未加载
评论 #36766854 未加载
schemescapealmost 2 years ago
I don’t currently need something like this, but I like the simplicity and it seems handy.<p>Tech aside, I’m compelled to say that I don’t like the name. It is one letter off from a bodily function, and the pronunciation is even closer.<p>Edit: the menu button on the landing page doesn’t work for me on iOS.
评论 #36760609 未加载
评论 #36760791 未加载
twelve40almost 2 years ago
I really like this idea, but. I&#x27;ve been thinking about this, and also the fact that Pingdom, etc. seem to consolidate. Is there really a big market for &quot;simple monitors&quot;? If you are small, you probably don&#x27;t care much&#x2F;do it yourself&#x2F;don&#x27;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.
评论 #36767543 未加载
评论 #36769770 未加载
abwizzalmost 2 years ago
the name suffix suggests that it is implemented as a shell script.<p>the homepage does not convey any information about this script or anything else like setup instructions.<p>if i click on the github links in the top row i see a codebase that is supposedly for the server side.<p>i would like to know more but you&#x27;re not making it easy.
评论 #36760920 未加载
评论 #36760963 未加载
cddotdotslashalmost 2 years ago
I understand if the full app experience doesn’t work on mobile, but at least consider allowing mobile visitors to view the landing page. I’d love to check it out, but am on mobile and get a full screen “not supported” banner.<p>Edit: or maybe redirect mobile visitors from peeng.sh to your .dev site.
评论 #36760236 未加载
hummongousalmost 2 years ago
I use a similar service (healthchecks.io) to alert me if my backup jobs haven&#x27;t succeeded in the past 5 days.<p>* rsync photos from phone to NAS (via Termux and Wireguard)<p>* btrfs-send from desktop to NAS<p>* restic from NAS to Backblaze<p>The integration is simple (just a HTTP request) and it notifies me via ntfy.sh and email.
评论 #36769727 未加载
lucb1ealmost 2 years ago
Sounds like <a href="https:&#x2F;&#x2F;deadmanssnitch.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;deadmanssnitch.com</a> with a bigger free plan, or is there a fundamental difference?
评论 #36761807 未加载
XCSmealmost 2 years ago
I use <a href="https:&#x2F;&#x2F;healthchecks.io" rel="nofollow noreferrer">https:&#x2F;&#x2F;healthchecks.io</a>, how is Peeng better?
badcppdevalmost 2 years ago
I like your product but your pricing per endpoint is not what I would choose:<p>10 endpoints - $1 per endpoint per month<p>20 endpoints - $1.5 per endpoint per month<p>30 endpoints - $1.33 per endpoint per month
评论 #36761770 未加载
rozenmdalmost 2 years ago
Congratulations on shipping!<p>It&#x27;s not really clear how this is different to heartbeat monitoring, is it because it uses a subdomain instead of a URL path?
评论 #36760271 未加载
Flemlordalmost 2 years ago
I would sign up if you allowed me to ping a 2nd “check status” endpoint then send the results in the POST.
评论 #36767561 未加载
CodeWriter23almost 2 years ago
Does this tell me more than just cron is running on my site? Like what if my HTTP server has choked?
评论 #36763986 未加载
评论 #36765185 未加载
评论 #36763960 未加载
talborenalmost 2 years ago
we&#x27;re now available at <a href="https:&#x2F;&#x2F;www.gnip.io" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.gnip.io</a> (or gnip.app or gnip.dev)
YetAnotherNickalmost 2 years ago
Why are you hacking browser scrolling on your landing page?
评论 #36762069 未加载
fb03almost 2 years ago
&lt;body&gt; &lt;ping&gt; &lt;&#x2F;body&gt;
danscanalmost 2 years ago
&quot;peeng&quot;, &quot;pee-pee-df&quot; what is going on on HN the past few days?
评论 #36765008 未加载
评论 #36765345 未加载