.github | ||
.husky | ||
.vscode | ||
Accounts | ||
AdminDashboard | ||
Alert | ||
ApiDocs | ||
Backups | ||
Certs | ||
Ci | ||
Common | ||
CommonServer | ||
CommonUI | ||
Dashboard | ||
DashboardAPI | ||
DatabaseMigrations | ||
Devops | ||
Docs | ||
File | ||
Haraka | ||
HelmChart | ||
Home | ||
HttpTestServer | ||
Identity | ||
Integration | ||
Kubernetes | ||
Licensing | ||
Marketing | ||
Model | ||
Nginx | ||
Postgres | ||
Probe | ||
ProbeAPI | ||
Realtime | ||
Redis | ||
Scripts | ||
StatusPage | ||
Workers | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
babel.config.ts | ||
backup.sh | ||
certs-issue.sh | ||
certs-renew.sh | ||
CHANGELOG | ||
clean-npm-install.sh | ||
config.tpl.env | ||
CONTRIBUTING.md | ||
docker-compose.tpl.yml | ||
install.sh | ||
LICENSE | ||
migration-create.sh | ||
migration-run.sh | ||
package-lock.json | ||
package.json | ||
preinstall.sh | ||
README.md | ||
restore.sh | ||
SECURITY.md | ||
sonar-project.properties | ||
tsconfig.json | ||
uninstall.sh | ||
update-node-modules.sh |
OneUptime is an open-source complete SRE and DevOps 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 just like Pingdom
- Status Page just like StatusPage.io
- Incident Management just like Icident.io
- On-call rotation and alerts just like PagerDuty
- Tests just like Postman (Coming soon)
- Security just like Snyk (Coming soon)
- Logs Management just like Loggly (Coming soon)
- Performance Monitoring just like NewRelic (Coming soon)
- Error Tracking just 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 single-server deploy with Docker Compose.
Deploy a signle-server instance in one line on Debian / Ubuntu with Docker (recommended 8GB memory, we only support Debian / Ubuntu as of today).
git clone https://github.com/OneUptime/oneuptime
bash preinstall.sh
Please look at config.env and change these values,
DOMAIN=oneuptime.yourcompany.com # This is used for SSL certs with letsencrypt. SSL cert will be auto-provisioned.
# SMTP SETTINGS for sending email from OneUptime.
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
Your instance should be up and running, if that does not work. Please send an email to support@oneuptime.com.
Updating to a new version
To update:
bash install.sh
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