<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: 4815162342</title><link>https://news.ycombinator.com/user?id=4815162342</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 20 Sep 2026 23:17:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=4815162342" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by 4815162342 in "Show HN: Sigabrt.dev – cronjob monitor with an SSH TUI"]]></title><description><![CDATA[
<p>Good question! There's no such thing as a "running" task/job at the moment (i.e., a start signal). The closest thing is lengthening the grace period, but that also means that the notification is delayed, so it's not really a solution. This is in the backlog.</p>
]]></description><pubDate>Sun, 20 Sep 2026 18:30:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49778532</link><dc:creator>4815162342</dc:creator><comments>https://news.ycombinator.com/item?id=49778532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49778532</guid></item><item><title><![CDATA[New comment by 4815162342 in "Show HN: Sigabrt.dev – cronjob monitor with an SSH TUI"]]></title><description><![CDATA[
<p>Thanks for the suggestion!<p>There's currently no explicit "fail" ping, as that's not the main use case I care about. It's valid, though, and I've thought about adding it.<p>Being able to pipe logs to curl would also be useful. I'm concerned that people might accidentally send me private/sensitive data, but I'll consider it.</p>
]]></description><pubDate>Sun, 20 Sep 2026 17:34:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49777984</link><dc:creator>4815162342</dc:creator><comments>https://news.ycombinator.com/item?id=49777984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49777984</guid></item><item><title><![CDATA[Show HN: Sigabrt.dev – cronjob monitor with an SSH TUI]]></title><description><![CDATA[
<p>Hello HN. I built this mostly to monitor the things I host myself. I know it's nothing too exciting.<p>Anyway, the TL;DR is: Create an endpoint, and if your script/cronjob fails to regularly ping it, you get notified (by email or ntfy). E.g.:<p><pre><code>    0 * * * * ./script.sh && curl -fsS https://sigabrt.dev/pulse/<id>/beat
</code></pre>
It also has an SSH TUI which is currently experimental and read-only, mostly because I'm not sure whether it is actually useful or just a gimmick :):<p><pre><code>    ssh sigabrt.dev
</code></pre>
To use it, simply add your SSH public key in your account settings.<p>Yes, there are services like this already, and this is minimalistic by comparison. Feedback is welcome.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49765354">https://news.ycombinator.com/item?id=49765354</a></p>
<p>Points: 68</p>
<p># Comments: 31</p>
]]></description><pubDate>Sat, 19 Sep 2026 10:47:59 +0000</pubDate><link>https://sigabrt.dev</link><dc:creator>4815162342</dc:creator><comments>https://news.ycombinator.com/item?id=49765354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49765354</guid></item></channel></rss>