# Gatus: A Self-Hosted Uptime and Health Dashboard

DevFeed: [Gatus: A Self-Hosted Uptime and Health Dashboard](<https://devfeed.tech/articles/meet-gatus-an-advanced-uptime-health-dashboard-10537.md>)

Original publisher: [Read original article](<https://technotim.com/posts/gatus-uptime-monitoring/>)

Author: Techno Tim

Published: 2024-02-26T13:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [monitor](<https://devfeed.tech/topics/monitor.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Docker Compose](<https://devfeed.tech/topics/docker-compose.md>), [Database](<https://devfeed.tech/topics/database.md>), [Discord](<https://devfeed.tech/topics/discord.md>)

Tags: [compose](<https://devfeed.tech/tags/compose.md>), [database](<https://devfeed.tech/tags/database.md>), [discord](<https://devfeed.tech/tags/discord.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [services](<https://devfeed.tech/tags/services.md>), [uptime](<https://devfeed.tech/tags/uptime.md>)

## AI overview

A tutorial on deploying Gatus, a self-hosted, open-source dashboard for monitoring service and system uptime. It covers Docker Compose setup, PostgreSQL or SQLite storage, endpoint configuration, browser access, and Discord alerts.

## Source excerpt

Meet Gatus a self-hosted, open source, health dashboard that lets you monitor all of you services and systems! This dashboard not only tracks your uptime, but also measure the results plotting the results on a chart over time. It also hooks into systems like Slack, Team, Discord, Twilio, and more! Join me as we configure and deploy Gatus into our own environment to measure and monitor all th...