.github | ||
.husky | ||
.vscode | ||
Accounts | ||
AdminDashboard | ||
ApiReference | ||
Backups | ||
Certs | ||
Ci | ||
Clickhouse | ||
Common | ||
CommonServer | ||
CommonUI | ||
Dashboard | ||
DashboardAPI | ||
Data | ||
DatabaseMigrations | ||
Devops | ||
Docs | ||
Environment | ||
File | ||
Haraka | ||
HelmChart | ||
Home | ||
Identity | ||
Integration | ||
Licensing | ||
LinkShortner | ||
Model | ||
Nginx | ||
Notification | ||
Playwright | ||
Postgres | ||
Probe | ||
ProbeAPI | ||
Realtime | ||
Redis | ||
Scripts | ||
StatusPage | ||
TestServer | ||
Workers | ||
Workflow | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
babel.config.ts | ||
backup.sh | ||
CHANGELOG | ||
clean-npm-install.sh | ||
config.example.env | ||
configure.sh | ||
CONTRIBUTING.md | ||
docker-compose.base.yml | ||
docker-compose.dev.yml | ||
docker-compose.probe.dev.yml | ||
docker-compose.probe.yml | ||
docker-compose.temp.yml | ||
docker-compose.yml | ||
install-node-modules.sh | ||
install.sh | ||
LICENSE | ||
migration-create.sh | ||
migration-run.sh | ||
package-lock.json | ||
package.json | ||
README.md | ||
remove-node-modules.sh | ||
restore.sh | ||
SECURITY.md | ||
sonar-project.properties | ||
tsconfig.json | ||
uninstall.sh | ||
update-node-modules.sh | ||
update.sh |
OneUptime is an open-source complete observability platform.
OneUptime monitors your website, dashboards, API's, and more and alerts your team when downtime happens. We also give you a Status Page which keeps your customers looped in and improves transparency.
OneUptime does:
- Uptime Monitoring, replaces tools like Pingdom
- Status Page, replaces tools like StatusPage.io
- Incident Management, replaces tools like Incident.io
- On-call rotation and alerts, replaces tools like PagerDuty
- Tests, replaces tools like Postman (Coming soon)
- Security, replaces tools like Snyk (Coming soon)
- Logs Management, replaces tools like Loggly (Coming soon)
- Performance Monitoring, replaces tools like NewRelic (Coming soon)
- Error Tracking, replaces tools like Sentry (Coming soon)
All under one platform.
Get started for free
OneUptime Cloud
The fastest and most reliable way to get started with OneUptime is signing up for free to OneUptime Cloud. By using the hosted cloud service, you also support by funding OneUptime open source development.
Open-source hobby single-server deploy with Docker Compose.
Deploy a single-server instance in one line on Debian / Ubuntu with Docker (we only support Debian / Ubuntu as of today). We run the smallest instance on 16 GB / 8 Core Ubuntu Server and we recommend these requirements for running your hobby server.
git clone https://github.com/OneUptime/oneuptime
cd oneuptime
git checkout release
bash configure.sh
Please look at config.env and change these values,
DOMAIN=oneuptime.yourcompany.com # REQUIRED. This is used for making sure you can navigate OneUptime from this domain. You will still have to set up CNAME or A records with your DNS provider.
# SMTP SETTINGS for sending email from OneUptime (optional).
SMTP_USERNAME=username
SMTP_PASSWORD=password
SMTP_PORT=465
SMTP_EMAIL=alerts@yourcompany.com
SMTP_FROM_NAME=OneUptime
SMTP_IS_SECURE=true
SMTP_HOST=smtp.yourcompany.com
Then, run install:
bash install.sh
To update:
bash update.sh
OneUptime should run at: http://localhost. You need to register a new account for your instance to start using it.
Philosophy
Our mission is to reduce downtime and increase the number of successful products in the world. To do that, we build a platform that help you understand causes of the downtime, incidents and help reduce toil. Our product is open-source, free and available for everyone to use.
Contributing
We <3 contributions big and small. In priority order (although everything is appreciated) with the most helpful first:
- Give us feedback in our Customer Slack community
- Talk to developers in our Developer Slack community
- Write tests for some of our codebase. See issues here
- Work on any issue you like. See issues here
- Open new issues and create new feature requests that you would like to see. Open issues here
Donate
If you like the project, please consider a small donation. Every single dollar will be used to ship new features or maintain existing ones. 100% of the work we do is open-source. Please donate here