<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nandu S S</title>
    <description>The latest articles on DEV Community by Nandu S S (@nandu_ss_).</description>
    <link>https://dev.to/nandu_ss_</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4119703%2F30d9d354-a3ea-47b7-978b-5307aa7a1701.jpg</url>
      <title>DEV Community: Nandu S S</title>
      <link>https://dev.to/nandu_ss_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nandu_ss_"/>
    <language>en</language>
    <item>
      <title>I built a dashboard that watches cron jobs, SSL certs, and domain expiry so I don't find out from a client</title>
      <dc:creator>Nandu S S</dc:creator>
      <pubDate>Thu, 10 Sep 2026 17:21:20 +0000</pubDate>
      <link>https://dev.to/nandu_ss_/i-built-a-dashboard-that-watches-cron-jobs-ssl-certs-and-domain-expiry-so-i-dont-find-out-from-a-1o11</link>
      <guid>https://dev.to/nandu_ss_/i-built-a-dashboard-that-watches-cron-jobs-ssl-certs-and-domain-expiry-so-i-dont-find-out-from-a-1o11</guid>
      <description>&lt;p&gt;Three unrelated things kept breaking the same way: a cron job's entry gets silently dropped in a server migration, a Let's Encrypt renewal hook fails quietly, or a domain bought years ago for a side project expires and takes a live site down with it. Nobody notices until a client does.&lt;/p&gt;

&lt;p&gt;So I built Keepalive, one dashboard that watches all three:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cron jobs: each one gets a unique check-in URL to call on success. Miss the expected schedule, get an alert.&lt;/li&gt;
&lt;li&gt;SSL certificates: checked on a schedule, flagged before they expire, not after.&lt;/li&gt;
&lt;li&gt;Domain registration: same idea, via WHOIS.&lt;/li&gt;
&lt;li&gt;Alerts: email, Slack, or a generic webhook, fired on any status change, including recovery, not just failure.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stack: FastAPI + SQLite + APScheduler, deliberately boring, one process, no queue, no separate worker. Deployed on Fly.io.&lt;/p&gt;

&lt;p&gt;It's free to try, no card required: &lt;a href="https://keepalive-nandu.fly.dev" rel="noopener noreferrer"&gt;https://keepalive-nandu.fly.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would genuinely value feedback from anyone managing a handful of client sites or scheduled jobs, what's missing, what's confusing, what you'd actually pay for.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>showdev</category>
      <category>python</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
