Go to file
2022-12-30 09:47:38 +00:00
.github fix harak build 2022-12-29 15:56:06 +00:00
.husky fix lint. 2022-08-14 10:12:58 +01:00
.vscode fix worker 2022-12-07 11:53:53 +05:30
Accounts fix docker file 2022-12-30 09:18:22 +00:00
AdminDashboard fix docker file 2022-12-30 09:18:22 +00:00
Alert fix docker file 2022-12-30 09:18:22 +00:00
ApiDocs fix docker file 2022-12-30 09:18:22 +00:00
Backups fix backups and restore. 2022-12-12 15:25:30 +05:30
Certs add certs 2022-12-14 10:23:04 +00:00
Ci fix docker-compose 2022-12-07 07:49:18 +00:00
Common fix plan. 2022-12-23 19:37:50 +05:30
CommonServer fix sttauspage 2022-12-30 09:47:38 +00:00
CommonUI fix sttauspage 2022-12-30 09:47:38 +00:00
Dashboard fix docker file 2022-12-30 09:18:22 +00:00
DashboardAPI fix docker file 2022-12-30 09:18:22 +00:00
DatabaseMigrations
Devops
Docs fix docker-compose 2022-12-07 07:49:18 +00:00
File fix docker file 2022-12-30 09:18:22 +00:00
Haraka fix docker file 2022-12-30 09:18:22 +00:00
HelmChart fix docker file 2022-12-30 09:18:22 +00:00
Home fix docker file 2022-12-30 09:18:22 +00:00
HttpTestServer fix docker file 2022-12-30 09:18:22 +00:00
Identity fix docker file 2022-12-30 09:18:22 +00:00
Integration fix docker file 2022-12-30 09:18:22 +00:00
Kubernetes
Licensing fix docker file 2022-12-30 09:18:22 +00:00
Mail fix docker file 2022-12-30 09:18:22 +00:00
Marketing fix incident state 2022-08-19 20:47:56 +01:00
Model fix lint.. 2022-12-19 13:31:50 +05:30
Nginx fix sttauspage 2022-12-30 09:47:38 +00:00
Postgres fix 2022-11-08 16:27:06 +00:00
Probe fix docker file 2022-12-30 09:18:22 +00:00
ProbeAPI fix docker file 2022-12-30 09:18:22 +00:00
Realtime fix docker file 2022-12-30 09:18:22 +00:00
Redis fix billing 2022-11-08 16:22:19 +00:00
Scripts fix lock files 2022-12-16 14:22:23 +05:30
StatusPage fix docker file 2022-12-30 09:18:22 +00:00
Workers fix docker file 2022-12-30 09:18:22 +00:00
.dockerignore fix docker file 2022-12-16 13:35:59 +05:30
.eslintignore
.eslintrc.json fix lint. 2022-09-12 21:12:08 +01:00
.gitignore fix docker file 2022-12-16 13:35:59 +05:30
.prettierignore fix docker file 2022-12-16 13:35:59 +05:30
.prettierrc.json
babel.config.ts
backup.sh fix backups and restore. 2022-12-12 15:25:30 +05:30
certs-issue.sh fix paths 2022-12-16 20:20:44 +05:30
certs-renew.sh fix paths 2022-12-16 20:20:44 +05:30
CHANGELOG
clean-npm-install.sh fix lock files 2022-12-16 14:22:23 +05:30
config.tpl.env fix status page api 2022-12-29 17:14:29 +00:00
CONTRIBUTING.md
docker-compose.tpl.yml fix status page api 2022-12-29 17:14:29 +00:00
install.sh fix status page api 2022-12-29 17:14:29 +00:00
LICENSE
migration-create.sh add migrations 2022-12-15 12:36:31 +05:30
migration-run.sh add migrations 2022-12-15 12:36:31 +05:30
package-lock.json Merge pull request #319 from OneUptime/dependabot/npm_and_yarn/minimist-1.2.7 2022-12-19 12:58:34 +05:30
package.json add update script. 2022-12-28 14:35:55 +00:00
preinstall.sh fix sudo 2022-12-28 14:42:29 +00:00
README.md Update README.md 2022-12-22 13:28:34 +05:30
restore.sh fix backups and restore. 2022-12-12 15:25:30 +05:30
SECURITY.md
sonar-project.properties
tsconfig.json fix docker files 2022-12-16 18:02:39 +05:30
uninstall.sh fix docker-compose 2022-12-07 07:49:18 +00:00
update-node-modules.sh

oneuptimelogo

PRs Welcome Join Slack Community Docker Pulls GitHub commit activity

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.

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: