Skip to content

Introduction

Ogoune is an uptime monitoring app that confirms failures before alerting. Instead of paging you on the first failed check, it requires N consecutive failures before opening an incident — so a 2-second network blip never wakes you up.

Open-core model

Community EditionEnterprise Edition
LicenseApache 2.0LicenseRef-Ogoune-EE
DatabaseSQLite (in-process)PostgreSQL
SchedulerTimingWheel (in-process)Asynq (Redis)
ScalingSingle binaryStateless API + external workers

Both editions share the same codebase. Enterprise features are documented here in the open.

Where to go next

Community Edition under Apache 2.0.