<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Getting Started on Tenpm Uptime Docs</title><link>https://docs.tenpmuptime.com/docs/getting-started/</link><description>Recent content in Getting Started on Tenpm Uptime Docs</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://docs.tenpmuptime.com/docs/getting-started/index.xml" rel="self" type="application/rss+xml"/><item><title>Creating an account</title><link>https://docs.tenpmuptime.com/docs/getting-started/creating-an-account/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.tenpmuptime.com/docs/getting-started/creating-an-account/</guid><description>&lt;h1 id="creating-an-account"&gt;Creating an account&lt;a class="anchor" href="#creating-an-account"&gt;#&lt;/a&gt;&lt;/h1&gt;&#10;&lt;p&gt;Tenpm Uptime accounts are self-serve: you sign up with just an email address, and&#10;nothing is created until you confirm you own it.&lt;/p&gt;&#10;&lt;h2 id="1-sign-up"&gt;1. Sign up&lt;a class="anchor" href="#1-sign-up"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;ol&gt;&#10;&lt;li&gt;Go to the login page and choose &lt;strong&gt;Create an account&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;li&gt;Enter your email address and submit.&lt;/li&gt;&#10;&lt;/ol&gt;&#10;&lt;p&gt;You&amp;rsquo;ll see the same confirmation either way, whether or not that address&#10;already has an account — this is deliberate, so the page can&amp;rsquo;t be used to&#10;check who else is a Tenpm Uptime customer.&lt;/p&gt;</description></item><item><title>Adding your first monitor</title><link>https://docs.tenpmuptime.com/docs/getting-started/adding-your-first-monitor/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.tenpmuptime.com/docs/getting-started/adding-your-first-monitor/</guid><description>&lt;h1 id="adding-your-first-monitor"&gt;Adding your first monitor&lt;a class="anchor" href="#adding-your-first-monitor"&gt;#&lt;/a&gt;&lt;/h1&gt;&#10;&lt;p&gt;A &lt;strong&gt;monitor&lt;/strong&gt; is the small agent that actually runs your checks. It&amp;rsquo;s a&#10;standalone, open-source binary that you run on your own infrastructure —&#10;a home server, a VPS, a container, wherever you&amp;rsquo;d like your checks to run&#10;from. The Tenpm Uptime server never runs your checks itself; it just hands the&#10;monitor a list of what to check and collects the results back.&lt;/p&gt;&#10;&lt;p&gt;Because the monitor runs on hardware you control, it can reach targets the&#10;public internet can&amp;rsquo;t — internal admin pages, LAN devices, anything behind a&#10;firewall.&lt;/p&gt;</description></item><item><title>Creating your first check</title><link>https://docs.tenpmuptime.com/docs/getting-started/creating-your-first-check/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.tenpmuptime.com/docs/getting-started/creating-your-first-check/</guid><description>&lt;h1 id="creating-your-first-check"&gt;Creating your first check&lt;a class="anchor" href="#creating-your-first-check"&gt;#&lt;/a&gt;&lt;/h1&gt;&#10;&lt;p&gt;A &lt;strong&gt;check&lt;/strong&gt; is the thing you want watched — a URL, a TCP port, a TLS&#10;endpoint — and the rule that decides whether it&amp;rsquo;s healthy. Your monitors run&#10;it on the schedule you set and report the result back.&lt;/p&gt;&#10;&lt;h2 id="1-open-the-check-form"&gt;1. Open the check form&lt;a class="anchor" href="#1-open-the-check-form"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Go to &lt;strong&gt;Checks&lt;/strong&gt; and choose &lt;strong&gt;Add a check&lt;/strong&gt;.&lt;/p&gt;&#10;&lt;h2 id="2-describe-the-target"&gt;2. Describe the target&lt;a class="anchor" href="#2-describe-the-target"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt; — how it shows up on your Dashboard.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;URL / target&lt;/strong&gt;, prefixed with a scheme that tells Tenpm Uptime how to reach&#10;it:&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;code&gt;http://&lt;/code&gt; or &lt;code&gt;https://&lt;/code&gt; — a web endpoint. This is the common case.&lt;/li&gt;&#10;&lt;li&gt;&lt;code&gt;tcp://host:port&lt;/code&gt; — a raw TCP connection, with an optional banner to&#10;match against.&lt;/li&gt;&#10;&lt;li&gt;&lt;code&gt;tls://host:port&lt;/code&gt; — a bare TLS handshake, for services that expect TLS&#10;as the very first bytes on the wire (an SMTPS or IMAPS port, for&#10;example), where an &lt;code&gt;https://&lt;/code&gt; check would fail and a &lt;code&gt;tcp://&lt;/code&gt; check&#10;would just time out waiting for a plaintext banner.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Check interval&lt;/strong&gt; — how often it should run.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;Every scheme also supports pass/fail rules beyond &amp;ldquo;did it connect&amp;rdquo; — matching&#10;response content, requiring a specific status code, and more. Start simple&#10;here; those options are covered in a dedicated guide once you&amp;rsquo;re ready for&#10;them.&lt;/p&gt;</description></item><item><title>Reading the dashboard</title><link>https://docs.tenpmuptime.com/docs/getting-started/reading-the-dashboard/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.tenpmuptime.com/docs/getting-started/reading-the-dashboard/</guid><description>&lt;h1 id="reading-the-dashboard"&gt;Reading the dashboard&lt;a class="anchor" href="#reading-the-dashboard"&gt;#&lt;/a&gt;&lt;/h1&gt;&#10;&lt;p&gt;The Dashboard is a grid: your checks down the side, your monitors across the&#10;top, and each cell showing whether that check passed the last time that&#10;monitor ran it. It refreshes on its own every 30 seconds.&lt;/p&gt;&#10;&lt;h2 id="layouts"&gt;Layouts&lt;a class="anchor" href="#layouts"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Use the view switcher at the top of the page to change how monitors are&#10;grouped:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Collapsed&lt;/strong&gt; (the default) — every monitor merged into a single column&#10;per check, so you see an up/down count rather than a wall of cells. Good&#10;for a quick glance across a lot of checks.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Grid&lt;/strong&gt; — one column per monitor, so you can see exactly which monitor is&#10;reporting a failure.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;By class&lt;/strong&gt; — splits your own monitors from the shared fleet into two&#10;groups, useful once you&amp;rsquo;re using both.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;Your choice is remembered in the page&amp;rsquo;s own link as you navigate, so paging&#10;or filtering won&amp;rsquo;t silently reset it back to the default.&lt;/p&gt;</description></item></channel></rss>