You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2class="text-2xl font-bold text-zinc-900 mb-4">Self hosted uptime monitor for service availability control</h2>
147
+
148
+
<pclass="mb-4">
149
+
A self hosted uptime monitor is the foundation of a stable and predictable infrastructure. When websites, APIs, or internal services become unavailable, it is important to know about it immediately, not from users. Our service allows you to track the availability and operability of infrastructure in real time, fully within your environment and under your control.
150
+
</p>
151
+
152
+
<pclass="mb-4">
153
+
The platform is deployed on your server or in your cloud and does not depend on external services. All monitoring data is stored with you, without being transferred to third parties. This approach is especially important for projects with increased requirements for security, privacy, and infrastructure management.
154
+
</p>
155
+
156
+
<pclass="mb-4">
157
+
Our self hosted uptime monitor is suitable both for small teams and for growing projects with distributed architecture. The system scales easily, does not tie you to third-party providers, and provides a transparent understanding of the state of services at any moment in time.
158
+
</p>
159
+
160
+
161
+
162
+
<h3class="text-xl font-semibold text-zinc-900 mt-6 mb-3">Capabilities of the self hosted uptime monitor </h3>
163
+
<pclass="mb-4">
164
+
The platform supports a wide range of checks required for modern availability monitoring. You can track HTTP and HTTPS websites, API endpoints, TCP ports, ICMP ping, DNS queries, Webhook checks in push mode, databases, and message brokers. Monitoring of Docker containers, gRPC services, and SNMP services is also supported, which allows you to control both the external perimeter and internal components of the infrastructure.
165
+
</p>
166
+
<pclass="mb-4">
167
+
When problems occur, the service instantly sends notifications through convenient channels: Telegram, Slack, Email, WhatsApp, Discord, Webhook, and others. Notifications can be flexibly configured, separated by severity levels, and adapted to team processes so that responses are fast and without unnecessary noise.
168
+
169
+
</p>
170
+
<pclass="mb-4">
171
+
For availability transparency, status pages are provided. They can be public for customers or private for internal use and display the current state of services in a clear and visual format. This helps reduce the number of support requests and increase trust in the service.
172
+
</p>
173
+
174
+
<pclass="mb-4">
175
+
The platform is fully self-hosted: you choose the database — SQLite for an easy start or PostgreSQL and MongoDB for production workloads. You control data storage, access, and security. Two-factor authentication, protection against brute-force attacks, and monitoring of SSL certificate expiration dates are supported.
176
+
</p>
177
+
178
+
<pclass="mb-4">
179
+
Our service is focused on teams that need a reliable self hosted uptime monitor without vendor lock-in, with flexible configuration, a modern interface, and the ability to fully control infrastructure. It helps detect failures in a timely manner, maintain service stability, and ensure transparency of their operation.
180
+
</p>
181
+
</div>
182
+
</section>
128
183
</main>
129
184
<Footer />
130
185
<script>
@@ -152,10 +207,59 @@ import faqItems from "../data/faq";
0 commit comments